Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c443 if (typec->pd_ctrl_ver < 2) { in cros_typec_enable_tbt()
445 "PD_CTRL version too old: %d\n", typec->pd_ctrl_ver); in cros_typec_enable_tbt()
498 if (typec->pd_ctrl_ver < 2) { in cros_typec_enable_dp()
500 "PD_CTRL version too old: %d\n", typec->pd_ctrl_ver); in cros_typec_enable_dp()
1072 ret = cros_ec_cmd(typec->ec, typec->pd_ctrl_ver, in cros_typec_port_update()
1088 if (typec->pd_ctrl_ver != 0) in cros_typec_port_update()
1115 typec->pd_ctrl_ver = 2; in cros_typec_get_cmd_version()
1117 typec->pd_ctrl_ver = 1; in cros_typec_get_cmd_version()
1119 typec->pd_ctrl_ver = 0; in cros_typec_get_cmd_version()
1122 typec->pd_ctrl_ver & 0xff); in cros_typec_get_cmd_version()
H A Dcros_ec_typec.h35 unsigned int pd_ctrl_ver; member