Home
last modified time | relevance | path

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

/linux/drivers/platform/chrome/
A Dcros_ec_typec.c79 unsigned int pd_ctrl_ver; member
401 if (typec->pd_ctrl_ver < 2) { in cros_typec_enable_tbt()
403 "PD_CTRL version too old: %d\n", typec->pd_ctrl_ver); in cros_typec_enable_tbt()
453 if (typec->pd_ctrl_ver < 2) { in cros_typec_enable_dp()
455 "PD_CTRL version too old: %d\n", typec->pd_ctrl_ver); in cros_typec_enable_dp()
955 ret = cros_ec_command(typec->ec, typec->pd_ctrl_ver, in cros_typec_port_update()
966 if (typec->pd_ctrl_ver != 0) in cros_typec_port_update()
1014 typec->pd_ctrl_ver = 2; in cros_typec_get_cmd_version()
1016 typec->pd_ctrl_ver = 1; in cros_typec_get_cmd_version()
1018 typec->pd_ctrl_ver = 0; in cros_typec_get_cmd_version()
[all …]

Completed in 6 milliseconds