Searched refs:pd_ctrl (Results 1 – 1 of 1) sorted by relevance
436 struct ec_response_usb_pd_control_v2 *pd_ctrl) in cros_typec_enable_tbt() argument451 if (pd_ctrl->control_flags & USB_PD_CTRL_TBT_LEGACY_ADAPTER) in cros_typec_enable_tbt()459 data.cable_mode |= TBT_SET_CABLE_SPEED(pd_ctrl->cable_speed); in cros_typec_enable_tbt()461 if (pd_ctrl->control_flags & USB_PD_CTRL_OPTICAL_CABLE) in cros_typec_enable_tbt()464 if (pd_ctrl->control_flags & USB_PD_CTRL_ACTIVE_LINK_UNIDIR) in cros_typec_enable_tbt()467 data.cable_mode |= TBT_SET_CABLE_ROUNDED(pd_ctrl->cable_gen); in cros_typec_enable_tbt()470 data.enter_vdo = TBT_SET_CABLE_SPEED(pd_ctrl->cable_speed); in cros_typec_enable_tbt()472 if (pd_ctrl->control_flags & USB_PD_CTRL_ACTIVE_CABLE) in cros_typec_enable_tbt()491 struct ec_response_usb_pd_control_v2 *pd_ctrl) in cros_typec_enable_dp() argument503 if (!pd_ctrl->dp_mode) { in cros_typec_enable_dp()[all …]