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()88 struct clk_pfd *pfd = to_clk_pfd(hw); in clk_pfd_set_rate()108 struct clk_pfd *pfd = to_clk_pfd(hw); in clk_pfd_is_enabled()128 struct clk_pfd *pfd; in imx_clk_hw_pfd()
195 struct clk_hw clk_pfd; member342 container_of(hw, struct vc5_driver_data, clk_pfd); in vc5_pfd_recalc_rate()389 container_of(hw, struct vc5_driver_data, clk_pfd); in vc5_pfd_set_rate()1068 vc5->clk_pfd.init = &init; in vc5_probe()1069 ret = devm_clk_hw_register(&client->dev, &vc5->clk_pfd); in vc5_probe()1080 parent_names[0] = clk_hw_get_name(&vc5->clk_pfd); in vc5_probe()
Completed in 8 milliseconds