Home
last modified time | relevance | path

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

12

/Linux-v4.19/include/linux/
Ddmaengine.h807 int (*device_resume)(struct dma_chan *chan); member
1024 if (chan->device->device_resume) in dmaengine_resume()
1025 return chan->device->device_resume(chan); in dmaengine_resume()
/Linux-v4.19/drivers/dma/hsu/
Dhsu.c467 hsu->dma.device_resume = hsu_dma_resume; in hsu_dma_probe()
/Linux-v4.19/drivers/base/power/
Dmain.c933 static int device_resume(struct device *dev, pm_message_t state, bool async) in device_resume() function
1021 error = device_resume(dev, pm_transition, true); in async_resume()
1062 error = device_resume(dev, state, false); in dpm_resume()
/Linux-v4.19/drivers/dma/
Dmmp_tdma.c692 tdev->device.device_resume = mmp_tdma_resume_chan; in mmp_tdma_probe()
Didma64.c591 idma64->dma.device_resume = idma64_resume; in idma64_probe()
Dmxs-dma.c842 mxs_dma->dma_device.device_resume = mxs_dma_resume_chan; in mxs_dma_probe()
Dst_fdma.c829 fdev->dma_device.device_resume = st_fdma_resume; in st_fdma_probe()
Dcoh901318.c2689 base->dma_slave.device_resume = coh901318_resume; in coh901318_probe()
2712 base->dma_memcpy.device_resume = coh901318_resume; in coh901318_probe()
Dsprd-dma.c919 sdev->dma_dev.device_resume = sprd_dma_resume; in sprd_dma_probe()
Dzx_dma.c828 d->slave.device_resume = zx_dma_transfer_resume; in zx_dma_probe()
Ddmaengine.c502 caps->cmd_resume = !!device->device_resume; in dma_get_slave_caps()
Dk3dma.c876 d->slave.device_resume = k3_dma_transfer_resume; in k3_dma_probe()
Dsirf-dma.c911 dma->device_resume = sirfsoc_dma_resume_chan; in sirfsoc_dma_probe()
Damba-pl08x.c2781 pl08x->memcpy.device_resume = pl08x_resume; in pl08x_probe()
2811 pl08x->slave.device_resume = pl08x_resume; in pl08x_probe()
Dfsl-edma.c965 fsl_edma->dma_dev.device_resume = fsl_edma_resume; in fsl_edma_probe()
Dsa11x0-dma.c843 dmadev->device_resume = sa11x0_dma_device_resume; in sa11x0_dma_init_dmadev()
Dsun6i-dma.c1243 sdc->slave.device_resume = sun6i_dma_resume; in sun6i_dma_probe()
/Linux-v4.19/drivers/crypto/ccp/
Dccp-dmaengine.c724 dma_dev->device_resume = ccp_resume; in ccp_dmaengine_register()
/Linux-v4.19/drivers/dma/qcom/
Dhidma.c820 dmadev->ddev.device_resume = hidma_resume; in hidma_probe()
Dbam_dma.c1329 bdev->common.device_resume = bam_resume; in bam_dma_probe()
/Linux-v4.19/drivers/dma/dw-axi-dmac/
Ddw-axi-dmac-platform.c912 dw->dma.device_resume = dma_chan_resume; in dw_probe()
/Linux-v4.19/drivers/dma/ti/
Dedma.c1861 s_ddev->device_resume = edma_dma_resume; in edma_dma_init()
1893 m_ddev->device_resume = edma_dma_resume; in edma_dma_init()
Domap-dma.c1482 od->ddev.device_resume = omap_dma_resume; in omap_dma_probe()
/Linux-v4.19/Documentation/driver-api/dmaengine/
Dprovider.rst375 - device_resume
/Linux-v4.19/drivers/dma/dw/
Dcore.c1360 dw->dma.device_resume = dwc_resume; in dw_dma_probe()

12