Home
last modified time | relevance | path

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

/linux-6.15/drivers/dma/
H A Dhisi_dma.c423 struct hisi_dma_dev *hdma_dev = chan->hdma_dev; in hisi_dma_reset_or_disable_hw_chan() local
464 struct hisi_dma_dev *hdma_dev = chan->hdma_dev; in hisi_dma_free_chan_resources() local
509 struct hisi_dma_dev *hdma_dev = chan->hdma_dev; in hisi_dma_start_transfer() local
710 hdma_dev->chan[i].hdma_dev = hdma_dev; in hisi_dma_enable_qps()
712 vchan_init(&hdma_dev->chan[i].vc, &hdma_dev->dma_dev); in hisi_dma_enable_qps()
730 struct hisi_dma_dev *hdma_dev = chan->hdma_dev; in hisi_dma_irq() local
983 hdma_dev = devm_kzalloc(dev, struct_size(hdma_dev, chan, chan_num), in hisi_dma_probe()
985 if (!hdma_dev) in hisi_dma_probe()
989 hdma_dev->pdev = pdev; in hisi_dma_probe()
993 hdma_dev->queue_base = hdma_dev->base + hisi_dma_get_queue_base(pdev); in hisi_dma_probe()
[all …]