Searched refs:clk_pfd (Results 1 – 2 of 2) sorted by relevance
23 struct clk_pfd { struct29 #define to_clk_pfd(_hw) container_of(_hw, struct clk_pfd, hw) argument37 struct clk_pfd *pfd = to_clk_pfd(hw); in clk_pfd_enable()46 struct clk_pfd *pfd = to_clk_pfd(hw); in clk_pfd_disable()54 struct clk_pfd *pfd = to_clk_pfd(hw); in clk_pfd_recalc_rate()87 struct clk_pfd *pfd = to_clk_pfd(hw); in clk_pfd_set_rate()107 struct clk_pfd *pfd = to_clk_pfd(hw); in clk_pfd_is_enabled()127 struct clk_pfd *pfd; in imx_clk_hw_pfd()
194 struct clk_hw clk_pfd; member335 container_of(hw, struct vc5_driver_data, clk_pfd); in vc5_pfd_recalc_rate()377 container_of(hw, struct vc5_driver_data, clk_pfd); in vc5_pfd_set_rate()1032 vc5->clk_pfd.init = &init; in vc5_probe()1033 ret = devm_clk_hw_register(&client->dev, &vc5->clk_pfd); in vc5_probe()1044 parent_names[0] = clk_hw_get_name(&vc5->clk_pfd); in vc5_probe()