Lines Matching defs:void
26 struct stm32_clk_priv *clk_stm32_get_priv(void)
31 static void stm32mp1_clk_lock(struct spinlock *lock)
39 static void stm32mp1_clk_unlock(struct spinlock *lock)
46 void stm32mp1_clk_rcc_regs_lock(void)
51 void stm32mp1_clk_rcc_regs_unlock(void)
68 void clk_oscillator_set_bypass(struct stm32_clk_priv *priv, int id, bool digbyp, bool bypass)
90 void clk_oscillator_set_css(struct stm32_clk_priv *priv, int id, bool css)
108 void clk_oscillator_set_drive(struct stm32_clk_priv *priv, int id, uint8_t lsedrv)
169 static void clk_gate_disable(struct stm32_clk_priv *priv, int id)
191 void _clk_stm32_gate_disable(struct stm32_clk_priv *priv, uint16_t gate_id)
572 void clk_stm32_disable_call_ops(struct stm32_clk_priv *priv, uint16_t id)
581 static void _clk_stm32_disable_core(struct stm32_clk_priv *priv, int id)
611 void _clk_stm32_disable(struct stm32_clk_priv *priv, int id)
644 static void clk_stm32_disable(unsigned long binding_id)
702 void clk_stm32_enable_critical_clocks(void)
714 static void stm32_clk_register(void)
839 void clk_stm32_gate_disable(struct stm32_clk_priv *priv, int id)
970 void clk_stm32_osc_gate_disable(struct stm32_clk_priv *priv, int id)
984 void *fdt = NULL;
1023 void clk_stm32_osc_init(struct stm32_clk_priv *priv, int id)
1044 int stm32_clk_parse_fdt_by_name(void *fdt, int node, const char *name, uint32_t *tab, uint32_t *nb)