Searched refs:dev_dma_unmap (Results 1 – 6 of 6) sorted by relevance
| /libmetal-latest/libmetal/lib/ |
| D | dma.c | 52 if (!dev || !dev->bus->ops.dev_dma_unmap || !sg) in metal_dma_unmap() 54 dev->bus->ops.dev_dma_unmap(dev->bus, in metal_dma_unmap()
|
| D | device.h | 53 void (*dev_dma_unmap)(struct metal_bus *bus, member
|
| D | device.c | 164 .dev_dma_unmap = metal_generic_dev_dma_unmap,
|
| /libmetal-latest/libmetal/lib/system/zephyr/ |
| D | device.c | 34 .dev_dma_unmap = NULL,
|
| /libmetal-latest/libmetal/lib/system/linux/ |
| D | device.c | 40 void (*dev_dma_unmap)(struct linux_bus *lbus, member 375 .dev_dma_unmap = metal_uio_dev_dma_unmap, 385 .dev_dma_unmap = metal_uio_dev_dma_unmap, 405 .dev_dma_unmap = metal_uio_dev_dma_unmap, 533 ldev->ldrv->dev_dma_unmap(lbus, ldev, dir, sg, in metal_linux_dev_dma_unmap() 543 .dev_dma_unmap = metal_linux_dev_dma_unmap,
|
| /libmetal-latest/ |
| D | .vscode-ctags | 377 dev_dma_unmap libmetal/lib/device.h /^ void (*dev_dma_unmap)(struct metal_bus *bus,$/;" m struct:m… 378 dev_dma_unmap libmetal/lib/system/linux/device.c /^ void (*dev_dma_unmap)(struct linux_bus *lbus,…
|