Lines Matching refs:sti_pwm_chip
85 struct sti_pwm_chip {
115 static inline struct sti_pwm_chip *to_sti_pwmchip(struct pwm_chip *chip)
117 return container_of(chip, struct sti_pwm_chip, chip);
123 static int sti_pwm_get_prescale(struct sti_pwm_chip *pc, unsigned long period,
167 struct sti_pwm_chip *pc = to_sti_pwmchip(chip);
253 struct sti_pwm_chip *pc = to_sti_pwmchip(chip);
289 struct sti_pwm_chip *pc = to_sti_pwmchip(chip);
308 struct sti_pwm_chip *pc = to_sti_pwmchip(chip);
316 struct sti_pwm_chip *pc = to_sti_pwmchip(chip);
406 struct sti_pwm_chip *pc = data;
475 static int sti_pwm_probe_dt(struct sti_pwm_chip *pc)
543 struct sti_pwm_chip *pc;
655 struct sti_pwm_chip *pc = platform_get_drvdata(pdev);