Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/platform/chrome/
Dcros_ec_typec.c79 unsigned int pd_ctrl_ver; member
432 if (typec->pd_ctrl_ver < 2) { in cros_typec_enable_tbt()
434 "PD_CTRL version too old: %d\n", typec->pd_ctrl_ver); in cros_typec_enable_tbt()
484 if (typec->pd_ctrl_ver < 2) { in cros_typec_enable_dp()
486 "PD_CTRL version too old: %d\n", typec->pd_ctrl_ver); in cros_typec_enable_dp()
986 ret = cros_typec_ec_command(typec, typec->pd_ctrl_ver, in cros_typec_port_update()
997 if (typec->pd_ctrl_ver != 0) in cros_typec_port_update()
1045 typec->pd_ctrl_ver = 2; in cros_typec_get_cmd_version()
1047 typec->pd_ctrl_ver = 1; in cros_typec_get_cmd_version()
1049 typec->pd_ctrl_ver = 0; in cros_typec_get_cmd_version()
[all …]