Searched defs:dma_ops (Results 1 – 17 of 17) sorted by relevance
14 struct dma_ops { struct15 int (*request)(unsigned int, dma_t *); /* optional */16 void (*free)(unsigned int, dma_t *); /* optional */40 const struct dma_ops *d_ops; argument
52 struct dma_ops { struct53 int (*request)(struct dma_channel *chan);54 void (*free)(struct dma_channel *chan);56 int (*get_residue)(struct dma_channel *chan);57 int (*xfer)(struct dma_channel *chan);58 int (*configure)(struct dma_channel *chan, unsigned long flags);59 int (*extend)(struct dma_channel *chan, unsigned long op, void *param);
8 const struct dma_map_ops *dma_ops; variable
449 const struct ide_dma_ops *dma_ops = hwif->dma_ops; in ide_dma_timeout_retry() local533 const struct ide_dma_ops *dma_ops = drive->hwif->dma_ops; in ide_dma_prepare() local
87 const struct ide_dma_ops *dma_ops = hwif->dma_ops; in do_rw_taskfile() local
20 const struct dma_map_ops *dma_ops; variable
85 const struct dma_map_ops *dma_ops) in set_dma_ops()95 const struct dma_map_ops *dma_ops) in set_dma_ops()
502 const struct dma_map_ops *dma_ops; member
755 const struct ide_dma_ops *dma_ops; member1359 const struct ide_dma_ops *dma_ops; member
131 const struct tw686x_dma_ops *dma_ops; member
180 const struct dw_mci_dma_ops *dma_ops; member266 struct dw_mci_dma_ops *dma_ops; member
188 const struct tmio_mmc_dma_ops *dma_ops; member
908 const struct tmio_mmc_dma_ops *dma_ops) in renesas_sdhi_probe()
767 const struct dma_map_ops *dma_ops = &sun4u_dma_ops; variable
185 const struct dw_spi_dma_ops *dma_ops; member
64 void set_pci_dma_ops(const struct dma_map_ops *dma_ops) in set_pci_dma_ops()
2260 const struct dma_map_ops *dma_ops; in arch_setup_dma_ops() local