Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/chrome/
H A Dcros_ec_typec.c493 if (typec->pd_ctrl_ver < 2) { in cros_typec_enable_tbt()
495 "PD_CTRL version too old: %d\n", typec->pd_ctrl_ver); in cros_typec_enable_tbt()
550 if (typec->pd_ctrl_ver < 2) { in cros_typec_enable_dp()
552 "PD_CTRL version too old: %d\n", typec->pd_ctrl_ver); in cros_typec_enable_dp()
1163 ret = cros_ec_cmd(typec->ec, typec->pd_ctrl_ver, in cros_typec_port_update()
1179 if (typec->pd_ctrl_ver != 0) in cros_typec_port_update()
1206 typec->pd_ctrl_ver = 2; in cros_typec_get_cmd_version()
1208 typec->pd_ctrl_ver = 1; in cros_typec_get_cmd_version()
1210 typec->pd_ctrl_ver = 0; in cros_typec_get_cmd_version()
1213 typec->pd_ctrl_ver & 0xff); in cros_typec_get_cmd_version()
H A Dcros_ec_typec.h36 unsigned int pd_ctrl_ver; member