Home
last modified time | relevance | path

Searched refs:dma_device (Results 1 – 8 of 8) sorted by relevance

/include/linux/
A Ddmaengine.h339 struct dma_device *device;
868 struct dma_device { struct
956 void (*device_release)(struct dma_device *dev); argument
1283 dma_set_maxpq(struct dma_device *dma, int maxpq, int has_pq_continue) in dma_set_maxpq()
1302 static inline bool dma_dev_has_pq_continue(struct dma_device *dma) in dma_dev_has_pq_continue()
1307 static inline unsigned short dma_dev_to_maxpq(struct dma_device *dma) in dma_dev_to_maxpq()
1617 int dma_async_device_register(struct dma_device *device);
1618 int dmaenginem_async_device_register(struct dma_device *device);
1619 void dma_async_device_unregister(struct dma_device *device);
1620 int dma_async_device_channel_register(struct dma_device *device,
[all …]
A Dshdma-base.h107 struct dma_device dma_dev;
A Duio_driver.h50 struct device *dma_device; member
A Dasync_tx.h92 struct dma_device *dma = chan->device; in async_tx_issue_pending()
A Drio.h291 struct dma_device dma;
516 static inline struct rio_mport *dma_to_mport(struct dma_device *ddev) in dma_to_mport()
/include/linux/platform_data/
A Ddma-iop32x.h37 struct dma_device common;
/include/rdma/
A Dib_umem.h173 struct device *dma_device,
226 struct device *dma_device, in ib_umem_dmabuf_get_pinned_with_dma_device() argument
A Dib_verbs.h2786 struct device *dma_device; member
2969 struct device *dma_device);
4146 return dma_pci_p2pdma_supported(dev->dma_device); in ib_dma_pci_p2p_dma_supported()
4183 return dma_mapping_error(dev->dma_device, dma_addr); in ib_dma_mapping_error()
4214 dma_unmap_single(dev->dma_device, addr, size, direction); in ib_dma_unmap_single()
4248 dma_unmap_page(dev->dma_device, addr, size, direction); in ib_dma_unmap_page()
4259 return dma_map_sg_attrs(dev->dma_device, sg, nents, direction, in ib_dma_map_sg_attrs()
4269 dma_unmap_sg_attrs(dev->dma_device, sg, nents, direction, in ib_dma_unmap_sg_attrs()
4344 return dma_get_max_seg_size(dev->dma_device); in ib_dma_max_seg_size()
4360 dma_sync_single_for_cpu(dev->dma_device, addr, size, dir); in ib_dma_sync_single_for_cpu()
[all …]

Completed in 35 milliseconds