Searched refs:pd_ctrl_ver (Results 1 – 2 of 2) sorted by relevance
461 if (typec->pd_ctrl_ver < 2) { in cros_typec_enable_tbt()463 "PD_CTRL version too old: %d\n", typec->pd_ctrl_ver); in cros_typec_enable_tbt()518 if (typec->pd_ctrl_ver < 2) { in cros_typec_enable_dp()520 "PD_CTRL version too old: %d\n", typec->pd_ctrl_ver); in cros_typec_enable_dp()1118 ret = cros_ec_cmd(typec->ec, typec->pd_ctrl_ver, in cros_typec_port_update()1134 if (typec->pd_ctrl_ver != 0) in cros_typec_port_update()1161 typec->pd_ctrl_ver = 2; in cros_typec_get_cmd_version()1163 typec->pd_ctrl_ver = 1; in cros_typec_get_cmd_version()1165 typec->pd_ctrl_ver = 0; in cros_typec_get_cmd_version()1168 typec->pd_ctrl_ver & 0xff); in cros_typec_get_cmd_version()
35 unsigned int pd_ctrl_ver; member
Completed in 8 milliseconds