Lines Matching refs:twl_pwm_chip
59 struct twl_pwm_chip { struct
66 static inline struct twl_pwm_chip *to_twl(struct pwm_chip *chip) in to_twl() argument
68 return container_of(chip, struct twl_pwm_chip, chip); in to_twl()
107 struct twl_pwm_chip *twl = to_twl(chip); in twl4030_pwm_enable()
137 struct twl_pwm_chip *twl = to_twl(chip); in twl4030_pwm_disable()
166 struct twl_pwm_chip *twl = to_twl(chip); in twl4030_pwm_request()
204 struct twl_pwm_chip *twl = to_twl(chip); in twl4030_pwm_free()
234 struct twl_pwm_chip *twl = to_twl(chip); in twl6030_pwm_enable()
257 struct twl_pwm_chip *twl = to_twl(chip); in twl6030_pwm_disable()
295 struct twl_pwm_chip *twl; in twl_pwm_probe()
325 struct twl_pwm_chip *twl = platform_get_drvdata(pdev); in twl_pwm_remove()