Symbol: mtk_hsdma_device
drivers/dma/mediatek/mtk-hsdma.c
1014
struct mtk_hsdma_device *hsdma = platform_get_drvdata(pdev);
drivers/dma/mediatek/mtk-hsdma.c
248
static struct mtk_hsdma_device *to_hsdma_dev(struct dma_chan *chan)
drivers/dma/mediatek/mtk-hsdma.c
250
return container_of(chan->device, struct mtk_hsdma_device, ddev);
drivers/dma/mediatek/mtk-hsdma.c
263
static struct device *hsdma2dev(struct mtk_hsdma_device *hsdma)
drivers/dma/mediatek/mtk-hsdma.c
268
static u32 mtk_dma_read(struct mtk_hsdma_device *hsdma, u32 reg)
drivers/dma/mediatek/mtk-hsdma.c
273
static void mtk_dma_write(struct mtk_hsdma_device *hsdma, u32 reg, u32 val)
drivers/dma/mediatek/mtk-hsdma.c
278
static void mtk_dma_rmw(struct mtk_hsdma_device *hsdma, u32 reg,
drivers/dma/mediatek/mtk-hsdma.c
289
static void mtk_dma_set(struct mtk_hsdma_device *hsdma, u32 reg, u32 val)
drivers/dma/mediatek/mtk-hsdma.c
294
static void mtk_dma_clr(struct mtk_hsdma_device *hsdma, u32 reg, u32 val)
drivers/dma/mediatek/mtk-hsdma.c
304
static int mtk_hsdma_busy_wait(struct mtk_hsdma_device *hsdma)
drivers/dma/mediatek/mtk-hsdma.c
314
static int mtk_hsdma_alloc_pchan(struct mtk_hsdma_device *hsdma,
drivers/dma/mediatek/mtk-hsdma.c
387
static void mtk_hsdma_free_pchan(struct mtk_hsdma_device *hsdma,
drivers/dma/mediatek/mtk-hsdma.c
411
static int mtk_hsdma_issue_pending_vdesc(struct mtk_hsdma_device *hsdma,
drivers/dma/mediatek/mtk-hsdma.c
494
static void mtk_hsdma_issue_vchan_pending(struct mtk_hsdma_device *hsdma,
drivers/dma/mediatek/mtk-hsdma.c
532
static void mtk_hsdma_free_rooms_in_ring(struct mtk_hsdma_device *hsdma)
drivers/dma/mediatek/mtk-hsdma.c
646
struct mtk_hsdma_device *hsdma = devid;
drivers/dma/mediatek/mtk-hsdma.c
707
struct mtk_hsdma_device *hsdma = to_hsdma_dev(c);
drivers/dma/mediatek/mtk-hsdma.c
809
struct mtk_hsdma_device *hsdma = to_hsdma_dev(c);
drivers/dma/mediatek/mtk-hsdma.c
835
struct mtk_hsdma_device *hsdma = to_hsdma_dev(c);
drivers/dma/mediatek/mtk-hsdma.c
847
static int mtk_hsdma_hw_init(struct mtk_hsdma_device *hsdma)
drivers/dma/mediatek/mtk-hsdma.c
864
static int mtk_hsdma_hw_deinit(struct mtk_hsdma_device *hsdma)
drivers/dma/mediatek/mtk-hsdma.c
895
struct mtk_hsdma_device *hsdma;