Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-pxa.c51 struct pxa_pwm_chip { struct
59 static inline struct pxa_pwm_chip *to_pxa_pwm_chip(struct pwm_chip *chip) in to_pxa_pwm_chip() argument
61 return container_of(chip, struct pxa_pwm_chip, chip); in to_pxa_pwm_chip()
71 struct pxa_pwm_chip *pc = to_pxa_pwm_chip(chip); in pxa_pwm_config()
106 struct pxa_pwm_chip *pc = to_pxa_pwm_chip(chip); in pxa_pwm_apply()
163 struct pxa_pwm_chip *pc; in pwm_probe()