Lines Matching defs:tps65010
3 * tps65010 - driver for tps6501x power management chips
22 #include <linux/mfd/tps65010.h>
45 * to tps65010 and tps65012. The tps65013 has a NO_CHG status/irq.
46 * All except tps65010 have "wait" mode, possibly defaulted so that
60 struct tps65010 {
184 struct tps65010 *tps = s->private;
191 case TPS65010: chip = "tps65010"; break;
307 static void tps65010_interrupt(struct tps65010 *tps)
399 struct tps65010 *tps;
401 tps = container_of(to_delayed_work(work), struct tps65010, work);
434 struct tps65010 *tps = _tps;
464 struct tps65010 *tps;
481 struct tps65010 *tps;
502 static struct tps65010 *the_tps;
506 struct tps65010 *tps = i2c_get_clientdata(client);
521 struct tps65010 *tps;
654 { "tps65010", TPS65010 },
665 .name = "tps65010",