Lines Matching defs:bcm2835_pwm
26 struct bcm2835_pwm {
33 static inline struct bcm2835_pwm *to_bcm2835_pwm(struct pwm_chip *chip)
35 return container_of(chip, struct bcm2835_pwm, chip);
40 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip);
53 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip);
64 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip);
89 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip);
101 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip);
112 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip);
139 struct bcm2835_pwm *pc;
185 struct bcm2835_pwm *pc = platform_get_drvdata(pdev);