Lines Matching refs:tca6507_chip
156 struct tca6507_chip { struct
173 struct tca6507_chip *chip; argument
263 static void set_select(struct tca6507_chip *tca, int led, int val) in set_select()
283 static void set_code(struct tca6507_chip *tca, int reg, int bank, int new) in set_code()
300 static void set_level(struct tca6507_chip *tca, int bank, int level) in set_level()
315 static void set_times(struct tca6507_chip *tca, int bank) in set_times()
348 struct tca6507_chip *tca = container_of(work, struct tca6507_chip, in tca6507_work()
369 struct tca6507_chip *tca = led->chip; in led_release()
385 struct tca6507_chip *tca = led->chip; in led_prepare()
524 struct tca6507_chip *tca = led->chip; in led_assign()
599 struct tca6507_chip *tca = gpiochip_get_data(gc); in tca6507_gpio_set_value()
622 struct tca6507_chip *tca, in tca6507_probe_gpios()
657 static void tca6507_remove_gpio(struct tca6507_chip *tca) in tca6507_remove_gpio()
664 struct tca6507_chip *tca, in tca6507_probe_gpios()
669 static void tca6507_remove_gpio(struct tca6507_chip *tca) in tca6507_remove_gpio()
741 struct tca6507_chip *tca; in tca6507_probe()
801 struct tca6507_chip *tca = i2c_get_clientdata(client); in tca6507_remove()