Lines Matching refs:tps65010
73 struct tps65010 { struct
197 struct tps65010 *tps = s->private; in dbg_show()
320 static void tps65010_interrupt(struct tps65010 *tps) in tps65010_interrupt()
412 struct tps65010 *tps; in tps65010_work()
414 tps = container_of(to_delayed_work(work), struct tps65010, work); in tps65010_work()
448 struct tps65010 *tps = _tps; in tps65010_irq()
478 struct tps65010 *tps; in tps65010_output()
480 tps = container_of(chip, struct tps65010, chip); in tps65010_output()
495 struct tps65010 *tps; in tps65010_gpio_get()
497 tps = container_of(chip, struct tps65010, chip); in tps65010_gpio_get()
516 static struct tps65010 *the_tps;
520 struct tps65010 *tps = i2c_get_clientdata(client); in tps65010_remove()
540 struct tps65010 *tps; in tps65010_probe()