Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A Ddmaengine.h961 int (*device_resume)(struct dma_chan *chan); member
1369 if (chan->device->device_resume) in dmaengine_resume()
1370 return chan->device->device_resume(chan); in dmaengine_resume()
/linux/drivers/dma/hsu/
H A Dhsu.c471 hsu->dma.device_resume = hsu_dma_resume; in hsu_dma_probe()
/linux/drivers/base/power/
H A Dmain.c1113 static void device_resume(struct device *dev, pm_message_t state, bool async) in device_resume() function
1215 device_resume(dev, pm_transition, true); in async_resume()
1257 device_resume(dev, state, false); in dpm_resume()
/linux/drivers/dma/
H A Dmilbeaut-hdmac.c499 ddev->device_resume = milbeaut_hdmac_chan_resume; in milbeaut_hdmac_probe()
H A Dmmp_tdma.c697 tdev->device.device_resume = mmp_tdma_resume_chan; in mmp_tdma_probe()
H A Didma64.c590 idma64->dma.device_resume = idma64_resume; in idma64_probe()
H A Darm-dma350.c583 dmac->dma.device_resume = d350_resume; in d350_probe()
H A Dst_fdma.c814 fdev->dma_device.device_resume = st_fdma_resume; in st_fdma_probe()
H A Dapple-admac.c866 dma->device_resume = admac_resume; in admac_probe()
H A Dfsl-edma-main.c851 fsl_edma->dma_dev.device_resume = fsl_edma_resume; in fsl_edma_probe()
H A Dk3dma.c914 d->slave.device_resume = k3_dma_transfer_resume; in k3_dma_probe()
H A Dowl-dma.c1143 od->dma.device_resume = owl_dma_resume; in owl_dma_probe()
H A Damba-pl08x.c2759 pl08x->memcpy.device_resume = pl08x_resume; in pl08x_probe()
2787 pl08x->slave.device_resume = pl08x_resume; in pl08x_probe()
H A Dsa11x0-dma.c843 dmadev->device_resume = sa11x0_dma_device_resume; in sa11x0_dma_init_dmadev()
H A Dsprd-dma.c1190 sdev->dma_dev.device_resume = sprd_dma_resume; in sprd_dma_probe()
H A Ddmaengine.c604 caps->cmd_resume = !!device->device_resume; in dma_get_slave_caps()
H A Dtegra210-adma.c1188 tdma->dma_dev.device_resume = tegra_adma_resume; in tegra_adma_probe()
/linux/drivers/crypto/ccp/
H A Dccp-dmaengine.c759 dma_dev->device_resume = ccp_resume; in ccp_dmaengine_register()
/linux/drivers/dma/amd/ptdma/
H A Dptdma-dmaengine.c619 dma_dev->device_resume = pt_resume; in pt_dmaengine_register()
/linux/drivers/dma/qcom/
H A Dhidma.c815 dmadev->ddev.device_resume = hidma_resume; in hidma_probe()
H A Dbam_dma.c1360 bdev->common.device_resume = bam_resume; in bam_dma_probe()
/linux/drivers/dma/ti/
H A 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()
/linux/drivers/dma/dw-edma/
H A Ddw-edma-core.c1013 dma->device_resume = dw_edma_device_resume; in dw_edma_channel_setup()
/linux/drivers/dma/dw/
H A Dcore.c1322 dw->dma.device_resume = dwc_resume; in do_dma_probe()
/linux/drivers/dma/xilinx/
H A Dxilinx_dpdma.c1785 ddev->device_resume = xilinx_dpdma_resume; in xilinx_dpdma_probe()

12