Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/typec/tipd/
H A Dcore.c394 static int tps6598x_exec_cmd(struct tps6598x *tps, const char *cmd, in tps6598x_exec_cmd() function
411 ret = tps6598x_exec_cmd(tps, cmd, 0, NULL, 0, NULL); in tps6598x_dr_set()
441 ret = tps6598x_exec_cmd(tps, cmd, 0, NULL, 0, NULL); in tps6598x_pr_set()
795 ret = tps6598x_exec_cmd(tps, "SSPS", sizeof(u8), &target_state, 0, NULL); in cd321x_switch_power_state()
973 ret = tps6598x_exec_cmd(tps, "PBMe", 0, NULL, 0, NULL); in tps25750_abort_patch_process()
1125 ret = tps6598x_exec_cmd(tps, "DBfg", 0, NULL, 0, NULL); in tps25750_apply_patch()
1152 ret = tps6598x_exec_cmd(tps, "PTCs", in_len, &in, in tps6598x_apply_patch()
1164 ret = tps6598x_exec_cmd(tps, "PTCd", in_len, in tps6598x_apply_patch()
1178 ret = tps6598x_exec_cmd(tps, "PTCc", 0, NULL, TPS_PTCC_OUT_BYTES, out); in tps6598x_apply_patch()