Searched refs:_wait_for (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/gma500/ |
| H A D | intel_gmbus.c | 41 #define _wait_for(COND, MS, W) ({ \ macro 55 #define wait_for(COND, MS) _wait_for(COND, MS, 1)
|
| H A D | cdv_intel_display.c | 114 #define _wait_for(COND, MS, W) ({ \ macro 128 #define wait_for(COND, MS) _wait_for(COND, MS, 1)
|
| H A D | cdv_intel_dp.c | 234 #define _wait_for(COND, MS, W) ({ \ macro 247 #define wait_for(COND, MS) _wait_for(COND, MS, 1)
|