Searched refs:clkout_hw (Results 1 – 6 of 6) sorted by relevance
/drivers/clk/ |
D | clk-wm831x.c | 21 struct clk_hw clkout_hw; member 234 clkout_hw); in wm831x_clkout_is_prepared() 251 clkout_hw); in wm831x_clkout_prepare() 274 clkout_hw); in wm831x_clkout_unprepare() 300 clkout_hw); in wm831x_clkout_get_parent() 320 clkout_hw); in wm831x_clkout_set_parent() 375 clkdata->clkout_hw.init = &wm831x_clkout_init; in wm831x_clk_probe() 376 ret = devm_clk_hw_register(&pdev->dev, &clkdata->clkout_hw); in wm831x_clk_probe()
|
/drivers/rtc/ |
D | rtc-hym8563.c | 82 struct clk_hw clkout_hw; member 283 #define clkout_hw_to_hym8563(_hw) container_of(_hw, struct hym8563, clkout_hw) 406 hym8563->clkout_hw.init = &init; in hym8563_clkout_register_clk() 412 clk = clk_register(&client->dev, &hym8563->clkout_hw); in hym8563_clkout_register_clk()
|
D | rtc-pcf8563.c | 82 struct clk_hw clkout_hw; member 369 #define clkout_hw_to_pcf8563(_hw) container_of(_hw, struct pcf8563, clkout_hw) 501 pcf8563->clkout_hw.init = &init; in pcf8563_clkout_register_clk() 507 clk = devm_clk_register(&client->dev, &pcf8563->clkout_hw); in pcf8563_clkout_register_clk()
|
D | rtc-pcf85063.c | 70 struct clk_hw clkout_hw; member 373 #define clkout_hw_to_pcf85063(_hw) container_of(_hw, struct pcf85063, clkout_hw) 496 pcf85063->clkout_hw.init = &init; in pcf85063_clkout_register_clk() 502 clk = devm_clk_register(&pcf85063->rtc->dev, &pcf85063->clkout_hw); in pcf85063_clkout_register_clk()
|
D | rtc-rv3028.c | 95 struct clk_hw clkout_hw; member 641 #define clkout_hw_to_rv3028(hw) container_of(hw, struct rv3028_data, clkout_hw) 759 rv3028->clkout_hw.init = &init; in rv3028_clkout_register_clk() 765 clk = devm_clk_register(&client->dev, &rv3028->clkout_hw); in rv3028_clkout_register_clk()
|
D | rtc-rv3032.c | 110 struct clk_hw clkout_hw; member 550 #define clkout_hw_to_rv3032(hw) container_of(hw, struct rv3032_data, clkout_hw) 707 rv3032->clkout_hw.init = &init; in rv3032_clkout_register_clk() 711 clk = devm_clk_register(&client->dev, &rv3032->clkout_hw); in rv3032_clkout_register_clk()
|