Searched refs:hdma_dev (Results 1 – 1 of 1) sorted by relevance
423 struct hisi_dma_dev *hdma_dev = chan->hdma_dev; in hisi_dma_reset_or_disable_hw_chan() local464 struct hisi_dma_dev *hdma_dev = chan->hdma_dev; in hisi_dma_free_chan_resources() local509 struct hisi_dma_dev *hdma_dev = chan->hdma_dev; in hisi_dma_start_transfer() local710 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() local983 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 …]