/linux/drivers/clk/ |
H A D | clk-highbank.c | 43 static int clk_pll_prepare(struct clk_hw *hwclk) in clk_pll_prepare() 60 static void clk_pll_unprepare(struct clk_hw *hwclk) in clk_pll_unprepare() 70 static int clk_pll_enable(struct clk_hw *hwclk) in clk_pll_enable() 82 static void clk_pll_disable(struct clk_hw *hwclk) in clk_pll_disable() 92 static unsigned long clk_pll_recalc_rate(struct clk_hw *hwclk, in clk_pll_recalc_rate() 133 static long clk_pll_round_rate(struct clk_hw *hwclk, unsigned long rate, in clk_pll_round_rate() 144 static int clk_pll_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_pll_set_rate() 192 static unsigned long clk_cpu_periphclk_recalc_rate(struct clk_hw *hwclk, in clk_cpu_periphclk_recalc_rate() 204 static unsigned long clk_cpu_a9bclk_recalc_rate(struct clk_hw *hwclk, in clk_cpu_a9bclk_recalc_rate() 217 static unsigned long clk_periclk_recalc_rate(struct clk_hw *hwclk, in clk_periclk_recalc_rate() [all …]
|
/linux/drivers/clk/socfpga/ |
H A D | clk-pll-s10.c | 40 static unsigned long n5x_clk_pll_recalc_rate(struct clk_hw *hwclk, in n5x_clk_pll_recalc_rate() 61 static unsigned long agilex_clk_pll_recalc_rate(struct clk_hw *hwclk, in agilex_clk_pll_recalc_rate() 82 static unsigned long clk_pll_recalc_rate(struct clk_hw *hwclk, in clk_pll_recalc_rate() 106 static unsigned long clk_boot_clk_recalc_rate(struct clk_hw *hwclk, in clk_boot_clk_recalc_rate() 120 static u8 clk_pll_get_parent(struct clk_hw *hwclk) in clk_pll_get_parent() 130 static u8 clk_boot_get_parent(struct clk_hw *hwclk) in clk_boot_get_parent() 140 static int clk_pll_prepare(struct clk_hw *hwclk) in clk_pll_prepare() 153 static int n5x_clk_pll_prepare(struct clk_hw *hwclk) in n5x_clk_pll_prepare()
|
H A D | clk-gate.c | 29 static u8 socfpga_clk_get_parent(struct clk_hw *hwclk) in socfpga_clk_get_parent() 56 static int socfpga_clk_set_parent(struct clk_hw *hwclk, u8 parent) in socfpga_clk_set_parent() 109 static unsigned long socfpga_clk_recalc_rate(struct clk_hw *hwclk, in socfpga_clk_recalc_rate() 119 static int socfpga_clk_determine_rate(struct clk_hw *hwclk, in socfpga_clk_determine_rate()
|
H A D | clk-gate-s10.c | 21 static unsigned long socfpga_gate_clk_recalc_rate(struct clk_hw *hwclk, in socfpga_gate_clk_recalc_rate() 37 static unsigned long socfpga_dbg_clk_recalc_rate(struct clk_hw *hwclk, in socfpga_dbg_clk_recalc_rate() 51 static u8 socfpga_gate_get_parent(struct clk_hw *hwclk) in socfpga_gate_get_parent() 81 static u8 socfpga_agilex_gate_get_parent(struct clk_hw *hwclk) in socfpga_agilex_gate_get_parent()
|
H A D | clk-periph-s10.c | 18 static unsigned long n5x_clk_peri_c_clk_recalc_rate(struct clk_hw *hwclk, in n5x_clk_peri_c_clk_recalc_rate() 33 static unsigned long clk_peri_c_clk_recalc_rate(struct clk_hw *hwclk, in clk_peri_c_clk_recalc_rate() 47 static unsigned long clk_peri_cnt_clk_recalc_rate(struct clk_hw *hwclk, in clk_peri_cnt_clk_recalc_rate() 63 static u8 clk_periclk_get_parent(struct clk_hw *hwclk) in clk_periclk_get_parent()
|
H A D | clk-periph.c | 17 static unsigned long clk_periclk_recalc_rate(struct clk_hw *hwclk, in clk_periclk_recalc_rate() 37 static u8 clk_periclk_get_parent(struct clk_hw *hwclk) in clk_periclk_get_parent()
|
H A D | clk-periph-a10.c | 20 static unsigned long clk_periclk_recalc_rate(struct clk_hw *hwclk, in clk_periclk_recalc_rate() 39 static u8 clk_periclk_get_parent(struct clk_hw *hwclk) in clk_periclk_get_parent()
|
H A D | clk-pll.c | 38 static unsigned long clk_pll_recalc_rate(struct clk_hw *hwclk, in clk_pll_recalc_rate() 58 static u8 clk_pll_get_parent(struct clk_hw *hwclk) in clk_pll_get_parent()
|
H A D | clk-gate-a10.c | 21 static unsigned long socfpga_gate_clk_recalc_rate(struct clk_hw *hwclk, in socfpga_gate_clk_recalc_rate()
|
/linux/drivers/clk/mvebu/ |
H A D | clk-corediv.c | 79 static int clk_corediv_is_enabled(struct clk_hw *hwclk) in clk_corediv_is_enabled() 89 static int clk_corediv_enable(struct clk_hw *hwclk) in clk_corediv_enable() 108 static void clk_corediv_disable(struct clk_hw *hwclk) in clk_corediv_disable() 125 static unsigned long clk_corediv_recalc_rate(struct clk_hw *hwclk, in clk_corediv_recalc_rate() 138 static long clk_corediv_round_rate(struct clk_hw *hwclk, unsigned long rate, in clk_corediv_round_rate() 153 static int clk_corediv_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_corediv_set_rate()
|
H A D | clk-cpu.c | 48 static unsigned long clk_cpu_recalc_rate(struct clk_hw *hwclk, in clk_cpu_recalc_rate() 59 static long clk_cpu_round_rate(struct clk_hw *hwclk, unsigned long rate, in clk_cpu_round_rate() 74 static int clk_cpu_off_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_cpu_off_set_rate() 108 static int clk_cpu_on_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_cpu_on_set_rate() 151 static int clk_cpu_set_rate(struct clk_hw *hwclk, unsigned long rate, in clk_cpu_set_rate()
|
/linux/arch/arm/mach-omap2/ |
H A D | omap-iommu.c | 56 struct clk_hw_omap *hwclk; in _get_pwrdm() local
|
H A D | pdata-quirks.c | 304 struct clk_hw_omap *hwclk; in ti_sysc_find_one_clockdomain() local
|
/linux/drivers/clk/ti/ |
H A D | clkctrl.c | 733 struct clk_hw_omap *hwclk; in ti_clk_is_in_standby() local
|
/linux/drivers/gpu/drm/stm/ |
H A D | lvds.c | 448 struct clk_hw *hwclk; in lvds_pll_config() local
|