Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clk/
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-v5.4/drivers/rtc/
Drtc-hym8563.c83 struct clk_hw clkout_hw; member
287 #define clkout_hw_to_hym8563(_hw) container_of(_hw, struct hym8563, clkout_hw)
410 hym8563->clkout_hw.init = &init; in hym8563_clkout_register_clk()
416 clk = clk_register(&client->dev, &hym8563->clkout_hw); in hym8563_clkout_register_clk()
Drtc-pcf8563.c83 struct clk_hw clkout_hw; member
391 #define clkout_hw_to_pcf8563(_hw) container_of(_hw, struct pcf8563, clkout_hw)
523 pcf8563->clkout_hw.init = &init; in pcf8563_clkout_register_clk()
529 clk = devm_clk_register(&client->dev, &pcf8563->clkout_hw); in pcf8563_clkout_register_clk()