Home
last modified time | relevance | path

Searched refs:clkout_hw (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/clk/
H A Dclk-tps68470.c29 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()
H A Dclk-wm831x.c21 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()
376 clkdata->clkout_hw.init = &wm831x_clkout_init; in wm831x_clk_probe()
377 ret = devm_clk_hw_register(&pdev->dev, &clkdata->clkout_hw); in wm831x_clk_probe()
H A Dclk-versaclock3.c985 struct clk_hw **clkout_hw = data; in vc3_of_clk_get() local
992 return clkout_hw[idx]; in vc3_of_clk_get()
/openbmc/linux/drivers/rtc/
H A Drtc-hym8563.c82 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()
H A Drtc-nct3018y.c45 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()
H A Drtc-pcf85063.c71 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()
H A Drtc-pcf8563.c82 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()
H A Drtc-rv3032.c111 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()
H A Drtc-rv3028.c100 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()