Searched defs:plane (Results  1 – 9 of 9) sorted by relevance
| /include/drm/ | 
| D | drm_atomic_helper.h | 176 #define drm_atomic_crtc_for_each_plane(plane, crtc) \  argument 189 #define drm_atomic_crtc_state_for_each_plane(plane, crtc_state) \  argument 207 #define drm_atomic_crtc_state_for_each_plane_state(plane, plane_state, crtc_state) \  argument
  | 
| D | drm_atomic.h | 665 				    struct drm_plane *plane)  in drm_atomic_get_existing_plane_state() 680 			       struct drm_plane *plane)  in drm_atomic_get_old_plane_state() 695 			       struct drm_plane *plane)  in drm_atomic_get_new_plane_state() 791 				     struct drm_plane *plane)  in __drm_atomic_get_current_plane_state() 959 #define for_each_oldnew_plane_in_state(__state, plane, old_plane_state, new_plane_state, __i) \  argument 982 #define for_each_oldnew_plane_in_state_reverse(__state, plane, old_plane_state, new_plane_state, __…  argument 999 #define for_each_new_plane_in_state_reverse(__state, plane, new_plane_state, __i) \  argument 1018 #define for_each_old_plane_in_state(__state, plane, old_plane_state, __i) \  argument 1036 #define for_each_new_plane_in_state(__state, plane, new_plane_state, __i) \  argument
  | 
| D | drm_plane.h | 56 	struct drm_plane *plane;  member 901 static inline unsigned int drm_plane_index(const struct drm_plane *plane)  in drm_plane_index() 910 static inline u32 drm_plane_mask(const struct drm_plane *plane)  in drm_plane_mask() 948 #define drm_for_each_plane_mask(plane, dev, plane_mask) \  argument 961 #define drm_for_each_legacy_plane(plane, dev) \  argument 972 #define drm_for_each_plane(plane, dev) \  argument
  | 
| D | drm_fourcc.h | 275 				int plane)  in drm_format_info_plane_width() 297 				 int plane)  in drm_format_info_plane_height()
  | 
| D | drm_simple_kms_helper.h | 244 	struct drm_plane plane;  member
  | 
| D | drm_modeset_helper_vtables.h | 1492 static inline void drm_plane_helper_add(struct drm_plane *plane,  in drm_plane_helper_add()
  | 
| /include/media/tpg/ | 
| D | v4l2-tpg.h | 434 static inline unsigned tpg_g_twopixelsize(const struct tpg_data *tpg, unsigned plane)  in tpg_g_twopixelsize() 440 				  unsigned plane, unsigned x)  in tpg_hdiv() 452 				      unsigned plane, unsigned x)  in tpg_hscale_div() 457 static inline unsigned tpg_g_bytesperline(const struct tpg_data *tpg, unsigned plane)  in tpg_g_bytesperline() 462 static inline void tpg_s_bytesperline(struct tpg_data *tpg, unsigned plane, unsigned bpl)  in tpg_s_bytesperline() 481 static inline unsigned tpg_g_line_width(const struct tpg_data *tpg, unsigned plane)  in tpg_g_line_width() 497 					   unsigned plane, unsigned bpl)  in tpg_calc_line_width() 513 static inline unsigned tpg_calc_plane_size(const struct tpg_data *tpg, unsigned plane)  in tpg_calc_plane_size()
  | 
| /include/linux/mtd/ | 
| D | nand.h | 80 	unsigned int plane;  member
  | 
| /include/uapi/linux/ | 
| D | videodev2.h | 1252 	__u32		plane;  member
  |