Home
last modified time | relevance | path

Searched refs:tps6598x (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/usb/typec/
Dtps6598x.c88 struct tps6598x { struct
107 tps6598x_block_read(struct tps6598x *tps, u8 reg, void *val, size_t len) in tps6598x_block_read() argument
129 static int tps6598x_block_write(struct tps6598x *tps, u8 reg, in tps6598x_block_write()
143 static inline int tps6598x_read16(struct tps6598x *tps, u8 reg, u16 *val) in tps6598x_read16()
148 static inline int tps6598x_read32(struct tps6598x *tps, u8 reg, u32 *val) in tps6598x_read32()
153 static inline int tps6598x_read64(struct tps6598x *tps, u8 reg, u64 *val) in tps6598x_read64()
158 static inline int tps6598x_write16(struct tps6598x *tps, u8 reg, u16 val) in tps6598x_write16()
163 static inline int tps6598x_write32(struct tps6598x *tps, u8 reg, u32 val) in tps6598x_write32()
168 static inline int tps6598x_write64(struct tps6598x *tps, u8 reg, u64 val) in tps6598x_write64()
174 tps6598x_write_4cc(struct tps6598x *tps, u8 reg, const char *val) in tps6598x_write_4cc()
[all …]
DMakefile7 obj-$(CONFIG_TYPEC_TPS6598X) += tps6598x.o
DKconfig62 module will be called tps6598x.ko.