/drivers/media/v4l2-core/ |
D | videobuf-dma-contig.c | 41 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 364 struct videobuf_dma_contig_memory *mem = buf->priv; in videobuf_to_dma_contig() local [all …]
|
D | videobuf-vmalloc.c | 75 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
|
D | videobuf-dma-sg.c | 139 struct videobuf_dma_sg_memory *mem = buf->priv; in videobuf_to_dma() local 352 struct videobuf_dma_sg_memory *mem; in videobuf_vm_close() local 424 struct videobuf_dma_sg_memory *mem; in __videobuf_alloc_vb() local 445 struct videobuf_dma_sg_memory *mem = buf->priv; in __videobuf_to_vaddr() local 459 struct videobuf_dma_sg_memory *mem = vb->priv; in __videobuf_iolock() local 524 struct videobuf_dma_sg_memory *mem = buf->priv; in __videobuf_sync() local 540 struct videobuf_dma_sg_memory *mem = buf->priv; in __videobuf_mmap_mapper() local
|
/drivers/base/ |
D | memory.c | 75 struct memory_block *mem = container_of(dev, struct memory_block, dev); in memory_block_release() local 124 struct memory_block *mem = in show_mem_start_phys_index() local 135 struct memory_block *mem = in show_mem_end_phys_index() local 151 struct memory_block *mem = in show_mem_removable() local 168 struct memory_block *mem = in show_mem_state() local 275 static int __memory_block_change_state(struct memory_block *mem, in __memory_block_change_state() 311 static int memory_block_change_state(struct memory_block *mem, in memory_block_change_state() 328 struct memory_block *mem; in store_mem_state() local 363 struct memory_block *mem = in show_phys_device() local 374 #define mem_create_simple_file(mem, attr_name) \ argument [all …]
|
D | dma-coherent.c | 69 struct dma_coherent_mem *mem = dev->dma_mem; in dma_release_declared_memory() local 83 struct dma_coherent_mem *mem = dev->dma_mem; in dma_mark_declared_memory_occupied() local 117 struct dma_coherent_mem *mem; in dma_alloc_from_coherent() local 170 struct dma_coherent_mem *mem = dev ? dev->dma_mem : NULL; in dma_release_from_coherent() local 201 struct dma_coherent_mem *mem = dev ? dev->dma_mem : NULL; in dma_mmap_from_coherent() local 293 struct dma_coherent_mem *mem = dev->dma_mem; in dma_release_declared_memory() local 307 struct dma_coherent_mem *mem = dev->dma_mem; in dma_mark_declared_memory_occupied() local 341 struct dma_coherent_mem *mem; in dma_alloc_from_coherent() local 394 struct dma_coherent_mem *mem = dev ? dev->dma_mem : NULL; in dma_release_from_coherent() local 425 struct dma_coherent_mem *mem = dev ? dev->dma_mem : NULL; in dma_mmap_from_coherent() local
|
/drivers/char/hw_random/ |
D | intel-rng.c | 155 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 334 void __iomem *mem = mem; in mod_init() local 409 void __iomem *mem = (void __iomem *)intel_rng.priv; in mod_exit() local
|
D | geode-rng.c | 57 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/staging/csr/ |
D | unifi_os.h | 93 static inline void unifi_dump(void *ospriv, int lvl, const char *msg, void *mem, u16 len) {} in unifi_dump() 94 static inline void dump(void *mem, u16 len) {} in dump() 95 static inline void dump16(void *mem, u16 len) {} in dump16() 97 static inline void dump_str(void *mem, u16 len) {} in dump_str()
|
D | os.c | 373 unifi_dump(void *ospriv, int level, const char *msg, void *mem, u16 len) in unifi_dump() 403 dump(void *mem, u16 len) in dump() 431 dump16(void *mem, u16 len) in dump16() 456 dump_str(void *mem, u16 len) in dump_str()
|
/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 118 struct ttm_mem_reg *mem) in ttm_mem_io_reserve() 143 struct ttm_mem_reg *mem) in ttm_mem_io_free() 160 struct ttm_mem_reg *mem = &bo->mem; in ttm_mem_io_reserve_vm() local 180 struct ttm_mem_reg *mem = &bo->mem; in ttm_mem_io_free_vm() local 189 int ttm_mem_reg_ioremap(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem, in ttm_mem_reg_ioremap() 221 void ttm_mem_reg_iounmap(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem, in ttm_mem_reg_iounmap() 505 struct ttm_mem_reg *mem = &bo->mem; in ttm_bo_ioremap() local 527 struct ttm_mem_reg *mem = &bo->mem; pgprot_t prot; in ttm_bo_kmap_ttm() local
|
D | ttm_bo_manager.c | 53 struct ttm_mem_reg *mem) in ttm_bo_man_get_node() 90 struct ttm_mem_reg *mem) in ttm_bo_man_put_node()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_ttm.c | 67 struct ttm_mem_reg *mem) in nouveau_vram_manager_del() 79 struct ttm_mem_reg *mem) in nouveau_vram_manager_new() 154 struct ttm_mem_reg *mem) in nouveau_gart_manager_del() 165 struct ttm_mem_reg *mem) in nouveau_gart_manager_new() 234 nv04_gart_manager_del(struct ttm_mem_type_manager *man, struct ttm_mem_reg *mem) in nv04_gart_manager_del() 247 struct ttm_mem_reg *mem) in nv04_gart_manager_new()
|
D | nouveau_sgdma.c | 30 nv04_sgdma_bind(struct ttm_tt *ttm, struct ttm_mem_reg *mem) in nv04_sgdma_bind() 63 nv50_sgdma_bind(struct ttm_tt *ttm, struct ttm_mem_reg *mem) in nv50_sgdma_bind()
|
/drivers/gpu/drm/nouveau/core/subdev/bar/ |
D | nvc0.c | 36 struct nouveau_gpuobj *mem; member 43 nvc0_bar_kmap(struct nouveau_bar *bar, struct nouveau_mem *mem, in nvc0_bar_kmap() 59 nvc0_bar_umap(struct nouveau_bar *bar, struct nouveau_mem *mem, in nvc0_bar_umap() 94 struct nouveau_gpuobj *mem; in nvc0_bar_ctor() local
|
D | nv50.c | 35 struct nouveau_gpuobj *mem; member 45 nv50_bar_kmap(struct nouveau_bar *bar, struct nouveau_mem *mem, in nv50_bar_kmap() 61 nv50_bar_umap(struct nouveau_bar *bar, struct nouveau_mem *mem, in nv50_bar_umap()
|
/drivers/char/agp/ |
D | i460-agp.c | 170 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()
|
D | generic.c | 90 void agp_alloc_page_array(size_t size, struct agp_memory *mem) in agp_alloc_page_array() 102 void agp_free_page_array(struct agp_memory *mem) in agp_free_page_array() 1045 int agp_generic_insert_memory(struct agp_memory * mem, off_t pg_start, int type) in agp_generic_insert_memory() 1127 int agp_generic_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in agp_generic_remove_memory() 1207 int agp_generic_alloc_pages(struct agp_bridge_data *bridge, struct agp_memory *mem, size_t num_page… in agp_generic_alloc_pages() 1253 void agp_generic_destroy_pages(struct agp_memory *mem) in agp_generic_destroy_pages() 1383 void agp3_generic_tlbflush(struct agp_memory *mem) in agp3_generic_tlbflush()
|
D | alpha-agp.c | 67 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()
|
D | sgi-agp.c | 64 static void sgi_tioca_tlbflush(struct agp_memory *mem) in sgi_tioca_tlbflush() 128 static int sgi_tioca_insert_memory(struct agp_memory *mem, off_t pg_start, in sgi_tioca_insert_memory() 201 static int sgi_tioca_remove_memory(struct agp_memory *mem, off_t pg_start, in sgi_tioca_remove_memory()
|
/drivers/spi/ |
D | spi-dw-mmio.c | 33 struct resource *mem, *ioarea; in dw_spi_mmio_probe() local 112 struct resource *mem; in dw_spi_mmio_remove() local
|
/drivers/usb/gadget/ |
D | uvc_video.c | 47 void *mem; in uvc_video_encode_data() local 63 void *mem = req->buf; in uvc_video_encode_bulk() local 103 void *mem = req->buf; in uvc_video_encode_isoc() local
|
/drivers/uio/ |
D | uio.c | 58 struct uio_mem *mem; member 62 static ssize_t map_name_show(struct uio_mem *mem, char *buf) in map_name_show() 70 static ssize_t map_addr_show(struct uio_mem *mem, char *buf) in map_addr_show() 75 static ssize_t map_size_show(struct uio_mem *mem, char *buf) in map_size_show() 80 static ssize_t map_offset_show(struct uio_mem *mem, char *buf) in map_offset_show() 118 struct uio_mem *mem = map->mem; in map_type_show() local 270 struct uio_mem *mem; in uio_dev_add_attributes() local 349 struct uio_mem *mem; in uio_dev_del_attributes() local
|
/drivers/pci/hotplug/ |
D | ibmphp_pci.c | 362 struct resource_node *mem[6]; in configure_device() local 582 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 1639 static int add_new_bus (struct bus_node *bus, struct resource_node *io, struct resource_node *mem, … in add_new_bus()
|
/drivers/usb/host/ |
D | ohci-sm501.c | 91 struct resource *res, *mem; in ohci_hcd_sm501_drv_probe() local 195 struct resource *mem; in ohci_hcd_sm501_drv_remove() local
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_gmrid_manager.c | 50 struct ttm_mem_reg *mem) in vmw_gmrid_man_get_node() 102 struct ttm_mem_reg *mem) in vmw_gmrid_man_put_node()
|