/Linux-v4.19/drivers/gpu/drm/msm/ |
D | msm_gem_vma.c | 25 struct msm_gem_address_space *aspace = container_of(kref, in msm_gem_address_space_destroy() local 35 void msm_gem_address_space_put(struct msm_gem_address_space *aspace) in msm_gem_address_space_put() 42 msm_gem_unmap_vma(struct msm_gem_address_space *aspace, in msm_gem_unmap_vma() 63 msm_gem_map_vma(struct msm_gem_address_space *aspace, in msm_gem_map_vma() 98 struct msm_gem_address_space *aspace; in msm_gem_address_space_create() local
|
D | msm_fb.c | 63 struct msm_gem_address_space *aspace) in msm_framebuffer_prepare() 79 struct msm_gem_address_space *aspace) in msm_framebuffer_cleanup() 88 struct msm_gem_address_space *aspace, int plane) in msm_framebuffer_iova()
|
D | msm_gem.c | 302 struct msm_gem_address_space *aspace) in add_vma() 321 struct msm_gem_address_space *aspace) in lookup_vma() 362 struct msm_gem_address_space *aspace, uint64_t *iova) in msm_gem_get_iova() 414 struct msm_gem_address_space *aspace) in msm_gem_iova() 428 struct msm_gem_address_space *aspace) in msm_gem_put_iova() 1032 uint32_t flags, struct msm_gem_address_space *aspace, in _msm_gem_kernel_new() 1064 uint32_t flags, struct msm_gem_address_space *aspace, in msm_gem_kernel_new() 1071 uint32_t flags, struct msm_gem_address_space *aspace, in msm_gem_kernel_new_locked()
|
D | msm_kms.h | 88 struct msm_gem_address_space *aspace; member
|
D | msm_gem.h | 42 struct msm_gem_address_space *aspace; member
|
D | msm_gpu.c | 795 struct msm_gem_address_space *aspace; in msm_gpu_create_address_space() local
|
D | msm_gpu.h | 111 struct msm_gem_address_space *aspace; member
|
/Linux-v4.19/drivers/vme/bridges/ |
D | vme_fake.c | 52 u32 aspace; member 60 u32 aspace; member 160 dma_addr_t buf_base, u32 aspace, u32 cycle) in fake_slave_set() 229 dma_addr_t *buf_base, u32 *aspace, u32 *cycle) in fake_slave_get() 257 u32 aspace, u32 cycle, u32 dwidth) in fake_master_set() 344 u32 *aspace, u32 *cycle, u32 *dwidth) in __fake_master_get() 366 u32 *aspace, u32 *cycle, u32 *dwidth) in fake_master_get() 382 u32 aspace, u32 cycle) in fake_lm_check() 422 u32 aspace, u32 cycle) in fake_vmeread8() 454 u32 aspace, u32 cycle) in fake_vmeread16() [all …]
|
D | vme_tsi148.c | 477 dma_addr_t pci_base, u32 aspace, u32 cycle) in tsi148_slave_set() 622 dma_addr_t *pci_base, u32 *aspace, u32 *cycle) in tsi148_slave_get() 812 unsigned long long vme_base, unsigned long long size, u32 aspace, in tsi148_master_set() 1054 unsigned long long *vme_base, unsigned long long *size, u32 *aspace, in __tsi148_master_get() 1164 unsigned long long *vme_base, unsigned long long *size, u32 *aspace, in tsi148_master_get() 1184 u32 aspace, cycle, dwidth; in tsi148_master_read() local 1270 u32 aspace, cycle, dwidth; in tsi148_master_write() local 1424 u32 aspace, u32 cycle, u32 dwidth) in tsi148_dma_set_vme_src_attributes() 1524 u32 aspace, u32 cycle, u32 dwidth) in tsi148_dma_set_vme_dest_attributes() 1931 u32 aspace, u32 cycle) in tsi148_lm_set() [all …]
|
D | vme_ca91cx42.c | 339 dma_addr_t pci_base, u32 aspace, u32 cycle) in ca91cx42_slave_set() 445 dma_addr_t *pci_base, u32 *aspace, u32 *cycle) in ca91cx42_slave_get() 594 unsigned long long vme_base, unsigned long long size, u32 aspace, in ca91cx42_master_set() 752 u32 *aspace, u32 *cycle, u32 *dwidth) in __ca91cx42_master_get() 838 unsigned long long *vme_base, unsigned long long *size, u32 *aspace, in ca91cx42_master_get() 1298 unsigned long long lm_base, u32 aspace, u32 cycle) in ca91cx42_lm_set() 1366 unsigned long long *lm_base, u32 *aspace, u32 *cycle) in ca91cx42_lm_get()
|
/Linux-v4.19/drivers/vme/ |
D | vme.c | 176 u32 aspace, cycle, dwidth; in vme_get_size() local 206 int vme_check_window(u32 aspace, unsigned long long vme_base, in vme_check_window() 376 dma_addr_t buf_base, u32 aspace, u32 cycle) in vme_slave_set() 426 dma_addr_t *buf_base, u32 *aspace, u32 *cycle) in vme_slave_get() 579 unsigned long long vme_base, unsigned long long size, u32 aspace, in vme_master_set() 630 unsigned long long *vme_base, unsigned long long *size, u32 *aspace, in vme_master_get() 1061 u32 aspace, u32 cycle, u32 dwidth) in vme_dma_vme_attribute() 1264 u32 aspace = vme_get_aspace(am); in vme_bus_error_handler() local 1288 struct vme_bridge *bridge, u32 aspace, in vme_register_error_handler() 1577 u32 aspace, u32 cycle) in vme_lm_set() [all …]
|
D | vme_bridge.h | 49 u32 aspace; member 86 u32 aspace; /* Address space of error window*/ member
|
/Linux-v4.19/drivers/staging/vme/devices/ |
D | vme_user.h | 14 __u32 aspace; /* Address Space */ member 36 __u32 aspace; /* Address Space */ member
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp4/ |
D | mdp4_kms.c | 165 struct msm_gem_address_space *aspace = kms->aspace; in mdp4_destroy() local 417 struct msm_gem_address_space *aspace; in mdp4_kms_init() local
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_plane.h | 46 struct msm_gem_address_space *aspace; member
|
D | dpu_formats.c | 873 struct msm_gem_address_space *aspace, in _dpu_format_populate_addrs_ubwc() 965 struct msm_gem_address_space *aspace, in _dpu_format_populate_addrs_linear() 995 struct msm_gem_address_space *aspace, in dpu_format_populate_layout()
|
D | dpu_plane.c | 552 struct msm_gem_address_space **aspace) in _dpu_plane_get_aspace() 578 struct msm_gem_address_space *aspace = NULL; in _dpu_plane_set_scanout() local 996 struct msm_gem_address_space *aspace; in dpu_plane_prepare_fb() local
|
D | dpu_kms.c | 896 struct msm_gem_address_space *aspace; in _dpu_kms_mmu_init() local
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_kms.c | 218 struct msm_gem_address_space *aspace = kms->aspace; in mdp5_kms_destroy() local 674 struct msm_gem_address_space *aspace; in mdp5_kms_init() local
|