/Linux-v4.19/include/linux/ |
D | dma-buf.h | 280 struct dma_buf { struct 284 const struct dma_buf_ops *ops; argument 297 struct dma_buf_poll_cb_t { argument 312 * This structure holds the attachment information between the dma_buf buffer argument
|
D | parport_pc.h | 40 char *dma_buf; member
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_prime.c | 82 struct dma_buf *dma_buf; member 95 struct dma_buf *dma_buf, uint32_t handle) in drm_prime_add_buf_handle() 163 struct dma_buf *dma_buf, in drm_prime_lookup_buf_handle() 197 int drm_gem_map_attach(struct dma_buf *dma_buf, in drm_gem_map_attach() 226 void drm_gem_map_detach(struct dma_buf *dma_buf, in drm_gem_map_detach() 256 struct dma_buf *dma_buf) in drm_prime_remove_buf_handle_locked() 363 struct dma_buf *dma_buf; in drm_gem_dmabuf_export() local 385 void drm_gem_dmabuf_release(struct dma_buf *dma_buf) in drm_gem_dmabuf_release() 406 void *drm_gem_dmabuf_vmap(struct dma_buf *dma_buf) in drm_gem_dmabuf_vmap() 426 void drm_gem_dmabuf_vunmap(struct dma_buf *dma_buf, void *vaddr) in drm_gem_dmabuf_vunmap() [all …]
|
D | drm_gem_framebuffer_helper.c | 253 struct dma_buf *dma_buf; in drm_gem_fb_prepare_fb() local
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_prime.c | 42 static int vmw_prime_map_attach(struct dma_buf *dma_buf, in vmw_prime_map_attach() 48 static void vmw_prime_map_detach(struct dma_buf *dma_buf, in vmw_prime_map_detach() 65 static void *vmw_prime_dmabuf_vmap(struct dma_buf *dma_buf) in vmw_prime_dmabuf_vmap() 70 static void vmw_prime_dmabuf_vunmap(struct dma_buf *dma_buf, void *vaddr) in vmw_prime_dmabuf_vunmap() 74 static void *vmw_prime_dmabuf_kmap(struct dma_buf *dma_buf, in vmw_prime_dmabuf_kmap() 80 static void vmw_prime_dmabuf_kunmap(struct dma_buf *dma_buf, in vmw_prime_dmabuf_kunmap() 86 static int vmw_prime_dmabuf_mmap(struct dma_buf *dma_buf, in vmw_prime_dmabuf_mmap()
|
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | mock_dmabuf.c | 72 static void mock_dmabuf_release(struct dma_buf *dma_buf) in mock_dmabuf_release() 83 static void *mock_dmabuf_vmap(struct dma_buf *dma_buf) in mock_dmabuf_vmap() 90 static void mock_dmabuf_vunmap(struct dma_buf *dma_buf, void *vaddr) in mock_dmabuf_vunmap() 97 static void *mock_dmabuf_kmap(struct dma_buf *dma_buf, unsigned long page_num) in mock_dmabuf_kmap() 104 static void mock_dmabuf_kunmap(struct dma_buf *dma_buf, unsigned long page_num, void *addr) in mock_dmabuf_kunmap() 111 static int mock_dmabuf_mmap(struct dma_buf *dma_buf, struct vm_area_struct *vma) in mock_dmabuf_mmap()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_gem_dmabuf.c | 100 static void *i915_gem_dmabuf_vmap(struct dma_buf *dma_buf) in i915_gem_dmabuf_vmap() 107 static void i915_gem_dmabuf_vunmap(struct dma_buf *dma_buf, void *vaddr) in i915_gem_dmabuf_vunmap() 114 static void *i915_gem_dmabuf_kmap(struct dma_buf *dma_buf, unsigned long page_num) in i915_gem_dmabuf_kmap() 140 static void i915_gem_dmabuf_kunmap(struct dma_buf *dma_buf, unsigned long page_num, void *addr) in i915_gem_dmabuf_kunmap() 148 static int i915_gem_dmabuf_mmap(struct dma_buf *dma_buf, struct vm_area_struct *vma) in i915_gem_dmabuf_mmap() 169 static int i915_gem_begin_cpu_access(struct dma_buf *dma_buf, enum dma_data_direction direction) in i915_gem_begin_cpu_access() 192 static int i915_gem_end_cpu_access(struct dma_buf *dma_buf, enum dma_data_direction direction) in i915_gem_end_cpu_access() 278 struct dma_buf *dma_buf) in i915_gem_prime_import()
|
/Linux-v4.19/drivers/gpu/drm/udl/ |
D | udl_dmabuf.c | 153 static void *udl_dmabuf_kmap(struct dma_buf *dma_buf, unsigned long page_num) in udl_dmabuf_kmap() 160 static void udl_dmabuf_kunmap(struct dma_buf *dma_buf, in udl_dmabuf_kunmap() 166 static int udl_dmabuf_mmap(struct dma_buf *dma_buf, in udl_dmabuf_mmap() 227 struct dma_buf *dma_buf) in udl_gem_prime_import()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_prime.c | 203 static int amdgpu_gem_map_attach(struct dma_buf *dma_buf, in amdgpu_gem_map_attach() 259 static void amdgpu_gem_map_detach(struct dma_buf *dma_buf, in amdgpu_gem_map_detach() 306 static int amdgpu_gem_begin_cpu_access(struct dma_buf *dma_buf, in amdgpu_gem_begin_cpu_access() 392 struct dma_buf *dma_buf) in amdgpu_gem_prime_import()
|
/Linux-v4.19/drivers/xen/ |
D | gntdev-dmabuf.c | 219 static int dmabuf_exp_ops_attach(struct dma_buf *dma_buf, in dmabuf_exp_ops_attach() 234 static void dmabuf_exp_ops_detach(struct dma_buf *dma_buf, in dmabuf_exp_ops_detach() 326 static void dmabuf_exp_ops_release(struct dma_buf *dma_buf) in dmabuf_exp_ops_release() 338 static void *dmabuf_exp_ops_kmap(struct dma_buf *dma_buf, in dmabuf_exp_ops_kmap() 345 static void dmabuf_exp_ops_kunmap(struct dma_buf *dma_buf, in dmabuf_exp_ops_kunmap() 351 static int dmabuf_exp_ops_mmap(struct dma_buf *dma_buf, in dmabuf_exp_ops_mmap() 603 struct dma_buf *dma_buf; in dmabuf_imp_to_refs() local 716 struct dma_buf *dma_buf; in dmabuf_imp_release() local
|
/Linux-v4.19/drivers/scsi/csiostor/ |
D | csio_scsi.c | 206 struct csio_dma_buf *dma_buf; in csio_scsi_init_cmd_wr() local 298 struct csio_dma_buf *dma_buf; in csio_scsi_init_ultptx_dsgl() local 366 struct csio_dma_buf *dma_buf; in csio_scsi_init_read_wr() local 419 struct csio_dma_buf *dma_buf; in csio_scsi_init_write_wr() local 563 struct csio_dma_buf *dma_buf = NULL; in csio_setup_ddp() local 1500 struct csio_dma_buf *dma_buf; in csio_scsi_copy_to_sgl() local 1564 struct csio_dma_buf *dma_buf; in csio_scsi_err_handler() local 2019 struct csio_dma_buf *dma_buf; in csio_tm_cbfn() local 2421 struct csio_dma_buf *dma_buf; in csio_scsim_init() local 2508 struct csio_dma_buf *dma_buf; in csio_scsim_exit() local
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_mem.c | 572 struct hbq_dmabuf *dma_buf; in lpfc_sli4_rb_alloc() local 632 struct rqb_dmabuf *dma_buf; in lpfc_sli4_nvmet_alloc() local
|
/Linux-v4.19/drivers/net/wireless/mediatek/mt7601u/ |
D | mcu.c | 290 const struct mt7601u_dma_buf *dma_buf, in __mt7601u_dma_fw() 342 mt7601u_dma_fw(struct mt7601u_dev *dev, struct mt7601u_dma_buf *dma_buf, in mt7601u_dma_fw() 364 struct mt7601u_dma_buf dma_buf; in mt7601u_upload_firmware() local
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-stm32.h | 40 dma_addr_t dma_buf; member
|
D | i2c-qcom-geni.c | 370 void *dma_buf; in geni_i2c_rx_one_msg() local 413 void *dma_buf; in geni_i2c_tx_one_msg() local
|
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/ |
D | mcu.c | 402 const struct mt76x0_dma_buf *dma_buf, in __mt76x0_dma_fw() 456 mt76x0_dma_fw(struct mt76x0_dev *dev, struct mt76x0_dma_buf *dma_buf, in mt76x0_dma_fw() 480 struct mt76x0_dma_buf dma_buf; in mt76x0_upload_firmware() local
|
/Linux-v4.19/drivers/gpu/drm/ttm/ |
D | ttm_object.c | 598 static void ttm_prime_dmabuf_release(struct dma_buf *dma_buf) in ttm_prime_dmabuf_release() 630 struct dma_buf *dma_buf; in ttm_prime_fd_to_handle() local 668 struct dma_buf *dma_buf; in ttm_prime_handle_to_fd() local
|
/Linux-v4.19/include/drm/ |
D | drm_gem.h | 129 struct dma_buf *dma_buf; member
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | omap_gem_dmabuf.c | 157 struct dma_buf *dma_buf) in omap_gem_prime_import()
|
/Linux-v4.19/drivers/mfd/ |
D | stm32-timers.c | 62 dma_addr_t dma_buf; in stm32_timers_dma_burst_read() local
|
/Linux-v4.19/include/drm/ttm/ |
D | ttm_object.h | 158 struct dma_buf *dma_buf; member
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | lpc32xx_mlc.c | 212 uint8_t *dma_buf; member 453 uint8_t *dma_buf; in lpc32xx_read_page() local 517 uint8_t *dma_buf = (uint8_t *)buf; in lpc32xx_write_page_lowlevel() local
|
/Linux-v4.19/drivers/parport/ |
D | parport_gsc.h | 80 char *dma_buf; member
|
/Linux-v4.19/drivers/gpu/drm/exynos/ |
D | exynos_drm_gem.c | 458 struct dma_buf *dma_buf) in exynos_drm_gem_prime_import()
|
/Linux-v4.19/drivers/gpu/drm/vgem/ |
D | vgem_drv.c | 347 struct dma_buf *dma_buf) in vgem_prime_import()
|