Lines Matching refs:bcm2835_pwm
26 struct bcm2835_pwm { struct
33 static inline struct bcm2835_pwm *to_bcm2835_pwm(struct pwm_chip *chip) in to_bcm2835_pwm() argument
35 return container_of(chip, struct bcm2835_pwm, chip); in to_bcm2835_pwm()
40 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); in bcm2835_pwm_request()
53 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); in bcm2835_pwm_free()
64 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); in bcm2835_pwm_config()
89 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); in bcm2835_pwm_enable()
101 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); in bcm2835_pwm_disable()
112 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); in bcm2835_set_polarity()
139 struct bcm2835_pwm *pc; in bcm2835_pwm_probe()
185 struct bcm2835_pwm *pc = platform_get_drvdata(pdev); in bcm2835_pwm_remove()