Home
last modified time | relevance | path

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

/linux-6.15/drivers/dma/hsu/
H A Dhsu.c159 if (nr >= chip->hsu->nr_channels) in hsu_dma_get_status()
162 hsuc = &chip->hsu->chan[nr]; in hsu_dma_get_status()
221 hsuc = &chip->hsu->chan[nr]; in hsu_dma_do_irq()
429 struct hsu_dma *hsu; in hsu_dma_probe() local
434 hsu = devm_kzalloc(chip->dev, sizeof(*hsu), GFP_KERNEL); in hsu_dma_probe()
435 if (!hsu) in hsu_dma_probe()
438 chip->hsu = hsu; in hsu_dma_probe()
443 hsu->chan = devm_kcalloc(chip->dev, hsu->nr_channels, in hsu_dma_probe()
445 if (!hsu->chan) in hsu_dma_probe()
480 hsu->dma.dev = chip->dev; in hsu_dma_probe()
[all …]
H A DMakefile3 hsu_dma-objs := hsu.o
H A DKconfig2 # DMA engine configuration for hsu
H A Dpci.c37 for_each_set_bit(i, &dmaisr, chip->hsu->nr_channels) { in hsu_pci_irq()
/linux-6.15/include/linux/dma/
H A Dhsu.h36 struct hsu_dma *hsu; member
/linux-6.15/Documentation/hwmon/
H A Dpm6764tr.rst17 <hsu[email protected]>
/linux-6.15/drivers/dma/
H A DMakefile43 obj-$(CONFIG_HSU_DMA) += hsu/
H A DKconfig749 source "drivers/dma/hsu/Kconfig"
/linux-6.15/
H A DMAINTAINERS12159 F: drivers/dma/hsu/
19393 M: Charles Hsu <hsu[email protected]>