Home
last modified time | relevance | path

Searched refs:hsu (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/dma/hsu/
Dhsu.c149 if (nr >= chip->hsu->nr_channels) in hsu_dma_irq()
152 hsuc = &chip->hsu->chan[nr]; in hsu_dma_irq()
377 struct hsu_dma *hsu; in hsu_dma_probe() local
382 hsu = devm_kzalloc(chip->dev, sizeof(*hsu), GFP_KERNEL); in hsu_dma_probe()
383 if (!hsu) in hsu_dma_probe()
386 chip->hsu = hsu; in hsu_dma_probe()
389 hsu->nr_channels = (chip->length - chip->offset) / HSU_DMA_CHAN_LENGTH; in hsu_dma_probe()
391 hsu->chan = devm_kcalloc(chip->dev, hsu->nr_channels, in hsu_dma_probe()
392 sizeof(*hsu->chan), GFP_KERNEL); in hsu_dma_probe()
393 if (!hsu->chan) in hsu_dma_probe()
[all …]
DMakefile2 hsu_dma-objs := hsu.o
DKconfig1 # DMA engine configuration for hsu
Dpci.c34 for (i = 0; i < chip->hsu->nr_channels; i++) { in hsu_pci_irq()
/linux-4.4.14/include/linux/dma/
Dhsu.h37 struct hsu_dma *hsu; member
/linux-4.4.14/drivers/dma/
DMakefile33 obj-$(CONFIG_HSU_DMA) += hsu/
DKconfig532 source "drivers/dma/hsu/Kconfig"