| /Linux-v5.15/drivers/gpu/drm/i915/display/ | 
| D | intel_overlay.c | 229 alloc_request(struct intel_overlay *overlay, void (*fn)(struct intel_overlay *))  in alloc_request() 250 static int intel_overlay_on(struct intel_overlay *overlay)  in intel_overlay_on() 284 static void intel_overlay_flip_prepare(struct intel_overlay *overlay,  in intel_overlay_flip_prepare() 313 static int intel_overlay_continue(struct intel_overlay *overlay,  in intel_overlay_continue() 352 static void intel_overlay_release_old_vma(struct intel_overlay *overlay)  in intel_overlay_release_old_vma() 368 intel_overlay_release_old_vid_tail(struct intel_overlay *overlay)  in intel_overlay_release_old_vid_tail() 373 static void intel_overlay_off_tail(struct intel_overlay *overlay)  in intel_overlay_off_tail() 389 	struct intel_overlay *overlay =  in intel_overlay_last_flip_retire()  local 397 static int intel_overlay_off(struct intel_overlay *overlay)  in intel_overlay_off() 440 static int intel_overlay_recover_from_interrupt(struct intel_overlay *overlay)  in intel_overlay_recover_from_interrupt() [all …] 
 | 
| /Linux-v5.15/drivers/gpu/drm/vmwgfx/ | 
| D | vmwgfx_overlay.c | 254 	struct vmw_overlay *overlay = dev_priv->overlay_priv;  in vmw_overlay_stop()  local 302 	struct vmw_overlay *overlay = dev_priv->overlay_priv;  in vmw_overlay_update_stream()  local 365 	struct vmw_overlay *overlay = dev_priv->overlay_priv;  in vmw_overlay_resume_all()  local 399 	struct vmw_overlay *overlay = dev_priv->overlay_priv;  in vmw_overlay_pause_all()  local 433 	struct vmw_overlay *overlay = dev_priv->overlay_priv;  in vmw_overlay_ioctl()  local 479 	struct vmw_overlay *overlay = dev_priv->overlay_priv;  in vmw_overlay_num_free_overlays()  local 498 	struct vmw_overlay *overlay = dev_priv->overlay_priv;  in vmw_overlay_claim()  local 523 	struct vmw_overlay *overlay = dev_priv->overlay_priv;  in vmw_overlay_unref()  local 542 	struct vmw_overlay *overlay;  in vmw_overlay_init()  local 566 	struct vmw_overlay *overlay = dev_priv->overlay_priv;  in vmw_overlay_close()  local
  | 
| /Linux-v5.15/drivers/video/fbdev/mmp/hw/ | 
| D | mmp_ctrl.c | 48 static u32 fmt_to_reg(struct mmp_overlay *overlay, int pix_fmt)  in fmt_to_reg() 119 static void dmafetch_set_fmt(struct mmp_overlay *overlay)  in dmafetch_set_fmt() 129 static void overlay_set_win(struct mmp_overlay *overlay, struct mmp_win *win)  in overlay_set_win() 165 static void dmafetch_onoff(struct mmp_overlay *overlay, int on)  in dmafetch_onoff() 216 static void overlay_set_onoff(struct mmp_overlay *overlay, int on)  in overlay_set_onoff() 230 static void overlay_set_fetch(struct mmp_overlay *overlay, int fetch_id)  in overlay_set_fetch() 235 static int overlay_set_addr(struct mmp_overlay *overlay, struct mmp_addr *addr)  in overlay_set_addr()
  | 
| /Linux-v5.15/drivers/of/ | 
| D | resolver.c | 40 static void adjust_overlay_phandles(struct device_node *overlay,  in adjust_overlay_phandles() 72 static int update_usages_of_a_phandle_reference(struct device_node *overlay,  in update_usages_of_a_phandle_reference() 160 		struct device_node *overlay, int phandle_delta)  in adjust_local_phandle_references() 263 int of_resolve_phandles(struct device_node *overlay)  in of_resolve_phandles()
  | 
| /Linux-v5.15/drivers/gpu/drm/sun4i/ | 
| D | sun8i_ui_layer.c | 27 				  int overlay, bool enable, unsigned int zpos,  in sun8i_ui_layer_enable() 76 					int overlay, struct drm_plane *plane)  in sun8i_ui_layer_update_alpha() 97 				       int overlay, struct drm_plane *plane,  in sun8i_ui_layer_update_coord() 195 					 int overlay, struct drm_plane *plane)  in sun8i_ui_layer_update_formats() 220 					int overlay, struct drm_plane *plane)  in sun8i_ui_layer_update_buffer()
  | 
| D | sun8i_vi_layer.c | 21 				  int overlay, bool enable, unsigned int zpos,  in sun8i_vi_layer_enable() 70 					int overlay, struct drm_plane *plane)  in sun8i_vi_layer_update_alpha() 100 				       int overlay, struct drm_plane *plane,  in sun8i_vi_layer_update_coord() 261 					 int overlay, struct drm_plane *plane)  in sun8i_vi_layer_update_formats() 305 					int overlay, struct drm_plane *plane)  in sun8i_vi_layer_update_buffer()
  | 
| D | sun8i_ui_layer.h | 55 	int			overlay;  member
  | 
| D | sun8i_vi_layer.h | 60 	int			overlay;  member
  | 
| /Linux-v5.15/drivers/fpga/ | 
| D | of-fpga-region.c | 150 static int child_regions_with_firmware(struct device_node *overlay)  in child_regions_with_firmware() 194 						struct device_node *overlay)  in of_fpga_region_parse_ov()
  | 
| /Linux-v5.15/drivers/gpu/drm/vkms/ | 
| D | vkms_output.c | 42 	struct vkms_plane *primary, *cursor = NULL, *overlay = NULL;  in vkms_output_init()  local
  | 
| D | vkms_drv.h | 99 	bool overlay;  member
  | 
| /Linux-v5.15/Documentation/userspace-api/media/v4l/ | 
| D | dev-overlay.rst | 3 .. _overlay:  target
  | 
| /Linux-v5.15/include/video/ | 
| D | mmp_disp.h | 263 static inline void mmp_overlay_set_fetch(struct mmp_overlay *overlay,  in mmp_overlay_set_fetch() 269 static inline void mmp_overlay_set_onoff(struct mmp_overlay *overlay,  in mmp_overlay_set_onoff() 275 static inline void mmp_overlay_set_win(struct mmp_overlay *overlay,  in mmp_overlay_set_win() 281 static inline int mmp_overlay_set_addr(struct mmp_overlay *overlay,  in mmp_overlay_set_addr()
  | 
| /Linux-v5.15/drivers/video/fbdev/mmp/fb/ | 
| D | mmpfb.h | 31 	struct mmp_overlay	*overlay;  member
  | 
| /Linux-v5.15/scripts/dtc/ | 
| D | fdtoverlay.c | 45 static void *apply_one(char *base, const char *overlay, size_t *buf_len,  in apply_one()
  | 
| /Linux-v5.15/drivers/video/fbdev/omap2/omapfb/dss/ | 
| D | overlay-sysfs.c | 397 	struct omap_overlay *overlay;  in overlay_attr_show()  local 412 	struct omap_overlay *overlay;  in overlay_attr_store()  local
  | 
| /Linux-v5.15/drivers/gpu/drm/mxsfb/ | 
| D | mxsfb_drv.h | 41 		struct drm_plane	overlay;  member
  | 
| /Linux-v5.15/drivers/gpu/drm/vmwgfx/device_include/ | 
| D | svga_overlay.h | 83 	uint32 overlay;  member
  | 
| /Linux-v5.15/include/linux/fpga/ | 
| D | fpga-mgr.h | 104 	struct device_node *overlay;  member
  | 
| /Linux-v5.15/drivers/gpu/drm/armada/ | 
| D | armada_overlay.c | 549 	struct drm_plane *overlay;  in armada_overlay_plane_create()  local
  | 
| /Linux-v5.15/drivers/staging/vc04_services/bcm2835-camera/ | 
| D | bcm2835-camera.h | 65 	struct v4l2_window overlay;  member
  | 
| /Linux-v5.15/drivers/gpu/drm/atmel-hlcdc/ | 
| D | atmel_hlcdc_crtc.c | 522 		struct atmel_hlcdc_plane *overlay;  in atmel_hlcdc_crtc_create()  local
  | 
| /Linux-v5.15/drivers/gpu/drm/nouveau/dispnv04/ | 
| D | overlay.c | 375 	uint32_t overlay = 1;  in nv04_update_plane()  local
  | 
| /Linux-v5.15/scripts/dtc/libfdt/ | 
| D | fdt_overlay.c | 624 		int overlay;  in overlay_merge()  local
  | 
| /Linux-v5.15/lib/zlib_deflate/ | 
| D | deflate.c | 202     ush *overlay;  in zlib_deflateInit2()  local
  |