Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/mux/
H A Dintel_pmc_mux.c333 u8 cable_rounded = TBT_CABLE_ROUNDED_SUPPORT(data->cable_mode); in pmc_usb_mux_tbt()
334 u8 cable_speed = TBT_CABLE_SPEED(data->cable_mode); in pmc_usb_mux_tbt()
351 if (data->cable_mode & TBT_CABLE_OPTICAL) in pmc_usb_mux_tbt()
354 if (data->cable_mode & TBT_CABLE_LINK_TRAINING) in pmc_usb_mux_tbt()
360 (data->cable_mode & TBT_CABLE_RETIMER)) in pmc_usb_mux_tbt()
366 if (data->cable_mode & TBT_CABLE_RETIMER) in pmc_usb_mux_tbt()
H A Dps883x.c138 if (tb_data->cable_mode & TBT_CABLE_ACTIVE_PASSIVE) in ps883x_set()
/linux/include/linux/usb/
H A Dtypec_tbt.h23 u32 cable_mode; member
/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c591 data.cable_mode = TBT_MODE; in cros_typec_enable_tbt()
593 data.cable_mode |= cros_typec_get_cable_vdo(port, USB_TYPEC_TBT_SID); in cros_typec_enable_tbt()
595 data.cable_mode |= TBT_SET_CABLE_SPEED(pd_ctrl->cable_speed); in cros_typec_enable_tbt()
598 data.cable_mode |= TBT_CABLE_OPTICAL; in cros_typec_enable_tbt()
601 data.cable_mode |= TBT_CABLE_LINK_TRAINING; in cros_typec_enable_tbt()
603 data.cable_mode |= TBT_SET_CABLE_ROUNDED(pd_ctrl->cable_gen); in cros_typec_enable_tbt()
/linux/drivers/pcmcia/
H A Di82365.c108 static int cable_mode = -1; variable
118 module_param(cable_mode, int, 0444);
399 flip(p->ema, VG469_MODE_CABLE, cable_mode); in vg46x_set_opts()
/linux/drivers/usb/typec/tipd/
H A Dcore.c117 __le16 cable_mode; member
703 tbt_data.cable_mode = le16_to_cpu(st->intel_vid_status.cable_mode); in cd321x_typec_update_mode()