Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/tipd/
H A Dcore.c284 static inline int tps6598x_read32(struct tps6598x *tps, u8 reg, u32 *val) in tps6598x_read32() function
410 ret = tps6598x_read32(tps, TPS_REG_CMD1, &val); in tps6598x_exec_cmd_tmo()
430 ret = tps6598x_read32(tps, TPS_REG_CMD1, &val); in tps6598x_exec_cmd_tmo()
488 ret = tps6598x_read32(tps, TPS_REG_STATUS, &status); in tps6598x_dr_set()
518 ret = tps6598x_read32(tps, TPS_REG_STATUS, &status); in tps6598x_pr_set()
544 ret = tps6598x_read32(tps, TPS_REG_STATUS, status); in tps6598x_read_status()
561 ret = tps6598x_read32(tps, TPS_REG_DATA_STATUS, &data_status); in tps6598x_read_data_status()
996 ret = tps6598x_read32(tps, TPS_REG_VERSION, &version); in tps6598x_interrupt()
1066 ret = tps6598x_read32(tps, TPS_REG_MODE, (void *)mode); in tps6598x_check_mode()
1195 ret = tps6598x_read32(tps, TPS_REG_SYSTEM_CONF, &conf); in tps6598x_register_port()
[all …]