Searched refs:tps6598x_exec_cmd (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/usb/typec/tipd/ |
| H A D | core.c | 467 static int tps6598x_exec_cmd(struct tps6598x *tps, const char *cmd, in tps6598x_exec_cmd() function 484 ret = tps6598x_exec_cmd(tps, cmd, 0, NULL, 0, NULL); in tps6598x_dr_set() 514 ret = tps6598x_exec_cmd(tps, cmd, 0, NULL, 0, NULL); in tps6598x_pr_set() 1143 ret = tps6598x_exec_cmd(tps, "SSPS", sizeof(u8), &target_state, 0, NULL); in cd321x_switch_power_state() 1409 ret = tps6598x_exec_cmd(tps, "PBMe", 0, NULL, 0, NULL); in tps25750_abort_patch_process() 1561 ret = tps6598x_exec_cmd(tps, "DBfg", 0, NULL, 0, NULL); in tps25750_apply_patch() 1588 ret = tps6598x_exec_cmd(tps, "PTCs", in_len, &in, in tps6598x_apply_patch() 1600 ret = tps6598x_exec_cmd(tps, "PTCd", in_len, in tps6598x_apply_patch() 1614 ret = tps6598x_exec_cmd(tps, "PTCc", 0, NULL, TPS_PTCC_OUT_BYTES, out); in tps6598x_apply_patch()
|