Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/
Dclk-wm831x.c27 struct clk_hw clkout_hw; member
243 clkout_hw); in wm831x_clkout_is_prepared()
260 clkout_hw); in wm831x_clkout_prepare()
283 clkout_hw); in wm831x_clkout_unprepare()
309 clkout_hw); in wm831x_clkout_get_parent()
329 clkout_hw); in wm831x_clkout_set_parent()
384 clkdata->clkout_hw.init = &wm831x_clkout_init; in wm831x_clk_probe()
385 clkdata->clkout = devm_clk_register(&pdev->dev, &clkdata->clkout_hw); in wm831x_clk_probe()
/linux-4.1.27/drivers/rtc/
Drtc-hym8563.c91 struct clk_hw clkout_hw; member
296 #define clkout_hw_to_hym8563(_hw) container_of(_hw, struct hym8563, clkout_hw)
419 hym8563->clkout_hw.init = &init; in hym8563_clkout_register_clk()
425 clk = clk_register(&client->dev, &hym8563->clkout_hw); in hym8563_clkout_register_clk()