Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/platform/chrome/
Dcros_ec_typec.c58 unsigned int pd_ctrl_ver; member
419 if (typec->pd_ctrl_ver < 2) { in cros_typec_enable_tbt()
421 "PD_CTRL version too old: %d\n", typec->pd_ctrl_ver); in cros_typec_enable_tbt()
472 if (typec->pd_ctrl_ver < 2) { in cros_typec_enable_dp()
474 "PD_CTRL version too old: %d\n", typec->pd_ctrl_ver); in cros_typec_enable_dp()
594 ret = cros_typec_ec_command(typec, typec->pd_ctrl_ver, in cros_typec_port_update()
605 if (typec->pd_ctrl_ver != 0) in cros_typec_port_update()
648 typec->pd_ctrl_ver = 2; in cros_typec_get_cmd_version()
650 typec->pd_ctrl_ver = 1; in cros_typec_get_cmd_version()
652 typec->pd_ctrl_ver = 0; in cros_typec_get_cmd_version()
[all …]