Home
last modified time | relevance | path

Searched refs:hsu_dma (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/hsu/
H A DMakefile2 obj-$(CONFIG_HSU_DMA) += hsu_dma.o
3 hsu_dma-objs := hsu.o
H A Dhsu.h110 struct hsu_dma { struct
118 static inline struct hsu_dma *to_hsu_dma(struct dma_device *ddev) in to_hsu_dma()
120 return container_of(ddev, struct hsu_dma, dma); in to_hsu_dma()
H A Dhsu.c418 struct hsu_dma *hsu; in hsu_dma_probe()
484 struct hsu_dma *hsu = chip->hsu; in hsu_dma_remove()
/kernel/linux/linux-6.6/drivers/dma/hsu/
H A DMakefile2 obj-$(CONFIG_HSU_DMA) += hsu_dma.o
3 hsu_dma-objs := hsu.o
H A Dhsu.h114 struct hsu_dma { struct
122 static inline struct hsu_dma *to_hsu_dma(struct dma_device *ddev) in to_hsu_dma()
124 return container_of(ddev, struct hsu_dma, dma); in to_hsu_dma()
H A Dhsu.c429 struct hsu_dma *hsu; in hsu_dma_probe()
495 struct hsu_dma *hsu = chip->hsu; in hsu_dma_remove()
/kernel/linux/linux-5.10/include/linux/dma/
H A Dhsu.h16 struct hsu_dma;
25 * @hsu: struct hsu_dma that is filed by ->probe()
34 struct hsu_dma *hsu;
/kernel/linux/linux-6.6/include/linux/dma/
H A Dhsu.h18 struct hsu_dma;
27 * @hsu: struct hsu_dma that is filed by ->probe()
36 struct hsu_dma *hsu;

Completed in 3 milliseconds