Searched refs:tps6598x_block_write (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/usb/typec/tipd/ |
| H A D | core.c | 184 static int tps6598x_block_write(struct tps6598x *tps, u8 reg, in tps6598x_block_write() function 223 return tps6598x_block_write(tps, reg, &val, sizeof(u8)); in tps6598x_write8() 228 return tps6598x_block_write(tps, reg, &val, sizeof(u64)); in tps6598x_write64() 234 return tps6598x_block_write(tps, reg, val, 4); in tps6598x_write_4cc() 344 ret = tps6598x_block_write(tps, TPS_REG_DATA1, in tps6598x_exec_cmd_tmo() 623 tps6598x_block_write(tps, TPS_REG_INT_CLEAR1, event, 11); in tps25750_interrupt() 687 tps6598x_block_write(tps, TPS_REG_INT_CLEAR1, event1, intev_len); in tps6598x_interrupt() 688 tps6598x_block_write(tps, TPS_REG_INT_CLEAR2, event2, intev_len); in tps6598x_interrupt()
|