Lines Matching defs:tps65910
887 struct tps65910 { struct
894 struct tps65910_pmic *pmic; argument
895 struct tps65910_rtc *rtc; argument
896 struct tps65910_power *power; argument
899 struct tps65910_board *of_plat_data; argument
911 static inline int tps65910_chip_id(struct tps65910 *tps65910) in tps65910_chip_id()
916 static inline int tps65910_reg_read(struct tps65910 *tps65910, u8 reg, in tps65910_reg_read()
922 static inline int tps65910_reg_write(struct tps65910 *tps65910, u8 reg, in tps65910_reg_write()
928 static inline int tps65910_reg_set_bits(struct tps65910 *tps65910, u8 reg, in tps65910_reg_set_bits()
934 static inline int tps65910_reg_clear_bits(struct tps65910 *tps65910, u8 reg, in tps65910_reg_clear_bits()
940 static inline int tps65910_reg_update_bits(struct tps65910 *tps65910, u8 reg, in tps65910_reg_update_bits()
946 static inline int tps65910_irq_get_virq(struct tps65910 *tps65910, int irq) in tps65910_irq_get_virq()