Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/unisys/visorchipset/
Dvisorchipset.h170 void (*device_resume)(ulong bus_no, ulong dev_no); member
187 void (*device_resume)(ulong bus_no, ulong dev_no, int response); member
Dvisorchipset_main.c237 .device_resume = device_resume_response,
981 if (notifiers->device_resume) { in device_epilog()
982 (*notifiers->device_resume) (bus_no, in device_epilog()
/linux-4.1.27/include/linux/
Ddmaengine.h676 int (*device_resume)(struct dma_chan *chan); member
776 if (chan->device->device_resume) in dmaengine_resume()
777 return chan->device->device_resume(chan); in dmaengine_resume()
/linux-4.1.27/drivers/base/power/
Dmain.c730 static int device_resume(struct device *dev, pm_message_t state, bool async) in device_resume() function
824 error = device_resume(dev, pm_transition, true); in async_resume()
865 error = device_resume(dev, state, false); in dpm_resume()
/linux-4.1.27/drivers/dma/hsu/
Dhsu.c460 hsu->dma.device_resume = hsu_dma_resume; in hsu_dma_probe()
/linux-4.1.27/drivers/dma/
Dmmp_tdma.c696 tdev->device.device_resume = mmp_tdma_resume_chan; in mmp_tdma_probe()
Dmxs-dma.c849 mxs_dma->dma_device.device_resume = mxs_dma_resume_chan; in mxs_dma_probe()
Dsirf-dma.c712 dma->device_resume = sirfsoc_dma_resume_chan; in sirfsoc_dma_probe()
Damba-pl08x.c2067 pl08x->memcpy.device_resume = pl08x_resume; in pl08x_probe()
2086 pl08x->slave.device_resume = pl08x_resume; in pl08x_probe()
Ddmaengine.c494 caps->cmd_pause = !!(device->device_pause && device->device_resume); in dma_get_slave_caps()
Dcoh901318.c2703 base->dma_slave.device_resume = coh901318_resume; in coh901318_probe()
2726 base->dma_memcpy.device_resume = coh901318_resume; in coh901318_probe()
Dk3dma.c733 d->slave.device_resume = k3_dma_transfer_resume; in k3_dma_probe()
Dqcom_bam_dma.c1185 bdev->common.device_resume = bam_resume; in bam_dma_probe()
Dedma.c994 dma->device_resume = edma_dma_resume; in edma_dma_init()
Dsun6i-dma.c963 sdc->slave.device_resume = sun6i_dma_resume; in sun6i_dma_probe()
Dfsl-edma.c917 fsl_edma->dma_dev.device_resume = fsl_edma_resume; in fsl_edma_probe()
Domap-dma.c1105 od->ddev.device_resume = omap_dma_resume; in omap_dma_probe()
Dsa11x0-dma.c836 dmadev->device_resume = sa11x0_dma_device_resume; in sa11x0_dma_init_dmadev()
Dat_hdmac.c1726 atdma->dma_common.device_resume = atc_resume; in at_dma_probe()
Dat_xdmac.c1505 atxdmac->dma.device_resume = at_xdmac_device_resume; in at_xdmac_probe()
Dste_dma40.c2871 dev->device_resume = d40_resume; in d40_ops_init()
/linux-4.1.27/Documentation/dmaengine/
Dprovider.txt323 * device_resume
/linux-4.1.27/drivers/dma/dw/
Dcore.c1669 dw->dma.device_resume = dwc_resume; in dw_dma_probe()