Searched refs:clkout_hw (Results 1 – 8 of 8) sorted by relevance
/drivers/clk/ |
D | clk-tps68470.c | 29 container_of(clkd, struct tps68470_clkdata, clkout_hw) 70 struct clk_hw clkout_hw; member 213 tps68470_clkdata->clkout_hw.init = &tps68470_clk_initdata; in tps68470_clk_probe() 216 tps68470_clk_set_rate(&tps68470_clkdata->clkout_hw, clk_freqs[0].freq, 0); in tps68470_clk_probe() 218 ret = devm_clk_hw_register(&pdev->dev, &tps68470_clkdata->clkout_hw); in tps68470_clk_probe() 222 ret = devm_clk_hw_register_clkdev(&pdev->dev, &tps68470_clkdata->clkout_hw, in tps68470_clk_probe() 231 &tps68470_clkdata->clkout_hw, in tps68470_clk_probe()
|
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 265 #define clkout_hw_to_hym8563(_hw) container_of(_hw, struct hym8563, clkout_hw) 388 hym8563->clkout_hw.init = &init; in hym8563_clkout_register_clk() 394 clk = clk_register(&client->dev, &hym8563->clkout_hw); in hym8563_clkout_register_clk()
|
D | rtc-nct3018y.c | 45 struct clk_hw clkout_hw; member 312 #define clkout_hw_to_nct3018y(_hw) container_of(_hw, struct nct3018y, clkout_hw) 431 nct3018y->clkout_hw.init = &init; in nct3018y_clkout_register_clk() 437 clk = devm_clk_register(&client->dev, &nct3018y->clkout_hw); in nct3018y_clkout_register_clk()
|
D | rtc-pcf8563.c | 82 struct clk_hw clkout_hw; member 356 #define clkout_hw_to_pcf8563(_hw) container_of(_hw, struct pcf8563, clkout_hw) 488 pcf8563->clkout_hw.init = &init; in pcf8563_clkout_register_clk() 494 clk = devm_clk_register(&client->dev, &pcf8563->clkout_hw); in pcf8563_clkout_register_clk()
|
D | rtc-pcf85063.c | 71 struct clk_hw clkout_hw; member 367 #define clkout_hw_to_pcf85063(_hw) container_of(_hw, struct pcf85063, clkout_hw) 502 pcf85063->clkout_hw.init = &init; in pcf85063_clkout_register_clk() 508 clk = devm_clk_register(&pcf85063->rtc->dev, &pcf85063->clkout_hw); in pcf85063_clkout_register_clk()
|
D | rtc-rv3032.c | 111 struct clk_hw clkout_hw; member 614 #define clkout_hw_to_rv3032(hw) container_of(hw, struct rv3032_data, clkout_hw) 771 rv3032->clkout_hw.init = &init; in rv3032_clkout_register_clk() 775 clk = devm_clk_register(&client->dev, &rv3032->clkout_hw); in rv3032_clkout_register_clk()
|
D | rtc-rv3028.c | 100 struct clk_hw clkout_hw; member 707 #define clkout_hw_to_rv3028(hw) container_of(hw, struct rv3028_data, clkout_hw) 825 rv3028->clkout_hw.init = &init; in rv3028_clkout_register_clk() 831 clk = devm_clk_register(&client->dev, &rv3028->clkout_hw); in rv3028_clkout_register_clk()
|