Home
last modified time | relevance | path

Searched refs:for_each_if (Results 1 – 8 of 8) sorted by relevance

/include/drm/
A Ddrm_atomic.h867 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 Ddrm_encoder.h334 for_each_if ((encoder_mask) & drm_encoder_mask(encoder))
A Ddrm_plane.h967 for_each_if ((plane_mask) & drm_plane_mask(plane))
980 for_each_if (plane->type == DRM_PLANE_TYPE_OVERLAY)
A Ddrm_atomic_helper.h211 for_each_if ((plane_state = \
/include/linux/
A Dutil_macros.h23 #define for_each_if(condition) if (!(condition)) {} else macro
A Dproperty.h173 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 Ddriver.h587 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 Ddrm_dp_mst_helper.h1039 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 21 milliseconds