Searched refs:dma_alloc (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/ |
A D | memory-allocation.rst | 74 使用这些标志。而且,即使是有限制的硬件,也最好使用dma_alloc* APIs。
|
/linux-6.3-rc2/include/linux/ |
A D | most.h | 239 void *(*dma_alloc)(struct mbo *mbo, u32 size); member
|
/linux-6.3-rc2/sound/oss/dmasound/ |
A D | dmasound.h | 110 void *(*dma_alloc)(unsigned int, gfp_t); member
|
A D | dmasound_q40.c | 598 .dma_alloc = Q40Alloc,
|
A D | dmasound_paula.c | 689 .dma_alloc = AmiAlloc,
|
A D | dmasound_atari.c | 1533 .dma_alloc = AtaAlloc, 1561 .dma_alloc = AtaAlloc,
|
A D | dmasound_core.c | 423 sq->buffers[i] = dmasound.mach.dma_alloc(size, GFP_KERNEL); in sq_allocate_buffers()
|
/linux-6.3-rc2/drivers/staging/most/dim2/ |
A D | dim2.c | 667 static void *dma_alloc(struct mbo *mbo, u32 size) in dma_alloc() function 880 dev->most_iface.dma_alloc = dma_alloc; in dim2_probe()
|
/linux-6.3-rc2/drivers/most/ |
A 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()
|
A D | most_usb.c | 984 mdev->iface.dma_alloc = hdm_dma_alloc; in hdm_probe()
|
/linux-6.3-rc2/drivers/media/pci/ddbridge/ |
A D | ddbridge-core.c | 294 static int dma_alloc(struct pci_dev *pdev, struct ddb_dma *dma, int dir) in dma_alloc() function 337 if (dma_alloc(dev->pdev, port->input[0]->dma, 0) in ddb_buffers_alloc() 341 if (dma_alloc(dev->pdev, port->input[1]->dma, 0) in ddb_buffers_alloc() 348 if (dma_alloc(dev->pdev, port->input[0]->dma, 0) in ddb_buffers_alloc() 352 if (dma_alloc(dev->pdev, port->output->dma, 1) in ddb_buffers_alloc()
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | memory-allocation.rst | 85 `dma_alloc*` APIs.
|
Completed in 26 milliseconds