Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/dma/
H A Dedma.h24 struct dw_edma_chip { struct
33 int dw_edma_probe(struct dw_edma_chip *chip); argument
34 int dw_edma_remove(struct dw_edma_chip *chip);
36 static inline int dw_edma_probe(struct dw_edma_chip *chip) in dw_edma_probe()
41 static inline int dw_edma_remove(struct dw_edma_chip *chip) in dw_edma_remove()
/OK3568_Linux_fs/kernel/drivers/dma/dw-edma/
H A Ddw-edma-v0-debugfs.h15 void dw_edma_v0_debugfs_on(struct dw_edma_chip *chip);
18 static inline void dw_edma_v0_debugfs_on(struct dw_edma_chip *chip) in dw_edma_v0_debugfs_on()
H A Ddw-edma-pcie.c71 struct dw_edma_chip *chip; in dw_edma_pcie_probe()
210 struct dw_edma_chip *chip = pci_get_drvdata(pdev); in dw_edma_pcie_remove()
H A Ddw-edma-v0-core.h25 void dw_edma_v0_core_debugfs_on(struct dw_edma_chip *chip);
H A Ddw-edma-core.h81 struct dw_edma_chip *chip;
H A Ddw-edma-core.c638 static int dw_edma_channel_setup(struct dw_edma_chip *chip, bool write, in dw_edma_channel_setup()
782 static int dw_edma_irq_request(struct dw_edma_chip *chip, in dw_edma_irq_request()
845 int dw_edma_probe(struct dw_edma_chip *chip) in dw_edma_probe()
923 int dw_edma_remove(struct dw_edma_chip *chip) in dw_edma_remove()
H A Ddw-edma-v0-debugfs.c286 void dw_edma_v0_debugfs_on(struct dw_edma_chip *chip) in dw_edma_v0_debugfs_on()
H A Ddw-edma-v0-core.c342 void dw_edma_v0_core_debugfs_on(struct dw_edma_chip *chip) in dw_edma_v0_core_debugfs_on()