Searched defs:atmel_hlcdc_plane_state (Results 1 – 1 of 1) sorted by relevance
46 struct atmel_hlcdc_plane_state { struct47 struct drm_plane_state base;48 int crtc_x;49 int crtc_y;50 unsigned int crtc_w;51 unsigned int crtc_h;75 static inline struct atmel_hlcdc_plane_state * argument