Lines Matching refs:hibvt_pwm_chip
35 struct hibvt_pwm_chip { struct
66 static inline struct hibvt_pwm_chip *to_hibvt_pwm_chip(struct pwm_chip *chip) in to_hibvt_pwm_chip()
68 return container_of(chip, struct hibvt_pwm_chip, chip); in to_hibvt_pwm_chip()
85 struct hibvt_pwm_chip *hi_pwm_chip = to_hibvt_pwm_chip(chip); in hibvt_pwm_enable()
93 struct hibvt_pwm_chip *hi_pwm_chip = to_hibvt_pwm_chip(chip); in hibvt_pwm_disable()
102 struct hibvt_pwm_chip *hi_pwm_chip = to_hibvt_pwm_chip(chip); in hibvt_pwm_config()
121 struct hibvt_pwm_chip *hi_pwm_chip = to_hibvt_pwm_chip(chip); in hibvt_pwm_set_polarity()
134 struct hibvt_pwm_chip *hi_pwm_chip = to_hibvt_pwm_chip(chip); in hibvt_pwm_get_state()
154 struct hibvt_pwm_chip *hi_pwm_chip = to_hibvt_pwm_chip(chip); in hibvt_pwm_apply()
192 struct hibvt_pwm_chip *pwm_chip; in hibvt_pwm_probe()
253 struct hibvt_pwm_chip *pwm_chip; in hibvt_pwm_remove()