Lines Matching refs:ptr
161 struct drm_plane *ptr; member
166 struct drm_crtc *ptr; member
184 struct drm_connector *ptr; member
344 struct drm_private_obj *ptr; member
766 for_each_if ((__state)->connectors[__i].ptr && \
767 ((connector) = (__state)->connectors[__i].ptr, \
788 for_each_if ((__state)->connectors[__i].ptr && \
789 ((connector) = (__state)->connectors[__i].ptr, \
809 for_each_if ((__state)->connectors[__i].ptr && \
810 ((connector) = (__state)->connectors[__i].ptr, \
831 for_each_if ((__state)->crtcs[__i].ptr && \
832 ((crtc) = (__state)->crtcs[__i].ptr, \
854 for_each_if ((__state)->crtcs[__i].ptr && \
855 ((crtc) = (__state)->crtcs[__i].ptr, \
874 for_each_if ((__state)->crtcs[__i].ptr && \
875 ((crtc) = (__state)->crtcs[__i].ptr, \
896 for_each_if ((__state)->planes[__i].ptr && \
897 ((plane) = (__state)->planes[__i].ptr, \
919 for_each_if ((__state)->planes[__i].ptr && \
920 ((plane) = (__state)->planes[__i].ptr, \
936 for_each_if ((__state)->planes[__i].ptr && \
937 ((plane) = (__state)->planes[__i].ptr, \
955 for_each_if ((__state)->planes[__i].ptr && \
956 ((plane) = (__state)->planes[__i].ptr, \
973 for_each_if ((__state)->planes[__i].ptr && \
974 ((plane) = (__state)->planes[__i].ptr, \
994 ((obj) = (__state)->private_objs[__i].ptr, \
1013 ((obj) = (__state)->private_objs[__i].ptr, \
1031 ((obj) = (__state)->private_objs[__i].ptr, \