Searched defs:dmap (Results  1 – 14 of 14) sorted by relevance
| /linux-4.1.27/sound/oss/ | 
| D | dmabuf.c | 46 static long dmabuf_timeout(struct dma_buffparms *dmap)  in dmabuf_timeout()59 static int sound_alloc_dmap(struct dma_buffparms *dmap)  in sound_alloc_dmap()
 125 static void sound_free_dmap(struct dma_buffparms *dmap)  in sound_free_dmap()
 151 static int sound_start_dma(struct dma_buffparms *dmap, unsigned long physaddr, int count, int dma_m…  in sound_start_dma()
 170 static void dma_init_buffers(struct dma_buffparms *dmap)  in dma_init_buffers()
 187 static int open_dmap(struct audio_operations *adev, int mode, struct dma_buffparms *dmap)  in open_dmap()
 219 static void close_dmap(struct audio_operations *adev, struct dma_buffparms *dmap)  in close_dmap()
 340 	struct dma_buffparms *dmap = adev->dmap_out;  in dma_reset_output()  local
 384 	struct dma_buffparms *dmap = adev->dmap_in;  in dma_reset_input()  local
 399 void DMAbuf_launch_output(int dev, struct dma_buffparms *dmap)  in DMAbuf_launch_output()
 [all …]
 
 | 
| D | audio.c | 139 	struct dma_buffparms *dmap = audio_devs[dev]->dmap_out;  in sync_output()  local372 	struct dma_buffparms *dmap;  in audio_ioctl()  local
 538 void reorganize_buffers(int dev, struct dma_buffparms *dmap, int recording)  in reorganize_buffers()
 666 static int dma_subdivide(int dev, struct dma_buffparms *dmap, int fact)  in dma_subdivide()
 688 static int dma_set_fragment(int dev, struct dma_buffparms *dmap, int fact)  in dma_set_fragment()
 744 	struct dma_buffparms *dmap;  in dma_ioctl()  local
 
 | 
| D | vidc.c | 307 	struct dma_buffparms *dmap = audio_devs[dev]->dmap_out;  in vidc_audio_output_block()  local
 | 
| D | soundcard.c | 427 	struct dma_buffparms *dmap = NULL;  in sound_mmap()  local
 | 
| /linux-4.1.27/fs/jfs/ | 
| D | jfs_dmap.h | 160 struct dmap {  struct161 	__le32 nblocks;		/* 4: num blks covered by this dmap	*/  argument
 162 	__le32 nfree;		/* 4: num of free blks in this dmap	*/  argument
 163 	__le64 start;		/* 8: starting blkno for this dmap	*/  argument
 164 	struct dmaptree tree;	/* 360: dmap tree			*/  argument
 186  *	common definition for dmaptree within dmap and dmapctl  argument
 
 | 
| /linux-4.1.27/fs/nilfs2/ | 
| D | page.c | 255 int nilfs_copy_dirty_pages(struct address_space *dmap,  in nilfs_copy_dirty_pages()310 void nilfs_copy_back_pages(struct address_space *dmap,  in nilfs_copy_back_pages()
 
 | 
| /linux-4.1.27/drivers/misc/sgi-gru/ | 
| D | grufault.c | 156 				struct gru_tlb_fault_map *dmap)  in get_clear_fault_map()531 	struct gru_tlb_fault_map imap, dmap;  in gru_intr()  local
 
 | 
| /linux-4.1.27/drivers/media/platform/xilinx/ | 
| D | xilinx-vipp.c | 490 	struct xvip_dma *dmap;  in xvip_graph_cleanup()  local
 | 
| /linux-4.1.27/drivers/net/ethernet/apple/ | 
| D | bmac.c | 182 dbdma_continue(volatile struct dbdma_regs __iomem *dmap)  in dbdma_continue()190 dbdma_reset(volatile struct dbdma_regs __iomem *dmap)  in dbdma_reset()
 
 | 
| /linux-4.1.27/drivers/net/ethernet/micrel/ | 
| D | ks8695net.c | 1164 	dma_addr_t dmap;  in ks8695_start_xmit()  local
 | 
| /linux-4.1.27/fs/ocfs2/dlm/ | 
| D | dlmdomain.c | 65 static inline void byte_copymap(u8 dmap[], unsigned long smap[],  in byte_copymap()
 | 
| /linux-4.1.27/mm/ | 
| D | percpu.c | 1532 	static int dmap[PERCPU_DYNAMIC_EARLY_SLOTS] __initdata;  in pcpu_setup_first_chunk()  local
 | 
| /linux-4.1.27/fs/f2fs/ | 
| D | segment.c | 515 	unsigned long *dmap = SIT_I(sbi)->tmp_map;  in add_discard_addrs()  local
 | 
| /linux-4.1.27/drivers/gpu/drm/vmwgfx/ | 
| D | svga3d_reg.h | 403       uint32 dmap : 1;  member
 |