Searched refs:dma_alloc (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.15/include/linux/ | 
| D | most.h | 239 	void *(*dma_alloc)(struct mbo *mbo, u32 size);  member
  | 
| /Linux-v5.15/sound/oss/dmasound/ | 
| D | dmasound.h | 114     void *(*dma_alloc)(unsigned int, gfp_t);  member
  | 
| D | dmasound_q40.c | 598 	.dma_alloc	= Q40Alloc,
  | 
| D | dmasound_paula.c | 689 	.dma_alloc	= AmiAlloc,
  | 
| D | dmasound_atari.c | 1533 	.dma_alloc	= AtaAlloc, 1561 	.dma_alloc	= AtaAlloc,
  | 
| D | dmasound_core.c | 428 		sq->buffers[i] = dmasound.mach.dma_alloc(size, GFP_KERNEL);  in sq_allocate_buffers()
  | 
| /Linux-v5.15/drivers/staging/most/dim2/ | 
| D | dim2.c | 667 static void *dma_alloc(struct mbo *mbo, u32 size)  in dma_alloc()  function 854 	dev->most_iface.dma_alloc = dma_alloc;  in dim2_probe()
  | 
| /Linux-v5.15/drivers/most/ | 
| D | core.c | 890 		if (c->iface->dma_alloc) {  in arm_mbo_chain() 892 				c->iface->dma_alloc(mbo, coherent_buf_size);  in arm_mbo_chain()
  | 
| D | most_usb.c | 983 	mdev->iface.dma_alloc = hdm_dma_alloc;  in hdm_probe()
  | 
| /Linux-v5.15/drivers/media/pci/ddbridge/ | 
| D | ddbridge-core.c | 303 static int dma_alloc(struct pci_dev *pdev, struct ddb_dma *dma, int dir)  in dma_alloc()  function 346 				if (dma_alloc(dev->pdev, port->input[0]->dma, 0)  in ddb_buffers_alloc() 350 				if (dma_alloc(dev->pdev, port->input[1]->dma, 0)  in ddb_buffers_alloc() 357 				if (dma_alloc(dev->pdev, port->input[0]->dma, 0)  in ddb_buffers_alloc() 361 				if (dma_alloc(dev->pdev, port->output->dma, 1)  in ddb_buffers_alloc()
  | 
| /Linux-v5.15/Documentation/core-api/ | 
| D | memory-allocation.rst | 85 `dma_alloc*` APIs.
  |