Searched refs:tps6598x_read32 (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/usb/typec/tipd/ |
| D | core.c | 173 static inline int tps6598x_read32(struct tps6598x *tps, u8 reg, u32 *val) in tps6598x_read32() function 293 ret = tps6598x_read32(tps, TPS_REG_CMD1, &val); in tps6598x_exec_cmd() 314 ret = tps6598x_read32(tps, TPS_REG_CMD1, &val); in tps6598x_exec_cmd() 361 ret = tps6598x_read32(tps, TPS_REG_STATUS, &status); in tps6598x_dr_set() 391 ret = tps6598x_read32(tps, TPS_REG_STATUS, &status); in tps6598x_pr_set() 417 ret = tps6598x_read32(tps, TPS_REG_STATUS, status); in tps6598x_read_status() 432 ret = tps6598x_read32(tps, TPS_REG_DATA_STATUS, &data_status); in tps6598x_read_data_status() 581 ret = tps6598x_read32(tps, TPS_REG_MODE, (void *)mode); in tps6598x_check_mode() 724 ret = tps6598x_read32(tps, TPS_REG_VID, &vid); in tps6598x_probe() 764 ret = tps6598x_read32(tps, TPS_REG_STATUS, &status); in tps6598x_probe() [all …]
|