Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dtypec_dp.h97 #define DP_CONF_CURRENTLY(_conf_) ((_conf_) & 3) macro
/OK3568_Linux_fs/kernel/drivers/usb/typec/altmodes/
H A Ddisplayport.c150 } else if (!(con & DP_CONF_CURRENTLY(dp->data.conf))) { in dp_altmode_status_update()
419 cur = DP_CONF_CURRENTLY(dp->data.conf); in configuration_show()
483 if (dp->alt->active && DP_CONF_CURRENTLY(dp->data.conf)) { in pin_assignment_store()