Home
last modified time | relevance | path

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

/drivers/platform/chrome/
A Dcros_ec_typec.c70 if (!data->pd_ctrl_ver) in cros_typec_perform_role_swap()
578 if (typec->pd_ctrl_ver < 2) { in cros_typec_enable_tbt()
580 "PD_CTRL version too old: %d\n", typec->pd_ctrl_ver); in cros_typec_enable_tbt()
635 if (typec->pd_ctrl_ver < 2) { in cros_typec_enable_dp()
637 "PD_CTRL version too old: %d\n", typec->pd_ctrl_ver); in cros_typec_enable_dp()
1248 ret = cros_ec_cmd(typec->ec, typec->pd_ctrl_ver, in cros_typec_port_update()
1264 if (typec->pd_ctrl_ver != 0) in cros_typec_port_update()
1291 typec->pd_ctrl_ver = 2; in cros_typec_get_cmd_version()
1293 typec->pd_ctrl_ver = 1; in cros_typec_get_cmd_version()
1295 typec->pd_ctrl_ver = 0; in cros_typec_get_cmd_version()
[all …]
A Dcros_ec_typec.h36 unsigned int pd_ctrl_ver; member

Completed in 6 milliseconds