Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/altmodes/
H A Ddisplayport.c146 } else if (!(con & DP_CONF_CURRENTLY(dp->data.conf))) { in dp_altmode_status_update()
422 cur = DP_CONF_CURRENTLY(dp->data.conf); in configuration_show()
456 if (DP_CONF_CURRENTLY(dp->data.conf) == DP_CONF_UFP_U_AS_DFP_D) in get_current_pin_assignments()
498 if (dp->alt->active && DP_CONF_CURRENTLY(dp->data.conf)) { in pin_assignment_store()
/openbmc/linux/include/linux/usb/
H A Dtypec_dp.h97 #define DP_CONF_CURRENTLY(_conf_) ((_conf_) & 3) macro