Searched defs:to_pll (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-nomadik.c | 161 #define to_pll(_hw) container_of(_hw, struct clk_pll, hw) macro
|
H A D | clk-stm32h7.c | 694 #define to_pll(_hw) container_of(_hw, struct stm32_pll_obj, hw) macro
|
H A D | clk-stm32mp1.c | 736 #define to_pll(_hw) container_of(_hw, struct stm32_pll_obj, hw) macro
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-nomadik.c | 164 #define to_pll(_hw) container_of(_hw, struct clk_pll, hw) macro
|
H A D | clk-stm32h7.c | 693 #define to_pll(_hw) container_of(_hw, struct stm32_pll_obj, hw) macro
|
H A D | clk-stm32mp1.c | 750 #define to_pll(_hw) container_of(_hw, struct stm32_pll_obj, hw) macro
|
/kernel/linux/linux-6.6/drivers/clk/renesas/ |
H A D | rzg2l-cpg.c | 690 #define to_pll(_hw) container_of(_hw, struct pll_clk, hw) macro
|
Completed in 15 milliseconds