Searched refs:clkout_hw (Results 1 – 3 of 3) sorted by relevance
26 struct clk_hw clkout_hw; member239 clkout_hw); in wm831x_clkout_is_prepared()256 clkout_hw); in wm831x_clkout_prepare()279 clkout_hw); in wm831x_clkout_unprepare()305 clkout_hw); in wm831x_clkout_get_parent()325 clkout_hw); in wm831x_clkout_set_parent()380 clkdata->clkout_hw.init = &wm831x_clkout_init; in wm831x_clk_probe()381 ret = devm_clk_hw_register(&pdev->dev, &clkdata->clkout_hw); in wm831x_clk_probe()
91 struct clk_hw clkout_hw; member293 #define clkout_hw_to_hym8563(_hw) container_of(_hw, struct hym8563, clkout_hw)416 hym8563->clkout_hw.init = &init; in hym8563_clkout_register_clk()422 clk = clk_register(&client->dev, &hym8563->clkout_hw); in hym8563_clkout_register_clk()
86 struct clk_hw clkout_hw; member404 #define clkout_hw_to_pcf8563(_hw) container_of(_hw, struct pcf8563, clkout_hw)536 pcf8563->clkout_hw.init = &init; in pcf8563_clkout_register_clk()542 clk = devm_clk_register(&client->dev, &pcf8563->clkout_hw); in pcf8563_clkout_register_clk()