Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-twl.c48 struct twl_pwm_chip { struct
55 static inline struct twl_pwm_chip *to_twl(struct pwm_chip *chip) in to_twl() argument
57 return container_of(chip, struct twl_pwm_chip, chip); in to_twl()
96 struct twl_pwm_chip *twl = to_twl(chip); in twl4030_pwm_enable()
126 struct twl_pwm_chip *twl = to_twl(chip); in twl4030_pwm_disable()
155 struct twl_pwm_chip *twl = to_twl(chip); in twl4030_pwm_request()
193 struct twl_pwm_chip *twl = to_twl(chip); in twl4030_pwm_free()
223 struct twl_pwm_chip *twl = to_twl(chip); in twl6030_pwm_enable()
246 struct twl_pwm_chip *twl = to_twl(chip); in twl6030_pwm_disable()
346 struct twl_pwm_chip *twl; in twl_pwm_probe()