Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/typec/tipd/
Dcore.c124 tps6598x_block_read(struct tps6598x *tps, u8 reg, void *val, size_t len) in tps6598x_block_read() function
165 return tps6598x_block_read(tps, reg, val, sizeof(u8)); in tps6598x_read8()
170 return tps6598x_block_read(tps, reg, val, sizeof(u16)); in tps6598x_read16()
175 return tps6598x_block_read(tps, reg, val, sizeof(u32)); in tps6598x_read32()
180 return tps6598x_block_read(tps, reg, val, sizeof(u64)); in tps6598x_read64()
199 ret = tps6598x_block_read(tps, TPS_REG_RX_IDENTITY_SOP, in tps6598x_read_partner_identity()
325 ret = tps6598x_block_read(tps, TPS_REG_DATA1, in tps6598x_exec_cmd()
331 ret = tps6598x_block_read(tps, TPS_REG_DATA1, &val, sizeof(u8)); in tps6598x_exec_cmd()