Searched refs:stm32_pwm (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/pwm/
H A Dpwm-stm32.c29 struct stm32_pwm { struct
40 static inline struct stm32_pwm *to_stm32_pwm_dev(struct pwm_chip *chip)
45 static u32 active_channels(struct stm32_pwm *dev)
96 struct stm32_pwm *priv = to_stm32_pwm_dev(chip);
157 struct stm32_pwm *priv = to_stm32_pwm_dev(chip);
311 static int stm32_pwm_config(struct stm32_pwm *priv, unsigned int ch,
374 static int stm32_pwm_set_polarity(struct stm32_pwm *priv, unsigned int ch,
389 static int stm32_pwm_enable(struct stm32_pwm *priv, unsigned int ch)
414 static void stm32_pwm_disable(struct stm32_pwm *priv, unsigned int ch)
436 struct stm32_pwm *pri
[all...]

Completed in 234 milliseconds