Searched refs:pd_ctrl (Results 1 – 1 of 1) sorted by relevance
468 struct ec_response_usb_pd_control_v2 *pd_ctrl) in cros_typec_enable_tbt() argument483 if (pd_ctrl->control_flags & USB_PD_CTRL_TBT_LEGACY_ADAPTER) in cros_typec_enable_tbt()488 data.cable_mode |= TBT_SET_CABLE_SPEED(pd_ctrl->cable_speed); in cros_typec_enable_tbt()490 if (pd_ctrl->control_flags & USB_PD_CTRL_OPTICAL_CABLE) in cros_typec_enable_tbt()493 if (pd_ctrl->control_flags & USB_PD_CTRL_ACTIVE_LINK_UNIDIR) in cros_typec_enable_tbt()496 data.cable_mode |= TBT_SET_CABLE_ROUNDED(pd_ctrl->cable_gen); in cros_typec_enable_tbt()499 data.enter_vdo = TBT_SET_CABLE_SPEED(pd_ctrl->cable_speed); in cros_typec_enable_tbt()501 if (pd_ctrl->control_flags & USB_PD_CTRL_ACTIVE_CABLE) in cros_typec_enable_tbt()520 struct ec_response_usb_pd_control_v2 *pd_ctrl) in cros_typec_enable_dp() argument532 if (!pd_ctrl->dp_mode) { in cros_typec_enable_dp()[all …]