Searched refs:bcm2835_pwm (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/pwm/
H A Dpwm-bcm2835.c29 struct bcm2835_pwm { struct
37 static inline struct bcm2835_pwm *to_bcm2835_pwm(struct pwm_chip *chip) to_bcm2835_pwm()
39 return container_of(chip, struct bcm2835_pwm, chip); to_bcm2835_pwm()
44 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); bcm2835_pwm_request()
57 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); bcm2835_pwm_free()
68 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); bcm2835_pwm_config()
84 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); bcm2835_pwm_enable()
96 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); bcm2835_pwm_disable()
107 struct bcm2835_pwm *pc = to_bcm2835_pwm(chip); bcm2835_set_polarity()
134 struct bcm2835_pwm *pc; bcm2835_pwm_probe()
180 struct bcm2835_pwm *pc = platform_get_drvdata(pdev); bcm2835_pwm_remove()

Completed in 52 milliseconds