Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/drivers/power/
H A Drockchip_pm.c17 int device_resume(void) in device_resume() function
H A Drockchip_pm.su
H A Dcharge_animation.c340 device_resume(); in system_suspend_enter()
/OK3568_Linux_fs/u-boot/include/power/
H A Drockchip_pm.h11 int device_resume(void);
/OK3568_Linux_fs/kernel/include/linux/
H A Ddmaengine.h935 int (*device_resume)(struct dma_chan *chan); member
1201 if (chan->device->device_resume) in dmaengine_resume()
1202 return chan->device->device_resume(chan); in dmaengine_resume()
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dmcf-edma.c257 mcf_edma->dma_dev.device_resume = fsl_edma_resume; in mcf_edma_probe()
H A Dfsl-edma.c386 fsl_edma->dma_dev.device_resume = fsl_edma_resume; in fsl_edma_probe()
H A Dmilbeaut-hdmac.c499 ddev->device_resume = milbeaut_hdmac_chan_resume; in milbeaut_hdmac_probe()
H A Dmmp_tdma.c710 tdev->device.device_resume = mmp_tdma_resume_chan; in mmp_tdma_probe()
H A Didma64.c582 idma64->dma.device_resume = idma64_resume; in idma64_probe()
H A Dmxs-dma.c812 mxs_dma->dma_device.device_resume = mxs_dma_resume_chan; in mxs_dma_probe()
H A Dcoh901318.c2695 base->dma_slave.device_resume = coh901318_resume; in coh901318_probe()
2718 base->dma_memcpy.device_resume = coh901318_resume; in coh901318_probe()
H A Dtegra210-adma.c901 tdma->dma_dev.device_resume = tegra_adma_resume; in tegra_adma_probe()
H A Dst_fdma.c820 fdev->dma_device.device_resume = st_fdma_resume; in st_fdma_probe()
H A Dzx_dma.c818 d->slave.device_resume = zx_dma_transfer_resume; in zx_dma_probe()
H A Damba-pl08x.c2768 pl08x->memcpy.device_resume = pl08x_resume; in pl08x_probe()
2798 pl08x->slave.device_resume = pl08x_resume; in pl08x_probe()
H A Dsirf-dma.c910 dma->device_resume = sirfsoc_dma_resume_chan; in sirfsoc_dma_probe()
H A Dk3dma.c925 d->slave.device_resume = k3_dma_transfer_resume; in k3_dma_probe()
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dmain.c897 static int device_resume(struct device *dev, pm_message_t state, bool async) in device_resume() function
987 error = device_resume(dev, pm_transition, true); in async_resume()
1023 error = device_resume(dev, state, false); in dpm_resume()
/OK3568_Linux_fs/kernel/drivers/dma/hsu/
H A Dhsu.c460 hsu->dma.device_resume = hsu_dma_resume; in hsu_dma_probe()
/OK3568_Linux_fs/kernel/drivers/crypto/ccp/
H A Dccp-dmaengine.c748 dma_dev->device_resume = ccp_resume; in ccp_dmaengine_register()
/OK3568_Linux_fs/kernel/drivers/dma/dw-edma/
H A Ddw-edma-core.c753 dma->device_resume = dw_edma_device_resume; in dw_edma_channel_setup()
/OK3568_Linux_fs/kernel/drivers/dma/qcom/
H A Dhidma.c823 dmadev->ddev.device_resume = hidma_resume; in hidma_probe()
/OK3568_Linux_fs/kernel/drivers/dma/dw-axi-dmac/
H A Ddw-axi-dmac-platform.c909 dw->dma.device_resume = dma_chan_resume; in dw_probe()
/OK3568_Linux_fs/kernel/drivers/dma/ti/
H A Dedma.c2009 s_ddev->device_resume = edma_dma_resume; in edma_dma_init()
2043 m_ddev->device_resume = edma_dma_resume; in edma_dma_init()

12