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.c442 if (typec->pd_ctrl_ver < 2) { in cros_typec_enable_tbt()
444 "PD_CTRL version too old: %d\n", typec->pd_ctrl_ver); in cros_typec_enable_tbt()
497 if (typec->pd_ctrl_ver < 2) { in cros_typec_enable_dp()
499 "PD_CTRL version too old: %d\n", typec->pd_ctrl_ver); in cros_typec_enable_dp()
1071 ret = cros_ec_cmd(typec->ec, typec->pd_ctrl_ver, in cros_typec_port_update()
1087 if (typec->pd_ctrl_ver != 0) in cros_typec_port_update()
1114 typec->pd_ctrl_ver = 2; in cros_typec_get_cmd_version()
1116 typec->pd_ctrl_ver = 1; in cros_typec_get_cmd_version()
1118 typec->pd_ctrl_ver = 0; in cros_typec_get_cmd_version()
1121 typec->pd_ctrl_ver & 0xff); in cros_typec_get_cmd_version()
H A Dcros_ec_typec.h35 unsigned int pd_ctrl_ver; member