Searched refs:hsu (Results 1 – 6 of 6) sorted by relevance
160 hsuc = &chip->hsu->chan[nr]; in hsu_dma_irq()406 struct hsu_dma *hsu; in hsu_dma_probe() local412 hsu = devm_kzalloc(chip->dev, sizeof(*hsu), GFP_KERNEL); in hsu_dma_probe()413 if (!hsu) in hsu_dma_probe()416 chip->hsu = hsu; in hsu_dma_probe()430 hsu->chan = devm_kcalloc(chip->dev, pdata->nr_channels, in hsu_dma_probe()431 sizeof(*hsu->chan), GFP_KERNEL); in hsu_dma_probe()432 if (!hsu->chan) in hsu_dma_probe()435 INIT_LIST_HEAD(&hsu->dma.channels); in hsu_dma_probe()437 struct hsu_dma_chan *hsuc = &hsu->chan[i]; in hsu_dma_probe()[all …]
2 hsu_dma-objs := hsu.o
1 # DMA engine configuration for hsu
37 struct hsu_dma *hsu; member
13 obj-$(CONFIG_HSU_DMA) += hsu/
126 source "drivers/dma/hsu/Kconfig"