Home
last modified time | relevance | path

Searched defs:mem (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/drivers/media/v4l2-core/
Dvideobuf-dma-contig.c41 struct videobuf_dma_contig_memory *mem, in __videobuf_dc_alloc()
59 struct videobuf_dma_contig_memory *mem) in __videobuf_dc_free()
87 struct videobuf_dma_contig_memory *mem; in videobuf_vm_close() local
144 static void videobuf_dma_contig_user_put(struct videobuf_dma_contig_memory *mem) in videobuf_dma_contig_user_put()
160 static int videobuf_dma_contig_user_get(struct videobuf_dma_contig_memory *mem, in videobuf_dma_contig_user_get()
213 struct videobuf_dma_contig_memory *mem; in __videobuf_alloc() local
228 struct videobuf_dma_contig_memory *mem = buf->priv; in __videobuf_to_vaddr() local
240 struct videobuf_dma_contig_memory *mem = vb->priv; in __videobuf_iolock() local
280 struct videobuf_dma_contig_memory *mem; in __videobuf_mmap_mapper() local
368 struct videobuf_dma_contig_memory *mem = buf->priv; in videobuf_to_dma_contig() local
[all …]
Dvideobuf-vmalloc.c75 struct videobuf_vmalloc_memory *mem; in videobuf_vm_close() local
140 struct videobuf_vmalloc_memory *mem; in __videobuf_alloc_vb() local
161 struct videobuf_vmalloc_memory *mem = vb->priv; in __videobuf_iolock() local
236 struct videobuf_vmalloc_memory *mem; in __videobuf_mmap_mapper() local
317 struct videobuf_vmalloc_memory *mem = buf->priv; in videobuf_to_vmalloc() local
327 struct videobuf_vmalloc_memory *mem = buf->priv; in videobuf_vmalloc_free() local
Dvideobuf-dma-sg.c139 struct videobuf_dma_sg_memory *mem = buf->priv; in videobuf_to_dma() local
401 struct videobuf_dma_sg_memory *mem; in videobuf_vm_close() local
473 struct videobuf_dma_sg_memory *mem; in __videobuf_alloc_vb() local
494 struct videobuf_dma_sg_memory *mem = buf->priv; in __videobuf_to_vaddr() local
508 struct videobuf_dma_sg_memory *mem = vb->priv; in __videobuf_iolock() local
578 struct videobuf_dma_sg_memory *mem = buf->priv; in __videobuf_sync() local
594 struct videobuf_dma_sg_memory *mem = buf->priv; in __videobuf_mmap_mapper() local
/drivers/infiniband/sw/rxe/
Drxe_mr.c54 int mem_check_range(struct rxe_mem *mem, u64 iova, size_t length) in mem_check_range()
77 static void rxe_mem_init(int access, struct rxe_mem *mem) in rxe_mem_init()
96 struct rxe_mem *mem = arg; in rxe_mem_cleanup() local
110 static int rxe_mem_alloc(struct rxe_dev *rxe, struct rxe_mem *mem, int num_buf) in rxe_mem_alloc()
149 int access, struct rxe_mem *mem) in rxe_mem_init_dma()
163 struct rxe_mem *mem) in rxe_mem_init_user()
242 int max_pages, struct rxe_mem *mem) in rxe_mem_init_fast()
267 struct rxe_mem *mem, in lookup_iova()
306 void *iova_to_vaddr(struct rxe_mem *mem, u64 iova, int length) in iova_to_vaddr()
347 int rxe_mem_copy(struct rxe_mem *mem, u64 iova, void *addr, int length, in rxe_mem_copy()
[all …]
/drivers/base/
Ddma-coherent.c23 struct dma_coherent_mem **mem) in dma_init_coherent_memory()
70 static void dma_release_coherent_memory(struct dma_coherent_mem *mem) in dma_release_coherent_memory()
84 struct dma_coherent_mem *mem) in dma_assign_coherent_memory()
98 struct dma_coherent_mem *mem; in dma_declare_coherent_memory() local
114 struct dma_coherent_mem *mem = dev->dma_mem; in dma_release_declared_memory() local
126 struct dma_coherent_mem *mem = dev->dma_mem; in dma_mark_declared_memory_occupied() local
164 struct dma_coherent_mem *mem; in dma_alloc_from_coherent() local
226 struct dma_coherent_mem *mem = dev ? dev->dma_mem : NULL; in dma_release_from_coherent() local
260 struct dma_coherent_mem *mem = dev ? dev->dma_mem : NULL; in dma_mmap_from_coherent() local
292 struct dma_coherent_mem *mem = rmem->priv; in rmem_dma_device_init() local
Dmemory.c81 struct memory_block *mem = to_memory_block(dev); in memory_block_release() local
114 struct memory_block *mem = to_memory_block(dev); in show_mem_start_phys_index() local
129 struct memory_block *mem = to_memory_block(dev); in show_mem_removable() local
147 struct memory_block *mem = to_memory_block(dev); in show_mem_state() local
254 int memory_block_change_state(struct memory_block *mem, in memory_block_change_state()
276 struct memory_block *mem = to_memory_block(dev); in memory_subsys_online() local
301 struct memory_block *mem = to_memory_block(dev); in memory_subsys_offline() local
317 struct memory_block *mem = to_memory_block(dev); in store_mem_state() local
384 struct memory_block *mem = to_memory_block(dev); in show_phys_device() local
392 struct memory_block *mem = to_memory_block(dev); in show_valid_zones() local
[all …]
/drivers/char/hw_random/
Dintel-rng.c155 static inline u8 hwstatus_get(void __iomem *mem) in hwstatus_get()
160 static inline u8 hwstatus_set(void __iomem *mem, in hwstatus_set()
169 void __iomem *mem = (void __iomem *)rng->priv; in intel_rng_data_present() local
184 void __iomem *mem = (void __iomem *)rng->priv; in intel_rng_data_read() local
193 void __iomem *mem = (void __iomem *)rng->priv; in intel_rng_init() local
212 void __iomem *mem = (void __iomem *)rng->priv; in intel_rng_cleanup() local
233 void __iomem *mem; member
333 void __iomem *mem = mem; in mod_init() local
408 void __iomem *mem = (void __iomem *)intel_rng.priv; in mod_exit() local
Dgeode-rng.c57 void __iomem *mem = (void __iomem *)rng->priv; in geode_rng_data_read() local
66 void __iomem *mem = (void __iomem *)rng->priv; in geode_rng_data_present() local
91 void __iomem *mem; in mod_init() local
129 void __iomem *mem = (void __iomem *)geode_rng.priv; in mod_exit() local
/drivers/gpu/drm/ttm/
Dttm_bo_util.c128 struct ttm_mem_reg *mem) in ttm_mem_io_reserve()
153 struct ttm_mem_reg *mem) in ttm_mem_io_free()
170 struct ttm_mem_reg *mem = &bo->mem; in ttm_mem_io_reserve_vm() local
190 struct ttm_mem_reg *mem = &bo->mem; in ttm_mem_io_free_vm() local
199 static int ttm_mem_reg_ioremap(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem, in ttm_mem_reg_ioremap()
231 static void ttm_mem_reg_iounmap(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem, in ttm_mem_reg_iounmap()
525 struct ttm_mem_reg *mem = &bo->mem; in ttm_bo_ioremap() local
547 struct ttm_mem_reg *mem = &bo->mem; pgprot_t prot; in ttm_bo_kmap_ttm() local
/drivers/gpu/drm/nouveau/
Dnouveau_ttm.c67 struct ttm_mem_reg *mem) in nouveau_vram_manager_del()
79 struct ttm_mem_reg *mem) in nouveau_vram_manager_new()
130 struct ttm_mem_reg *mem) in nouveau_gart_manager_del()
141 struct ttm_mem_reg *mem) in nouveau_gart_manager_new()
218 nv04_gart_manager_del(struct ttm_mem_type_manager *man, struct ttm_mem_reg *mem) in nv04_gart_manager_del()
231 struct ttm_mem_reg *mem) in nv04_gart_manager_new()
/drivers/leds/
Dleds-bcm6358.c44 void __iomem *mem; member
68 static unsigned long bcm6358_led_busy(void __iomem *mem) in bcm6358_led_busy()
99 void __iomem *mem, spinlock_t *lock) in bcm6358_led()
159 void __iomem *mem; in bcm6358_leds_probe() local
Dleds-bcm6328.c69 void __iomem *mem; member
209 void __iomem *mem, spinlock_t *lock) in bcm6328_hwled()
281 void __iomem *mem, spinlock_t *lock, in bcm6328_led()
354 void __iomem *mem; in bcm6328_leds_probe() local
/drivers/char/agp/
Di460-agp.c170 static void i460_tlb_flush (struct agp_memory *mem) in i460_tlb_flush()
293 static int i460_insert_memory_small_io_page (struct agp_memory *mem, in i460_insert_memory_small_io_page()
336 static int i460_remove_memory_small_io_page(struct agp_memory *mem, in i460_remove_memory_small_io_page()
400 static int i460_insert_memory_large_io_page (struct agp_memory *mem, in i460_insert_memory_large_io_page()
461 static int i460_remove_memory_large_io_page (struct agp_memory *mem, in i460_remove_memory_large_io_page()
500 static int i460_insert_memory (struct agp_memory *mem, in i460_insert_memory()
509 static int i460_remove_memory (struct agp_memory *mem, in i460_remove_memory()
Dalpha-agp.c67 static void alpha_core_agp_tlbflush(struct agp_memory *mem) in alpha_core_agp_tlbflush()
86 static int alpha_core_agp_insert_memory(struct agp_memory *mem, off_t pg_start, in alpha_core_agp_insert_memory()
108 static int alpha_core_agp_remove_memory(struct agp_memory *mem, off_t pg_start, in alpha_core_agp_remove_memory()
Dgeneric.c89 void agp_alloc_page_array(size_t size, struct agp_memory *mem) in agp_alloc_page_array()
1033 int agp_generic_insert_memory(struct agp_memory * mem, off_t pg_start, int type) in agp_generic_insert_memory()
1115 int agp_generic_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in agp_generic_remove_memory()
1195 int agp_generic_alloc_pages(struct agp_bridge_data *bridge, struct agp_memory *mem, size_t num_page… in agp_generic_alloc_pages()
1241 void agp_generic_destroy_pages(struct agp_memory *mem) in agp_generic_destroy_pages()
1371 void agp3_generic_tlbflush(struct agp_memory *mem) in agp3_generic_tlbflush()
Dsgi-agp.c63 static void sgi_tioca_tlbflush(struct agp_memory *mem) in sgi_tioca_tlbflush()
127 static int sgi_tioca_insert_memory(struct agp_memory *mem, off_t pg_start, in sgi_tioca_insert_memory()
200 static int sgi_tioca_remove_memory(struct agp_memory *mem, off_t pg_start, in sgi_tioca_remove_memory()
/drivers/uio/
Duio.c45 struct uio_mem *mem; member
49 static ssize_t map_name_show(struct uio_mem *mem, char *buf) in map_name_show()
57 static ssize_t map_addr_show(struct uio_mem *mem, char *buf) in map_addr_show()
62 static ssize_t map_size_show(struct uio_mem *mem, char *buf) in map_size_show()
67 static ssize_t map_offset_show(struct uio_mem *mem, char *buf) in map_offset_show()
105 struct uio_mem *mem = map->mem; in map_type_show() local
261 struct uio_mem *mem; in uio_dev_add_attributes() local
352 struct uio_mem *mem; in uio_dev_del_attributes() local
648 struct uio_mem *mem; in uio_mmap_physical() local
/drivers/infiniband/ulp/iser/
Diser_memory.c192 iser_reg_dma(struct iser_device *device, struct iser_data_buf *mem, in iser_reg_dma()
229 struct iser_data_buf *mem, in iser_fast_reg_fmr()
438 struct iser_data_buf *mem, in iser_fast_reg_mr()
486 struct iser_data_buf *mem, in iser_reg_prot_sg()
501 struct iser_data_buf *mem, in iser_reg_data_sg()
520 struct iser_data_buf *mem = &task->data[dir]; in iser_reg_rdma_mem() local
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gtt_mgr.c96 struct ttm_mem_reg *mem) in amdgpu_gtt_mgr_alloc()
152 struct ttm_mem_reg *mem) in amdgpu_gtt_mgr_new()
197 struct ttm_mem_reg *mem) in amdgpu_gtt_mgr_del()
/drivers/firmware/efi/
Dcper.c210 static int cper_mem_err_location(struct cper_mem_err_compact *mem, char *msg) in cper_mem_err_location()
252 static int cper_dimm_err_location(struct cper_mem_err_compact *mem, char *msg) in cper_dimm_err_location()
274 void cper_mem_err_pack(const struct cper_sec_mem_err *mem, in cper_mem_err_pack()
308 static void cper_print_mem(const char *pfx, const struct cper_sec_mem_err *mem, in cper_print_mem()
/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_util.c46 struct mtk_vcodec_mem *mem) in mtk_vcodec_mem_alloc()
72 struct mtk_vcodec_mem *mem) in mtk_vcodec_mem_free()
/drivers/usb/gadget/function/
Duvc_video.c49 void *mem; in uvc_video_encode_data() local
65 void *mem = req->buf; in uvc_video_encode_bulk() local
105 void *mem = req->buf; in uvc_video_encode_isoc() local
/drivers/pci/hotplug/
Dibmphp_pci.c364 struct resource_node *mem[6]; in configure_device() local
584 struct resource_node *mem = NULL; in configure_bridge() local
1228 struct resource_node *mem; in unconfigure_boot_device() local
1339 struct resource_node *mem = NULL; in unconfigure_boot_bridge() local
1633 static int add_new_bus(struct bus_node *bus, struct resource_node *io, struct resource_node *mem, s… in add_new_bus()
/drivers/gpu/drm/virtio/
Dvirtgpu_ttm.c171 struct ttm_mem_reg *mem) in ttm_bo_man_get_node()
178 struct ttm_mem_reg *mem) in ttm_bo_man_put_node()
258 struct ttm_mem_reg *mem) in virtio_gpu_ttm_io_mem_reserve()
281 struct ttm_mem_reg *mem) in virtio_gpu_ttm_io_mem_free()
/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.c174 static int kfd_parse_subtype_mem(struct crat_subtype_memory *mem) in kfd_parse_subtype_mem()
321 struct crat_subtype_memory *mem; in kfd_parse_subtype() local
367 struct kfd_mem_properties *mem; in kfd_release_topology_device() local
576 struct kfd_mem_properties *mem; in mem_show() local
774 struct kfd_mem_properties *mem; in kfd_remove_sysfs_node_entry() local
828 struct kfd_mem_properties *mem; in kfd_build_sysfs_node_entry() local

12345678910>>...19