Searched refs:bcm2835_pwm (Results 1 – 1 of 1) sorted by relevance
29 struct bcm2835_pwm { struct36 static inline struct bcm2835_pwm *to_bcm2835_pwm(struct pwm_chip *chip) in to_bcm2835_pwm() argument38 return container_of(chip, struct bcm2835_pwm, chip); in to_bcm2835_pwm()43 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); in bcm2835_pwm_request()56 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); in bcm2835_pwm_free()67 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); in bcm2835_pwm_config()92 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); in bcm2835_pwm_enable()104 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); in bcm2835_pwm_disable()115 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); in bcm2835_set_polarity()142 struct bcm2835_pwm *pc; in bcm2835_pwm_probe()[all …]