Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pwm/
Dpwm-sti.c48 struct sti_pwm_chip { struct
73 static inline struct sti_pwm_chip *to_sti_pwmchip(struct pwm_chip *chip) in to_sti_pwmchip() argument
75 return container_of(chip, struct sti_pwm_chip, chip); in to_sti_pwmchip()
81 static int sti_pwm_get_prescale(struct sti_pwm_chip *pc, unsigned long period, in sti_pwm_get_prescale()
118 struct sti_pwm_chip *pc = to_sti_pwmchip(chip); in sti_pwm_config()
199 struct sti_pwm_chip *pc = to_sti_pwmchip(chip); in sti_pwm_enable()
228 struct sti_pwm_chip *pc = to_sti_pwmchip(chip); in sti_pwm_disable()
243 struct sti_pwm_chip *pc = to_sti_pwmchip(chip); in sti_pwm_free()
256 static int sti_pwm_probe_dt(struct sti_pwm_chip *pc) in sti_pwm_probe_dt()
303 struct sti_pwm_chip *pc; in sti_pwm_probe()
[all …]