Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dtypec_tbt.h51 #define TBT_CABLE_ACTIVE_PASSIVE BIT(25) macro
/linux/drivers/soc/qcom/
H A Dpmic_glink_altmode.c236 tbt_data.cable_mode |= TBT_CABLE_ACTIVE_PASSIVE; in pmic_glink_altmode_enable_tbt()
245 tbt_data.enter_vdo |= TBT_CABLE_ACTIVE_PASSIVE; in pmic_glink_altmode_enable_tbt()
/linux/drivers/usb/typec/mux/
H A Dps883x.c138 if (tb_data->cable_mode & TBT_CABLE_ACTIVE_PASSIVE) in ps883x_set()