Searched refs:tps6598x_block_write (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/usb/typec/tipd/ |
| H A D | core.c | 257 static int tps6598x_block_write(struct tps6598x *tps, u8 reg, in tps6598x_block_write() function 296 return tps6598x_block_write(tps, reg, &val, sizeof(u8)); in tps6598x_write8() 301 return tps6598x_block_write(tps, reg, &val, sizeof(u64)); in tps6598x_write64() 307 return tps6598x_block_write(tps, reg, val, 4); in tps6598x_write_4cc() 417 ret = tps6598x_block_write(tps, TPS_REG_DATA1, in tps6598x_exec_cmd_tmo() 972 tps6598x_block_write(tps, TPS_REG_INT_CLEAR1, event, 11); in tps25750_interrupt() 1020 tps6598x_block_write(tps, TPS_REG_INT_CLEAR1, event1, intev_len); in tps6598x_interrupt() 1021 tps6598x_block_write(tps, TPS_REG_INT_CLEAR2, event2, intev_len); in tps6598x_interrupt()
|