Lines Matching defs:tps
47 struct tps65217 *tps = irq_data_get_irq_chip_data(data); in tps65217_irq_lock() local
54 struct tps65217 *tps = irq_data_get_irq_chip_data(data); in tps65217_irq_sync_unlock() local
67 struct tps65217 *tps = irq_data_get_irq_chip_data(data); in tps65217_irq_enable() local
75 struct tps65217 *tps = irq_data_get_irq_chip_data(data); in tps65217_irq_disable() local
114 struct tps65217 *tps = data; in tps65217_irq_thread() local
143 struct tps65217 *tps = h->host_data; in tps65217_irq_map() local
158 static int tps65217_irq_init(struct tps65217 *tps, int irq) in tps65217_irq_init()
198 int tps65217_reg_read(struct tps65217 *tps, unsigned int reg, in tps65217_reg_read()
213 int tps65217_reg_write(struct tps65217 *tps, unsigned int reg, in tps65217_reg_write()
259 static int tps65217_update_bits(struct tps65217 *tps, unsigned int reg, in tps65217_update_bits()
281 int tps65217_set_bits(struct tps65217 *tps, unsigned int reg, in tps65217_set_bits()
288 int tps65217_clear_bits(struct tps65217 *tps, unsigned int reg, in tps65217_clear_bits()
321 struct tps65217 *tps; in tps65217_probe() local
387 struct tps65217 *tps = i2c_get_clientdata(client); in tps65217_remove() local