Searched refs:clk_pfd (Results 1 – 2 of 2) sorted by relevance
24 struct clk_pfd { struct30 #define to_clk_pfd(_hw) container_of(_hw, struct clk_pfd, hw) argument38 struct clk_pfd *pfd = to_clk_pfd(hw); in clk_pfd_enable()47 struct clk_pfd *pfd = to_clk_pfd(hw); in clk_pfd_disable()55 struct clk_pfd *pfd = to_clk_pfd(hw); in clk_pfd_recalc_rate()90 struct clk_pfd *pfd = to_clk_pfd(hw); in clk_pfd_set_rate()110 struct clk_pfd *pfd = to_clk_pfd(hw); in clk_pfd_is_enabled()130 struct clk_pfd *pfd; in imx_clk_hw_pfd()
195 struct clk_hw clk_pfd; member343 container_of(hw, struct vc5_driver_data, clk_pfd); in vc5_pfd_recalc_rate()395 container_of(hw, struct vc5_driver_data, clk_pfd); in vc5_pfd_set_rate()1092 vc5->clk_pfd.init = &init; in vc5_probe()1093 ret = devm_clk_hw_register(&client->dev, &vc5->clk_pfd); in vc5_probe()1108 parent_names[0] = clk_hw_get_name(&vc5->clk_pfd); in vc5_probe()