Searched refs:dma_ops (Results 1 – 10 of 10) sorted by relevance
/linux-4.19.296/drivers/misc/mic/bus/ |
D | vop_bus.c | 145 const struct dma_map_ops *dma_ops, in vop_register_device() argument 159 vdev->dev.dma_ops = dma_ops; in vop_register_device()
|
D | mic_bus.c | 146 mbus_register_device(struct device *pdev, int id, const struct dma_map_ops *dma_ops, in mbus_register_device() argument 161 mbdev->dev.dma_ops = dma_ops; in mbus_register_device()
|
D | scif_bus.c | 141 scif_register_device(struct device *pdev, int id, const struct dma_map_ops *dma_ops, in scif_register_device() argument 157 sdev->dev.dma_ops = dma_ops; in scif_register_device()
|
D | vop_bus.h | 114 const struct dma_map_ops *dma_ops,
|
D | scif_bus.h | 116 const struct dma_map_ops *dma_ops,
|
/linux-4.19.296/include/linux/ |
D | mic_bus.h | 93 mbus_register_device(struct device *pdev, int id, const struct dma_map_ops *dma_ops,
|
D | dma-mapping.h | 203 if (dev && dev->dma_ops) in get_dma_ops() 204 return dev->dma_ops; in get_dma_ops() 209 const struct dma_map_ops *dma_ops) in set_dma_ops() argument 211 dev->dma_ops = dma_ops; in set_dma_ops()
|
D | ide.h | 745 const struct ide_dma_ops *dma_ops; member 1343 const struct ide_dma_ops *dma_ops; member
|
D | device.h | 1008 const struct dma_map_ops *dma_ops; member
|
/linux-4.19.296/drivers/pci/controller/ |
D | vmd.c | 103 struct dma_map_ops dma_ops; member 435 struct dma_map_ops *dest = &vmd->dma_ops; in vmd_setup_dma_ops() 439 domain->dma_ops = dest; in vmd_setup_dma_ops()
|