Searched refs:dma (Results 1 - 25 of 71) sorted by relevance

123

/include/sound/
H A Datmel-abdac.h13 #include <linux/platform_data/dma-dw.h>
H A Datmel-ac97c.h13 #include <linux/platform_data/dma-dw.h>
/include/linux/platform_data/
H A Dasoc-ux500-msp.h11 #include <linux/platform_data/dma-ste-dma40.h>
H A Dcrypto-atmel.h4 #include <linux/platform_data/dma-atmel.h>
H A Dcrypto-ux500.h10 #include <linux/platform_data/dma-ste-dma40.h>
H A Ds3c-hsotg.h28 * @dma: Whether to use DMA or not.
32 enum s3c_hsotg_dmamode dma; member in struct:s3c_hsotg_plat
H A Ddma-ep93xx.h6 #include <linux/dma-mapping.h>
72 return !strcmp(dev_name(chan->device->dev), "ep93xx-dma-m2p");
H A Dvideo-msm_fb.h116 void (*dma)(struct mdp_device *mpd, uint32_t addr, member in struct:mdp_device
/include/media/
H A Dvideobuf-dma-sg.h60 /* for overlay buffers (pci-pci dma) */
74 struct videobuf_dmabuf dma; member in struct:videobuf_dma_sg_memory
85 * videobuf-dma-sg uses the same API internally.
87 void videobuf_dma_init(struct videobuf_dmabuf *dma);
88 int videobuf_dma_init_user(struct videobuf_dmabuf *dma, int direction,
90 int videobuf_dma_init_kernel(struct videobuf_dmabuf *dma, int direction,
92 int videobuf_dma_init_overlay(struct videobuf_dmabuf *dma, int direction,
94 int videobuf_dma_free(struct videobuf_dmabuf *dma);
96 int videobuf_dma_map(struct device *dev, struct videobuf_dmabuf *dma);
97 int videobuf_dma_unmap(struct device *dev, struct videobuf_dmabuf *dma);
[all...]
H A Dvideobuf2-dma-contig.h2 * videobuf2-dma-contig.h - DMA contig memory allocator for videobuf2
17 #include <linux/dma-mapping.h>
H A Dvideobuf-dma-contig.h16 #include <linux/dma-mapping.h>
/include/linux/soc/ti/
H A Dknav_qmss.h27 #include <linux/dma-mapping.h>
75 int knav_queue_push(void *qhandle, dma_addr_t dma,
85 dma_addr_t *dma, unsigned *dma_sz);
86 void *knav_pool_desc_unmap(void *ph, dma_addr_t dma, unsigned dma_sz);
88 void *knav_pool_desc_dma_to_virt(void *ph, dma_addr_t dma);
/include/linux/amba/
H A Dxilinx_dma.h15 #include <linux/dma-mapping.h>
/include/linux/spi/
H A Dpxa2xx_spi.h44 * copied to spi_device.platform_data ... mostly for dma tuning
60 #include <mach/dma.h>
/include/linux/dma/
H A Ddw.h19 #include <linux/platform_data/dma-dw.h>
/include/uapi/linux/
H A Dhdlcdrv.h18 int dma; member in struct:hdlcdrv_params
/include/linux/
H A Dasync_tx.h24 /* on architectures without dma-mapping capabilities we need to ensure
34 * dma_chan_ref - object used to manage dma channels received from the
77 * @scribble: caller provided space for dma/page address conversions
102 struct dma_device *dma = chan->device; local
104 dma->device_issue_pending(chan);
152 dma_addr_t dma; member in union:__anon73
H A Ddmaengine.h64 * automatically set as dma devices are registered.
84 * enum dma_transfer_direction - dma transfer mode and direction indicator
249 * @device: ptr to the dma device who supplies this channel, always !%NULL
304 * struct dma_slave_config - dma slave channel runtime config
332 * @slave_id: Slave requester id. Only valid for slave channels. The dma
333 * slave peripheral will have unique id as dma requester which need to be
393 * type of direction, the dma controller should fill (1 << <TYPE>) and same
443 * ---dma generic offload fields---
595 * @dev: struct device reference for dma mapping api
605 * @device_prep_slave_sg: prepares a slave dma operatio
845 dma_set_maxpq(struct dma_device *dma, int maxpq, int has_pq_continue) argument
864 dma_dev_has_pq_continue(struct dma_device *dma) argument
869 dma_dev_to_maxpq(struct dma_device *dma) argument
887 dma_maxpq(struct dma_device *dma, enum dma_ctrl_flags flags) argument
[all...]
H A Diova.h17 #include <linux/dma-mapping.h>
H A Dmic_bus.h30 #include <linux/dma-mapping.h>
H A Dseqno-fence.h2 * seqno-fence, using a dma-buf to synchronize fencing
24 #include <linux/dma-buf.h>
82 * on the sync_buf dma-buf can be taken. It is encouraged to re-use the same
83 * dma-buf for sync_buf, since mapping or unmapping the sync_buf to the
H A Dremoteproc.h311 * @dma: dma address
319 dma_addr_t dma; member in struct:rproc_mem_entry
447 * @dma: dma address
457 dma_addr_t dma; member in struct:rproc_vring
H A Ddma-mapping.h7 #include <linux/dma-attrs.h>
8 #include <linux/dma-direction.h>
82 #include <asm/dma-mapping.h>
84 #include <asm-generic/dma-mapping-broken.h>
H A Dgenalloc.h100 dma_addr_t *dma);
/include/xen/
H A Dswiotlb-xen.h4 #include <linux/dma-direction.h>

Completed in 258 milliseconds

123