Searched refs:tps6598x_read32 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/typec/tipd/ |
H A D | core.c | 294 ret = tps6598x_read32(tps, TPS_REG_CMD1, &val); in tps6598x_exec_cmd() 315 ret = tps6598x_read32(tps, TPS_REG_CMD1, &val); in tps6598x_exec_cmd() 362 ret = tps6598x_read32(tps, TPS_REG_STATUS, &status); in tps6598x_dr_set() 392 ret = tps6598x_read32(tps, TPS_REG_STATUS, &status); in tps6598x_pr_set() 418 ret = tps6598x_read32(tps, TPS_REG_STATUS, status); in tps6598x_read_status() 433 ret = tps6598x_read32(tps, TPS_REG_DATA_STATUS, &data_status); in tps6598x_read_data_status() 529 ret = tps6598x_read32(tps, TPS_REG_VERSION, &version); in tps6598x_interrupt() 600 ret = tps6598x_read32(tps, TPS_REG_MODE, (void *)mode); in tps6598x_check_mode() 743 ret = tps6598x_read32(tps, TPS_REG_VID, &vid); in tps6598x_probe() 783 ret = tps6598x_read32(tps, TPS_REG_STATUS, &status); in tps6598x_probe() [all …]
|