Home
last modified time | relevance | path

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

/linux/drivers/clk/
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()
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()
/linux/drivers/rtc/
A Drtc-hym8563.c82 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()
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()
A Drtc-pcf8563.c82 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()
A Drtc-rv3028.c100 struct clk_hw clkout_hw; member
708 #define clkout_hw_to_rv3028(hw) container_of(hw, struct rv3028_data, clkout_hw)
826 rv3028->clkout_hw.init = &init; in rv3028_clkout_register_clk()
832 clk = devm_clk_register(&client->dev, &rv3028->clkout_hw); in rv3028_clkout_register_clk()
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()

Completed in 17 milliseconds