Searched refs:dma_alloc_noncoherent (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/i825xx/ |
| H A D | lasi_82596.c | 180 lp->dma = dma_alloc_noncoherent(&dev->dev, in lan_init_chip()
|
| /OK3568_Linux_fs/kernel/kernel/dma/ |
| H A D | mapping.c | 517 void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function 539 EXPORT_SYMBOL_GPL(dma_alloc_noncoherent);
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | sgiwd93.c | 237 hdata->cpu = dma_alloc_noncoherent(&pdev->dev, HPC_DMA_SIZE, in sgiwd93_probe()
|
| H A D | 53c700.c | 310 memory = dma_alloc_noncoherent(dev, TOTAL_MEM_SIZE, &pScript, in NCR_700_detect()
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | dma-api.rst | 532 dma_alloc_noncoherent(struct device *dev, size_t size, 564 Free a region of memory previously allocated using dma_alloc_noncoherent(). 566 dma_alloc_noncoherent(). cpu_addr must be the virtual address returned by 567 dma_alloc_noncoherent(). 604 dma_alloc_noncoherent(). page must be the pointer returned by
|
| /OK3568_Linux_fs/kernel/sound/mips/ |
| H A D | hal2.c | 453 codec->buffer = dma_alloc_noncoherent(dev, H2_BUF_SIZE, &buffer_dma, in hal2_alloc_dmabuf() 457 desc = dma_alloc_noncoherent(dev, count * sizeof(struct hal2_desc), in hal2_alloc_dmabuf()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dma-mapping.h | 283 void *dma_alloc_noncoherent(struct device *dev, size_t size,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/seeq/ |
| H A D | sgiseeq.c | 751 sr = dma_alloc_noncoherent(&pdev->dev, sizeof(*sp->srings), in sgiseeq_probe()
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/ |
| H A D | coresight-tmc-etr.c | 612 flat_buf->vaddr = dma_alloc_noncoherent(real_dev, etr_buf->size, in tmc_etr_alloc_flat_buf()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_qcom | 553 dma_alloc_noncoherent
|