Searched refs:for_each_if (Results 1 – 8 of 8) sorted by relevance
| /include/drm/ |
| A D | drm_atomic.h | 867 for_each_if ((__state)->connectors[__i].ptr && \ 889 for_each_if ((__state)->connectors[__i].ptr && \ 910 for_each_if ((__state)->connectors[__i].ptr && \ 932 for_each_if ((__state)->crtcs[__i].ptr && \ 955 for_each_if ((__state)->crtcs[__i].ptr && \ 975 for_each_if ((__state)->crtcs[__i].ptr && \ 997 for_each_if ((__state)->planes[__i].ptr && \ 1020 for_each_if ((__state)->planes[__i].ptr && \ 1037 for_each_if ((__state)->planes[__i].ptr && \ 1056 for_each_if ((__state)->planes[__i].ptr && \ [all …]
|
| A D | drm_encoder.h | 334 for_each_if ((encoder_mask) & drm_encoder_mask(encoder))
|
| A D | drm_plane.h | 967 for_each_if ((plane_mask) & drm_plane_mask(plane)) 980 for_each_if (plane->type == DRM_PLANE_TYPE_OVERLAY)
|
| A D | drm_atomic_helper.h | 211 for_each_if ((plane_state = \
|
| /include/linux/ |
| A D | util_macros.h | 23 #define for_each_if(condition) if (!(condition)) {} else macro
|
| A D | property.h | 173 for_each_if(fwnode_name_eq(child, name)) 188 for_each_if(fwnode_name_eq(child, name)) 197 for_each_if(fwnode_name_eq(child, name))
|
| /include/linux/gpio/ |
| A D | driver.h | 587 for_each_if(!IS_ERR(_label = gpiochip_dup_line_label(_chip, _base + _i))) 609 for_each_if(_label) 892 for_each_if(fwnode_property_present(child, "gpio-controller"))
|
| /include/drm/display/ |
| A D | drm_dp_mst_helper.h | 1039 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), &(new_state), (__i))) 1056 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), NULL, (__i))) 1074 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), NULL, &(new_state), (__i)))
|
Completed in 19 milliseconds