Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/
Dclk-wm831x.c25 struct clk_hw fll_hw; member
74 fll_hw); in wm831x_fll_is_prepared()
91 fll_hw); in wm831x_fll_prepare()
109 fll_hw); in wm831x_fll_unprepare()
122 fll_hw); in wm831x_fll_recalc_rate()
159 fll_hw); in wm831x_fll_set_rate()
184 fll_hw); in wm831x_fll_get_parent()
375 clkdata->fll_hw.init = &wm831x_fll_init; in wm831x_clk_probe()
376 ret = devm_clk_hw_register(&pdev->dev, &clkdata->fll_hw); in wm831x_clk_probe()