Searched defs:_p_ (Results 1 – 3 of 3) sorted by relevance
269 #define UCSI_CONSTAT_BC_STATUS(_p_) ((_p_) & GENMASK(2, 0)) argument274 #define UCSI_CONSTAT_PROVIDER_CAP_LIMIT(_p_) (((_p_) & GENMASK(6, 3)) >> 3) argument
31 #define kmutex_init(_p_) mutex_init(_p_) argument32 #define kmutex_lock(_p_) mutex_lock(_p_) argument33 #define kmutex_trylock(_p_) mutex_trylock(_p_) argument34 #define kmutex_unlock(_p_) mutex_unlock(_p_) argument
623 #define COLOR_INT_TO_FLOAT(_fc_, _p_, _s_, _bits_) \ in glamor_get_rgba_from_pixel() argument