Searched refs:device_resume (Results 1 – 23 of 23) sorted by relevance
/linux-4.1.27/drivers/staging/unisys/visorchipset/ |
D | visorchipset.h | 170 void (*device_resume)(ulong bus_no, ulong dev_no); member 187 void (*device_resume)(ulong bus_no, ulong dev_no, int response); member
|
D | visorchipset_main.c | 237 .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/ |
D | dmaengine.h | 676 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/ |
D | main.c | 730 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/ |
D | hsu.c | 460 hsu->dma.device_resume = hsu_dma_resume; in hsu_dma_probe()
|
/linux-4.1.27/drivers/dma/ |
D | mmp_tdma.c | 696 tdev->device.device_resume = mmp_tdma_resume_chan; in mmp_tdma_probe()
|
D | mxs-dma.c | 849 mxs_dma->dma_device.device_resume = mxs_dma_resume_chan; in mxs_dma_probe()
|
D | sirf-dma.c | 712 dma->device_resume = sirfsoc_dma_resume_chan; in sirfsoc_dma_probe()
|
D | amba-pl08x.c | 2067 pl08x->memcpy.device_resume = pl08x_resume; in pl08x_probe() 2086 pl08x->slave.device_resume = pl08x_resume; in pl08x_probe()
|
D | dmaengine.c | 494 caps->cmd_pause = !!(device->device_pause && device->device_resume); in dma_get_slave_caps()
|
D | coh901318.c | 2703 base->dma_slave.device_resume = coh901318_resume; in coh901318_probe() 2726 base->dma_memcpy.device_resume = coh901318_resume; in coh901318_probe()
|
D | k3dma.c | 733 d->slave.device_resume = k3_dma_transfer_resume; in k3_dma_probe()
|
D | qcom_bam_dma.c | 1185 bdev->common.device_resume = bam_resume; in bam_dma_probe()
|
D | edma.c | 994 dma->device_resume = edma_dma_resume; in edma_dma_init()
|
D | sun6i-dma.c | 963 sdc->slave.device_resume = sun6i_dma_resume; in sun6i_dma_probe()
|
D | fsl-edma.c | 917 fsl_edma->dma_dev.device_resume = fsl_edma_resume; in fsl_edma_probe()
|
D | omap-dma.c | 1105 od->ddev.device_resume = omap_dma_resume; in omap_dma_probe()
|
D | sa11x0-dma.c | 836 dmadev->device_resume = sa11x0_dma_device_resume; in sa11x0_dma_init_dmadev()
|
D | at_hdmac.c | 1726 atdma->dma_common.device_resume = atc_resume; in at_dma_probe()
|
D | at_xdmac.c | 1505 atxdmac->dma.device_resume = at_xdmac_device_resume; in at_xdmac_probe()
|
D | ste_dma40.c | 2871 dev->device_resume = d40_resume; in d40_ops_init()
|
/linux-4.1.27/Documentation/dmaengine/ |
D | provider.txt | 323 * device_resume
|
/linux-4.1.27/drivers/dma/dw/ |
D | core.c | 1669 dw->dma.device_resume = dwc_resume; in dw_dma_probe()
|