Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/platform/chrome/
Dcros_ec_typec.c88 unsigned int pd_ctrl_ver; member
474 if (typec->pd_ctrl_ver < 2) { in cros_typec_enable_tbt()
476 "PD_CTRL version too old: %d\n", typec->pd_ctrl_ver); in cros_typec_enable_tbt()
526 if (typec->pd_ctrl_ver < 2) { in cros_typec_enable_dp()
528 "PD_CTRL version too old: %d\n", typec->pd_ctrl_ver); in cros_typec_enable_dp()
1083 ret = cros_ec_cmd(typec->ec, typec->pd_ctrl_ver, in cros_typec_port_update()
1099 if (typec->pd_ctrl_ver != 0) in cros_typec_port_update()
1126 typec->pd_ctrl_ver = 2; in cros_typec_get_cmd_version()
1128 typec->pd_ctrl_ver = 1; in cros_typec_get_cmd_version()
1130 typec->pd_ctrl_ver = 0; in cros_typec_get_cmd_version()
[all …]