Searched refs:clk_pll_set_rate (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/imx/ |
D | clk-frac-pll.c | 155 static int clk_pll_set_rate(struct clk_hw *hw, unsigned long rate, in clk_pll_set_rate() function 202 .set_rate = clk_pll_set_rate,
|
/kernel/linux/linux-5.10/drivers/clk/at91/ |
D | clk-pll.c | 242 static int clk_pll_set_rate(struct clk_hw *hw, unsigned long rate, in clk_pll_set_rate() function 269 .set_rate = clk_pll_set_rate,
|
/kernel/linux/linux-5.10/drivers/clk/ |
D | clk-highbank.c | 145 static int clk_pll_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_pll_set_rate() function 190 .set_rate = clk_pll_set_rate,
|
/kernel/linux/linux-5.10/drivers/clk/spear/ |
D | clk-vco-pll.c | 144 static int clk_pll_set_rate(struct clk_hw *hw, unsigned long drate, in clk_pll_set_rate() function 171 .set_rate = clk_pll_set_rate,
|
/kernel/linux/linux-5.10/drivers/clk/qcom/ |
D | clk-pll.c | 141 clk_pll_set_rate(struct clk_hw *hw, unsigned long rate, unsigned long p_rate) in clk_pll_set_rate() function 175 .set_rate = clk_pll_set_rate,
|
/kernel/linux/linux-5.10/drivers/clk/nxp/ |
D | clk-lpc32xx.c | 532 static int clk_pll_set_rate(struct clk_hw *hw, unsigned long rate, in clk_pll_set_rate() function 709 clk_pll_set_rate, clk_hclk_pll_round_rate); 711 clk_pll_set_rate, clk_usb_pll_round_rate);
|
/kernel/linux/linux-5.10/drivers/clk/tegra/ |
D | clk-pll.c | 798 static int clk_pll_set_rate(struct clk_hw *hw, unsigned long rate, in clk_pll_set_rate() function 1044 clk_pll_set_rate(hw, rate, parent_rate); in tegra_clk_pll_restore_context() 1058 .set_rate = clk_pll_set_rate, 1196 .set_rate = clk_pll_set_rate,
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 290130 +static int __init clk_pll_set_rate(struct clk_hw *hw, 290203 + .set_rate = clk_pll_set_rate, 292624 +static int clk_pll_set_rate(struct clk_hw *hw, 292702 + .set_rate = clk_pll_set_rate, 293980 +static int clk_pll_set_rate(struct clk_hw *hw, 294053 + .set_rate = clk_pll_set_rate, 294558 +static int clk_pll_set_rate(struct clk_hw *hw, 294631 + .set_rate = clk_pll_set_rate, 295516 +static int clk_pll_set_rate(struct clk_hw *hw, 295594 + .set_rate = clk_pll_set_rate, [all …]
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 14002 +static int clk_pll_set_rate(struct clk_hw *hw, 14080 + .set_rate = clk_pll_set_rate,
|