Home
last modified time | relevance | path

Searched refs:dma_alloc (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/
H A DCMakeLists.txt3 ${CMAKE_CURRENT_LIST_DIR}/dma_alloc.cpp
6 ${CMAKE_CURRENT_LIST_DIR}/include/dma_alloc.h
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/
H A DAndroid.mk57 sources/dma_alloc.cpp
H A DCMakeLists.txt71 ${CMAKE_CURRENT_SOURCE_DIR}/sources/dma_alloc.cpp
/OK3568_Linux_fs/kernel/include/linux/
H A Dmost.h239 void *(*dma_alloc)(struct mbo *mbo, u32 size); member
/OK3568_Linux_fs/kernel/sound/oss/dmasound/
H A Ddmasound.h114 void *(*dma_alloc)(unsigned int, gfp_t); member
H A Ddmasound_q40.c598 .dma_alloc = Q40Alloc,
H A Ddmasound_paula.c689 .dma_alloc = AmiAlloc,
H A Ddmasound_atari.c1533 .dma_alloc = AtaAlloc,
1561 .dma_alloc = AtaAlloc,
H A Ddmasound_core.c428 sq->buffers[i] = dmasound.mach.dma_alloc(size, GFP_KERNEL); in sq_allocate_buffers()
/OK3568_Linux_fs/kernel/drivers/staging/most/dim2/
H A Ddim2.c674 static void *dma_alloc(struct mbo *mbo, u32 size) in dma_alloc() function
880 dev->most_iface.dma_alloc = dma_alloc; in dim2_probe()
/OK3568_Linux_fs/kernel/drivers/media/pci/ddbridge/
H A Dddbridge-core.c303 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()
/OK3568_Linux_fs/kernel/drivers/most/
H A Dcore.c890 if (c->iface->dma_alloc) { in arm_mbo_chain()
892 c->iface->dma_alloc(mbo, coherent_buf_size); in arm_mbo_chain()
H A Dmost_usb.c984 mdev->iface.dma_alloc = hdm_dma_alloc; in hdm_probe()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dmemory-allocation.rst85 `dma_alloc*` APIs.