Lines Matching refs:aw200xx
110 struct aw200xx *chip;
115 struct aw200xx { struct
144 struct aw200xx *chip = led->chip; in dim_store() argument
189 struct aw200xx *chip = led->chip; in aw200xx_brightness_set()
215 static u32 aw200xx_imax_from_global(const struct aw200xx *const chip, in aw200xx_imax_from_global()
237 static u32 aw200xx_imax_to_global(const struct aw200xx *const chip, in aw200xx_imax_to_global()
281 static int aw200xx_set_imax(const struct aw200xx *const chip, in aw200xx_set_imax()
316 static int aw200xx_chip_reset(const struct aw200xx *const chip) in aw200xx_chip_reset()
331 static int aw200xx_chip_init(const struct aw200xx *const chip) in aw200xx_chip_init()
349 static int aw200xx_chip_check(const struct aw200xx *const chip) in aw200xx_chip_check()
366 static void aw200xx_enable(const struct aw200xx *const chip) in aw200xx_enable()
380 static void aw200xx_disable(const struct aw200xx *const chip) in aw200xx_disable()
386 struct aw200xx *chip) in aw200xx_probe_get_display_rows()
410 static int aw200xx_probe_fw(struct device *dev, struct aw200xx *chip) in aw200xx_probe_fw()
543 struct aw200xx *chip; in aw200xx_probe()