Lines Matching refs:tps65912
286 struct tps65912 { struct
294 int (*read)(struct tps65912 *tps65912, u8 reg, int size, void *dest); argument
295 int (*write)(struct tps65912 *tps65912, u8 reg, int size, void *src); argument
318 int tps65912_set_bits(struct tps65912 *tps65912, u8 reg, u8 mask); argument
319 int tps65912_clear_bits(struct tps65912 *tps65912, u8 reg, u8 mask);
320 int tps65912_reg_read(struct tps65912 *tps65912, u8 reg);
321 int tps65912_reg_write(struct tps65912 *tps65912, u8 reg, u8 val);
322 int tps65912_device_init(struct tps65912 *tps65912);
323 void tps65912_device_exit(struct tps65912 *tps65912);
324 int tps65912_irq_init(struct tps65912 *tps65912, int irq,
326 int tps65912_irq_exit(struct tps65912 *tps65912);