Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/chrome/
H A Dcros_ec_typec.c546 u32 cable_tbt_vdo; in cros_typec_enable_dp() local
587 cable_tbt_vdo = cros_typec_get_cable_vdo(port, USB_TYPEC_TBT_SID); in cros_typec_enable_dp()
591 } else if (cable_tbt_vdo) { in cros_typec_enable_dp()
592 dp_data.conf |= TBT_CABLE_SPEED(cable_tbt_vdo) << DP_CONF_SIGNALLING_SHIFT; in cros_typec_enable_dp()
595 if (cable_tbt_vdo & TBT_CABLE_OPTICAL) in cros_typec_enable_dp()
597 else if (cable_tbt_vdo & TBT_CABLE_RETIMER) in cros_typec_enable_dp()
599 else if (cable_tbt_vdo & TBT_CABLE_ACTIVE_PASSIVE) in cros_typec_enable_dp()