Home
last modified time | relevance | path

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

/linux/drivers/platform/chrome/
A Dcros_ec_typec.c461 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()
A Dcros_ec_typec.h35 unsigned int pd_ctrl_ver; member

Completed in 8 milliseconds