Lines Matching full:aw2013
2 // Driver for Awinic AW2013 3-channel LED driver
54 struct aw2013;
57 struct aw2013 *chip;
63 struct aw2013 { struct
73 static int aw2013_chip_init(struct aw2013 *chip) in aw2013_chip_init() argument
100 static void aw2013_chip_disable(struct aw2013 *chip) in aw2013_chip_disable()
120 static int aw2013_chip_enable(struct aw2013 *chip) in aw2013_chip_enable()
143 static bool aw2013_chip_in_use(struct aw2013 *chip) in aw2013_chip_in_use()
264 static int aw2013_probe_dt(struct aw2013 *chip) in aw2013_probe_dt()
331 struct aw2013 *chip; in aw2013_probe()
415 struct aw2013 *chip = i2c_get_clientdata(client); in aw2013_remove()
423 { .compatible = "awinic,aw2013", },
431 .name = "leds-aw2013",
441 MODULE_DESCRIPTION("AW2013 LED driver");