Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pwm/
Dpwm-hibvt.c47 struct hibvt_pwm_chip { struct
63 static inline struct hibvt_pwm_chip *to_hibvt_pwm_chip(struct pwm_chip *chip) in to_hibvt_pwm_chip() argument
65 return container_of(chip, struct hibvt_pwm_chip, chip); in to_hibvt_pwm_chip()
82 struct hibvt_pwm_chip *hi_pwm_chip = to_hibvt_pwm_chip(chip); in hibvt_pwm_enable()
90 struct hibvt_pwm_chip *hi_pwm_chip = to_hibvt_pwm_chip(chip); in hibvt_pwm_disable()
99 struct hibvt_pwm_chip *hi_pwm_chip = to_hibvt_pwm_chip(chip); in hibvt_pwm_config()
118 struct hibvt_pwm_chip *hi_pwm_chip = to_hibvt_pwm_chip(chip); in hibvt_pwm_set_polarity()
131 struct hibvt_pwm_chip *hi_pwm_chip = to_hibvt_pwm_chip(chip); in hibvt_pwm_get_state()
179 struct hibvt_pwm_chip *pwm_chip; in hibvt_pwm_probe()
239 struct hibvt_pwm_chip *pwm_chip; in hibvt_pwm_remove()