Lines Matching refs:sti_pwm_chip
84 struct sti_pwm_chip { struct
114 static inline struct sti_pwm_chip *to_sti_pwmchip(struct pwm_chip *chip) in to_sti_pwmchip() argument
116 return container_of(chip, struct sti_pwm_chip, chip); in to_sti_pwmchip()
122 static int sti_pwm_get_prescale(struct sti_pwm_chip *pc, unsigned long period, in sti_pwm_get_prescale()
166 struct sti_pwm_chip *pc = to_sti_pwmchip(chip); in sti_pwm_config()
252 struct sti_pwm_chip *pc = to_sti_pwmchip(chip); in sti_pwm_enable()
288 struct sti_pwm_chip *pc = to_sti_pwmchip(chip); in sti_pwm_disable()
307 struct sti_pwm_chip *pc = to_sti_pwmchip(chip); in sti_pwm_free()
315 struct sti_pwm_chip *pc = to_sti_pwmchip(chip); in sti_pwm_capture()
405 struct sti_pwm_chip *pc = data; in sti_pwm_interrupt()
474 static int sti_pwm_probe_dt(struct sti_pwm_chip *pc) in sti_pwm_probe_dt()
542 struct sti_pwm_chip *pc; in sti_pwm_probe()
660 struct sti_pwm_chip *pc = platform_get_drvdata(pdev); in sti_pwm_remove()