Home
last modified time | relevance | path

Searched defs:tps65910 (Results 1 – 1 of 1) sorted by relevance

/include/linux/mfd/
Dtps65910.h887 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()
[all …]