Lines Matching refs:tca6507_chip
164 struct tca6507_chip { struct
181 struct tca6507_chip *chip; argument
272 static void set_select(struct tca6507_chip *tca, int led, int val) in set_select()
292 static void set_code(struct tca6507_chip *tca, int reg, int bank, int new) in set_code()
309 static void set_level(struct tca6507_chip *tca, int bank, int level) in set_level()
324 static void set_times(struct tca6507_chip *tca, int bank) in set_times()
355 struct tca6507_chip *tca = container_of(work, struct tca6507_chip, in tca6507_work()
376 struct tca6507_chip *tca = led->chip; in led_release()
392 struct tca6507_chip *tca = led->chip; in led_prepare()
531 struct tca6507_chip *tca = led->chip; in led_assign()
606 struct tca6507_chip *tca = container_of(gc, struct tca6507_chip, gpio); in tca6507_gpio_set_value()
629 struct tca6507_chip *tca, in tca6507_probe_gpios()
668 static void tca6507_remove_gpio(struct tca6507_chip *tca) in tca6507_remove_gpio()
675 struct tca6507_chip *tca, in tca6507_probe_gpios()
680 static void tca6507_remove_gpio(struct tca6507_chip *tca) in tca6507_remove_gpio()
751 struct tca6507_chip *tca; in tca6507_probe()
817 struct tca6507_chip *tca = i2c_get_clientdata(client); in tca6507_remove()