Lines Matching defs:void

955 static void clk_oscillator_check_bypass(struct stm32_clk_priv *priv, int idx,
974 static void stm32_enable_oscillator_hse(struct stm32_clk_priv *priv)
997 static void stm32_enable_oscillator_lse(struct stm32_clk_priv *priv)
1074 static int stm32mp1_come_back_to_hsi(void)
1287 static void clk_stm32_pll_config_vco(struct stm32_clk_priv *priv,
1310 static void clk_stm32_pll_config_csg(struct stm32_clk_priv *priv,
1336 static void clk_stm32_pll_config_out(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll,
1362 static void _clk_stm32_pll_set_on(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll)
1371 static void _clk_stm32_pll_set_off(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll)
1431 static void _clk_stm32_pll_disable(struct stm32_clk_priv *priv, const struct stm32_clk_pll *pll)
1533 static void stm32_clk_oscillators_enable(struct stm32_clk_priv *priv)
1691 static void clk_stm32_pll_disable(struct stm32_clk_priv *priv, int id)
1747 static void clk_stm32_composite_gate_disable(struct stm32_clk_priv *priv, int idx)
1991 static int stm32mp1_init_clock_tree(void)
2077 static int clk_stm32_parse_oscillator_fdt(void *fdt, int node, const char *name,
2127 static int stm32_clk_parse_fdt_all_oscillator(void *fdt, struct stm32_clk_platdata *pdata)
2157 static int clk_stm32_load_vco_config(void *fdt, int subnode, struct stm32_pll_vco *vco)
2187 static int clk_stm32_load_output_config(void *fdt, int subnode, struct stm32_pll_output *output)
2200 static int clk_stm32_parse_pll_fdt(void *fdt, int subnode, struct stm32_pll_dt_cfg *pll)
2240 static int stm32_clk_parse_fdt_all_pll(void *fdt, int node, struct stm32_clk_platdata *pdata)
2268 void *fdt = NULL;
2304 int stm32mp1_clk_init(void)
2309 int stm32mp1_clk_probe(void)