Lines Matching refs:twl_pwmled_chip
59 struct twl_pwmled_chip { struct
64 static inline struct twl_pwmled_chip *to_twl(struct pwm_chip *chip) in to_twl() argument
66 return container_of(chip, struct twl_pwmled_chip, chip); in to_twl()
105 struct twl_pwmled_chip *twl = to_twl(chip); in twl4030_pwmled_enable()
130 struct twl_pwmled_chip *twl = to_twl(chip); in twl4030_pwmled_disable()
170 struct twl_pwmled_chip *twl = to_twl(chip); in twl6030_pwmled_enable()
197 struct twl_pwmled_chip *twl = to_twl(chip); in twl6030_pwmled_disable()
222 struct twl_pwmled_chip *twl = to_twl(chip); in twl6030_pwmled_request()
248 struct twl_pwmled_chip *twl = to_twl(chip); in twl6030_pwmled_free()
289 struct twl_pwmled_chip *twl; in twl_pwmled_probe()
321 struct twl_pwmled_chip *twl = platform_get_drvdata(pdev); in twl_pwmled_remove()