Lines Matching refs:aw200xx
107 struct aw200xx *chip;
112 struct aw200xx { struct
140 struct aw200xx *chip = led->chip; in dim_store() argument
185 struct aw200xx *chip = led->chip; in aw200xx_brightness_set()
213 static u32 aw200xx_imax_from_global(const struct aw200xx *const chip, in aw200xx_imax_from_global()
235 static u32 aw200xx_imax_to_global(const struct aw200xx *const chip, in aw200xx_imax_to_global()
279 static int aw200xx_set_imax(const struct aw200xx *const chip, in aw200xx_set_imax()
314 static int aw200xx_chip_reset(const struct aw200xx *const chip) in aw200xx_chip_reset()
326 static int aw200xx_chip_init(const struct aw200xx *const chip) in aw200xx_chip_init()
344 static int aw200xx_chip_check(const struct aw200xx *const chip) in aw200xx_chip_check()
361 static int aw200xx_probe_fw(struct device *dev, struct aw200xx *chip) in aw200xx_probe_fw()
493 struct aw200xx *chip; in aw200xx_probe()
546 struct aw200xx *chip = i2c_get_clientdata(client); in aw200xx_remove()