Searched refs:DP_CONF_CURRENTLY (Results 1 – 2 of 2) sorted by relevance
141 } else if (!(con & DP_CONF_CURRENTLY(dp->data.conf))) { in dp_altmode_status_update()394 cur = DP_CONF_CURRENTLY(dp->data.conf); in configuration_show()448 if (DP_CONF_CURRENTLY(dp->data.conf) == DP_CONF_DFP_D) in pin_assignment_store()461 if (dp->alt->active && DP_CONF_CURRENTLY(dp->data.conf)) { in pin_assignment_store()488 if (DP_CONF_CURRENTLY(dp->data.conf) == DP_CONF_DFP_D) in pin_assignment_show()
97 #define DP_CONF_CURRENTLY(_conf_) ((_conf_) & 3) macro