Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dtypec_tbt.h23 u32 cable_mode; member
/linux/drivers/usb/typec/tipd/
H A Dcore.c733 tbt_data.cable_mode = TBT_MODE | in cd321x_typec_update_mode()
737 tbt_data.cable_mode |= TBT_CABLE_OPTICAL; in cd321x_typec_update_mode()
739 tbt_data.cable_mode |= TBT_CABLE_LINK_TRAINING; in cd321x_typec_update_mode()
741 tbt_data.cable_mode |= TBT_CABLE_ACTIVE_PASSIVE; in cd321x_typec_update_mode()
/linux/drivers/usb/typec/mux/
H A Dps883x.c226 if (tb_data->cable_mode & TBT_CABLE_ACTIVE_PASSIVE) in ps883x_set()