Home
last modified time | relevance | path

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

/linux/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()
218 if (nr >= chip->hsu->nr_channels) in hsu_dma_do_irq()
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()
441 hsu->nr_channels = (chip->length - chip->offset) / HSU_DMA_CHAN_LENGTH; in hsu_dma_probe()
443 hsu->chan = devm_kcalloc(chip->dev, hsu->nr_channels, 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/include/linux/dma/
H A Dhsu.h36 struct hsu_dma *hsu; member
/linux/Documentation/hwmon/
H A Dpm6764tr.rst17 <hsu.yungteng@gmail.com>
/linux/
H A DMAINTAINERS18818 M: Charles Hsu <hsu.yungteng@gmail.com>