Lines Matching refs:base
124 struct drm_crtc base;
147 struct drm_plane base;
165 struct drm_plane base;
233 return container_of(crtc, struct lsdc_crtc, base);
239 return container_of(crtc, struct lsdc_display_pipe, crtc.base);
245 return container_of(plane, struct lsdc_primary, base);
251 return container_of(plane, struct lsdc_cursor, base);
255 struct drm_crtc_state base;
266 struct drm_device base;
307 return container_of(ddev, struct lsdc_device, base);
311 to_lsdc_crtc_state(struct drm_crtc_state *base)
313 return container_of(base, struct lsdc_crtc_state, base);