Home
last modified time | relevance | path

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

/drivers/staging/most/dim2/
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()
/drivers/media/pci/ddbridge/
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()
/drivers/most/
Dcore.c890 if (c->iface->dma_alloc) { in arm_mbo_chain()
892 c->iface->dma_alloc(mbo, coherent_buf_size); in arm_mbo_chain()
Dmost_usb.c984 mdev->iface.dma_alloc = hdm_dma_alloc; in hdm_probe()