Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/platform/chrome/
Dcros_ec_typec.c426 struct ec_response_usb_pd_control_v2 *pd_ctrl) in cros_typec_enable_tbt() argument
441 if (pd_ctrl->control_flags & USB_PD_CTRL_TBT_LEGACY_ADAPTER) in cros_typec_enable_tbt()
446 data.cable_mode |= TBT_SET_CABLE_SPEED(pd_ctrl->cable_speed); in cros_typec_enable_tbt()
448 if (pd_ctrl->control_flags & USB_PD_CTRL_OPTICAL_CABLE) in cros_typec_enable_tbt()
451 if (pd_ctrl->control_flags & USB_PD_CTRL_ACTIVE_LINK_UNIDIR) in cros_typec_enable_tbt()
454 data.cable_mode |= TBT_SET_CABLE_ROUNDED(pd_ctrl->cable_gen); in cros_typec_enable_tbt()
457 data.enter_vdo = TBT_SET_CABLE_SPEED(pd_ctrl->cable_speed); in cros_typec_enable_tbt()
459 if (pd_ctrl->control_flags & USB_PD_CTRL_ACTIVE_CABLE) in cros_typec_enable_tbt()
478 struct ec_response_usb_pd_control_v2 *pd_ctrl) in cros_typec_enable_dp() argument
490 if (!pd_ctrl->dp_mode) { in cros_typec_enable_dp()
[all …]