Home
last modified time | relevance | path

Searched refs:pxa_pwm_chip (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/pwm/
Dpwm-pxa.c46 struct pxa_pwm_chip { struct
54 static inline struct pxa_pwm_chip *to_pxa_pwm_chip(struct pwm_chip *chip) in to_pxa_pwm_chip() argument
56 return container_of(chip, struct pxa_pwm_chip, chip); in to_pxa_pwm_chip()
66 struct pxa_pwm_chip *pc = to_pxa_pwm_chip(chip); in pxa_pwm_config()
109 struct pxa_pwm_chip *pc = to_pxa_pwm_chip(chip); in pxa_pwm_enable()
116 struct pxa_pwm_chip *pc = to_pxa_pwm_chip(chip); in pxa_pwm_disable()
171 struct pxa_pwm_chip *pwm; in pwm_probe()
216 struct pxa_pwm_chip *chip; in pwm_remove()