Searched refs:tps6598x (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/usb/typec/ |
| D | tps6598x.c | 72 struct tps6598x { struct 91 tps6598x_block_read(struct tps6598x *tps, u8 reg, void *val, size_t len) in tps6598x_block_read() argument 113 static inline int tps6598x_read16(struct tps6598x *tps, u8 reg, u16 *val) in tps6598x_read16() 118 static inline int tps6598x_read32(struct tps6598x *tps, u8 reg, u32 *val) in tps6598x_read32() 123 static inline int tps6598x_read64(struct tps6598x *tps, u8 reg, u64 *val) in tps6598x_read64() 128 static inline int tps6598x_write16(struct tps6598x *tps, u8 reg, u16 val) in tps6598x_write16() 133 static inline int tps6598x_write32(struct tps6598x *tps, u8 reg, u32 val) in tps6598x_write32() 138 static inline int tps6598x_write64(struct tps6598x *tps, u8 reg, u64 val) in tps6598x_write64() 144 tps6598x_write_4cc(struct tps6598x *tps, u8 reg, const char *val) in tps6598x_write_4cc() 149 static int tps6598x_read_partner_identity(struct tps6598x *tps) in tps6598x_read_partner_identity() [all …]
|
| D | Makefile | 9 obj-$(CONFIG_TYPEC_TPS6598X) += tps6598x.o
|
| D | Kconfig | 103 module will be called tps6598x.ko.
|