Lines Matching refs:tps65217
47 struct tps65217 *tps = irq_data_get_irq_chip_data(data); in tps65217_irq_lock()
54 struct tps65217 *tps = irq_data_get_irq_chip_data(data); in tps65217_irq_sync_unlock()
67 struct tps65217 *tps = irq_data_get_irq_chip_data(data); in tps65217_irq_enable()
75 struct tps65217 *tps = irq_data_get_irq_chip_data(data); in tps65217_irq_disable()
114 struct tps65217 *tps = data; in tps65217_irq_thread()
143 struct tps65217 *tps = h->host_data; in tps65217_irq_map()
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()
387 struct tps65217 *tps = i2c_get_clientdata(client); in tps65217_remove()