Searched refs:clk_pfd (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/imx/ |
D | clk-pfd.c | 23 struct clk_pfd { struct 29 #define to_clk_pfd(_hw) container_of(_hw, struct clk_pfd, hw) argument 37 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()
|
/kernel/linux/linux-5.10/drivers/clk/ |
D | clk-versaclock5.c | 194 struct clk_hw clk_pfd; member 335 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() 946 vc5->clk_pfd.init = &init; in vc5_probe() 947 ret = devm_clk_hw_register(&client->dev, &vc5->clk_pfd); in vc5_probe() 958 parent_names[0] = clk_hw_get_name(&vc5->clk_pfd); in vc5_probe()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0015_linux_drivers_clk.patch | 2820 @@ -32,20 +34,57 @@ struct clk_pfd { 2825 +static void clk_pfd_do_hardware(struct clk_pfd *pfd, bool enable) 2835 struct clk_pfd *pfd = to_clk_pfd(hw); 2876 - struct clk_pfd *pfd = to_clk_pfd(hw);
|