Lines Matching defs:tps
38 struct tps65217 *tps = irq_data_get_irq_chip_data(data); in tps65217_irq_lock() local
45 struct tps65217 *tps = irq_data_get_irq_chip_data(data); in tps65217_irq_sync_unlock() local
58 struct tps65217 *tps = irq_data_get_irq_chip_data(data); in tps65217_irq_enable() local
66 struct tps65217 *tps = irq_data_get_irq_chip_data(data); in tps65217_irq_disable() local
105 struct tps65217 *tps = data; in tps65217_irq_thread() local
134 struct tps65217 *tps = h->host_data; in tps65217_irq_map() local
149 static int tps65217_irq_init(struct tps65217 *tps, int irq) in tps65217_irq_init()
189 int tps65217_reg_read(struct tps65217 *tps, unsigned int reg, in tps65217_reg_read()
204 int tps65217_reg_write(struct tps65217 *tps, unsigned int reg, in tps65217_reg_write()
250 static int tps65217_update_bits(struct tps65217 *tps, unsigned int reg, in tps65217_update_bits()
272 int tps65217_set_bits(struct tps65217 *tps, unsigned int reg, in tps65217_set_bits()
279 int tps65217_clear_bits(struct tps65217 *tps, unsigned int reg, in tps65217_clear_bits()
312 struct tps65217 *tps; in tps65217_probe() local
378 struct tps65217 *tps = i2c_get_clientdata(client); in tps65217_remove() local