Home
last modified time | relevance | path

Searched refs:device_resume (Results 1 – 25 of 42) sorted by relevance

12

/linux-6.12.1/include/linux/
Ddmaengine.h945 int (*device_resume)(struct dma_chan *chan); member
1232 if (chan->device->device_resume) in dmaengine_resume()
1233 return chan->device->device_resume(chan); in dmaengine_resume()
/linux-6.12.1/drivers/dma/
Dmcf-edma-main.c228 mcf_edma->dma_dev.device_resume = fsl_edma_resume; in mcf_edma_probe()
Dmilbeaut-hdmac.c499 ddev->device_resume = milbeaut_hdmac_chan_resume; in milbeaut_hdmac_probe()
Dls2x-apb-dma.c647 ddev->device_resume = ls2x_dma_resume; in ls2x_dma_probe()
Dloongson1-apb-dma.c596 ddev->device_resume = ls1x_dma_resume; in ls1x_dma_probe()
Dmmp_tdma.c698 tdev->device.device_resume = mmp_tdma_resume_chan; in mmp_tdma_probe()
Didma64.c590 idma64->dma.device_resume = idma64_resume; in idma64_probe()
Dmxs-dma.c809 mxs_dma->dma_device.device_resume = mxs_dma_resume_chan; in mxs_dma_probe()
Dfsl-edma-main.c612 fsl_edma->dma_dev.device_resume = fsl_edma_resume; in fsl_edma_probe()
Dtegra210-adma.c946 tdma->dma_dev.device_resume = tegra_adma_resume; in tegra_adma_probe()
Dst_fdma.c814 fdev->dma_device.device_resume = st_fdma_resume; in st_fdma_probe()
Dapple-admac.c864 dma->device_resume = admac_resume; in admac_probe()
Damba-pl08x.c2759 pl08x->memcpy.device_resume = pl08x_resume; in pl08x_probe()
2787 pl08x->slave.device_resume = pl08x_resume; in pl08x_probe()
Dowl-dma.c1143 od->dma.device_resume = owl_dma_resume; in owl_dma_probe()
Dk3dma.c919 d->slave.device_resume = k3_dma_transfer_resume; in k3_dma_probe()
Ddmaengine.c602 caps->cmd_resume = !!device->device_resume; in dma_get_slave_caps()
Dsprd-dma.c1190 sdev->dma_dev.device_resume = sprd_dma_resume; in sprd_dma_probe()
/linux-6.12.1/drivers/dma/ptdma/
Dptdma-dmaengine.c381 dma_dev->device_resume = pt_resume; in pt_dmaengine_register()
/linux-6.12.1/drivers/base/power/
Dmain.c903 static void device_resume(struct device *dev, pm_message_t state, bool async) in device_resume() function
996 device_resume(dev, pm_transition, true); in async_resume()
1036 device_resume(dev, state, false); in dpm_resume()
/linux-6.12.1/drivers/dma/hsu/
Dhsu.c471 hsu->dma.device_resume = hsu_dma_resume; in hsu_dma_probe()
/linux-6.12.1/drivers/crypto/ccp/
Dccp-dmaengine.c759 dma_dev->device_resume = ccp_resume; in ccp_dmaengine_register()
/linux-6.12.1/drivers/dma/qcom/
Dhidma.c818 dmadev->ddev.device_resume = hidma_resume; in hidma_probe()
Dbam_dma.c1346 bdev->common.device_resume = bam_resume; in bam_dma_probe()
/linux-6.12.1/drivers/dma/dw-edma/
Ddw-edma-core.c802 dma->device_resume = dw_edma_device_resume; in dw_edma_channel_setup()
/linux-6.12.1/drivers/dma/ti/
Dedma.c1951 s_ddev->device_resume = edma_dma_resume; in edma_dma_init()
1985 m_ddev->device_resume = edma_dma_resume; in edma_dma_init()

12