Home
last modified time | relevance | path

Searched refs:stm32_pwm_lp (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/pwm/
Dpwm-stm32-lp.c19 struct stm32_pwm_lp { struct
25 static inline struct stm32_pwm_lp *to_stm32_pwm_lp(struct pwm_chip *chip) in to_stm32_pwm_lp() argument
27 return container_of(chip, struct stm32_pwm_lp, chip); in to_stm32_pwm_lp()
36 struct stm32_pwm_lp *priv = to_stm32_pwm_lp(chip); in stm32_pwm_lp_apply()
157 struct stm32_pwm_lp *priv = to_stm32_pwm_lp(chip); in stm32_pwm_lp_get_state()
192 struct stm32_pwm_lp *priv; in stm32_pwm_lp_probe()
219 struct stm32_pwm_lp *priv = platform_get_drvdata(pdev); in stm32_pwm_lp_remove()