Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/dma/hsu/
Dhsu.c151 if (nr >= chip->hsu->nr_channels) in hsu_dma_get_status()
154 hsuc = &chip->hsu->chan[nr]; in hsu_dma_get_status()
210 if (nr >= chip->hsu->nr_channels) in hsu_dma_do_irq()
213 hsuc = &chip->hsu->chan[nr]; in hsu_dma_do_irq()
421 struct hsu_dma *hsu; in hsu_dma_probe() local
426 hsu = devm_kzalloc(chip->dev, sizeof(*hsu), GFP_KERNEL); in hsu_dma_probe()
427 if (!hsu) in hsu_dma_probe()
430 chip->hsu = hsu; in hsu_dma_probe()
433 hsu->nr_channels = (chip->length - chip->offset) / HSU_DMA_CHAN_LENGTH; in hsu_dma_probe()
435 hsu->chan = devm_kcalloc(chip->dev, hsu->nr_channels, in hsu_dma_probe()
[all …]
DMakefile3 hsu_dma-objs := hsu.o
DKconfig2 # DMA engine configuration for hsu
Dpci.c36 for (i = 0; i < chip->hsu->nr_channels; i++) { in hsu_pci_irq()
/Linux-v5.15/include/linux/dma/
Dhsu.h34 struct hsu_dma *hsu; member
/Linux-v5.15/Documentation/hwmon/
Dpm6764tr.rst17 <hsu.yungteng@gmail.com>
/Linux-v5.15/drivers/dma/
DMakefile39 obj-$(CONFIG_HSU_DMA) += hsu/
DKconfig749 source "drivers/dma/hsu/Kconfig"
/Linux-v5.15/
DMAINTAINERS3696 M: Chung-hsien Hsu <chung-hsien.hsu@infineon.com>
14906 M: Charles Hsu <hsu.yungteng@gmail.com>