Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/altmodes/
H A Ddisplayport.c35 #define DP_PIN_ASSIGN_DP_BR_MASK (BIT(DP_PIN_ASSIGN_C) | \
42 BIT(DP_PIN_ASSIGN_C) | \
119 if (pin_assign & BIT(DP_PIN_ASSIGN_C)) in dp_altmode_configure()
120 pin_assign = BIT(DP_PIN_ASSIGN_C); in dp_altmode_configure()
444 [DP_PIN_ASSIGN_C] = "C",
/openbmc/linux/include/linux/usb/
H A Dtypec_dp.h55 DP_PIN_ASSIGN_C, enumerator
/openbmc/linux/drivers/usb/typec/ucsi/
H A Ddisplayport.c308 u8 all_assignments = BIT(DP_PIN_ASSIGN_C) | BIT(DP_PIN_ASSIGN_D) | in ucsi_register_displayport()
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c24 #define DP_PORT_VDO (DP_CONF_SET_PIN_ASSIGN(BIT(DP_PIN_ASSIGN_C) | BIT(DP_PIN_ASSIGN_D)) | \