Searched refs:for_each_if (Results 1 – 7 of 7) sorted by relevance
/include/drm/ |
D | drm_atomic.h | 694 for_each_if ((__state)->connectors[__i].ptr && \ 715 for_each_if ((__state)->connectors[__i].ptr && \ 735 for_each_if ((__state)->connectors[__i].ptr && \ 755 for_each_if ((__state)->crtcs[__i].ptr && \ 775 for_each_if ((__state)->crtcs[__i].ptr && \ 794 for_each_if ((__state)->crtcs[__i].ptr && \ 814 for_each_if ((__state)->planes[__i].ptr && \ 836 for_each_if ((__state)->planes[__i].ptr && \ 856 for_each_if ((__state)->planes[__i].ptr && \ 874 for_each_if ((__state)->planes[__i].ptr && \
|
D | drm_util.h | 63 #define for_each_if(condition) if (!(condition)) {} else macro
|
D | drm_encoder.h | 257 for_each_if ((encoder_mask) & drm_encoder_mask(encoder))
|
D | drm_plane.h | 786 for_each_if ((plane_mask) & drm_plane_mask(plane)) 799 for_each_if (plane->type == DRM_PLANE_TYPE_OVERLAY)
|
D | drm_dp_mst_helper.h | 733 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), &(new_state), (__i))) 750 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), NULL, (__i))) 768 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), NULL, &(new_state), (__i)))
|
D | drm_atomic_helper.h | 196 for_each_if ((plane_state = \
|
D | drm_connector.h | 1635 for_each_if((encoder) = \
|