Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-stm32-lp.c20 struct stm32_pwm_lp { struct
26 static inline struct stm32_pwm_lp *to_stm32_pwm_lp(struct pwm_chip *chip) in to_stm32_pwm_lp() argument
28 return container_of(chip, struct stm32_pwm_lp, chip); in to_stm32_pwm_lp()
37 struct stm32_pwm_lp *priv = to_stm32_pwm_lp(chip); in stm32_pwm_lp_apply()
163 struct stm32_pwm_lp *priv = to_stm32_pwm_lp(chip); in stm32_pwm_lp_get_state()
200 struct stm32_pwm_lp *priv; in stm32_pwm_lp_probe()
224 struct stm32_pwm_lp *priv = dev_get_drvdata(dev); in stm32_pwm_lp_suspend()