Searched refs:resume_early (Results 1 – 20 of 20) sorted by relevance
/linux-4.4.14/drivers/base/power/ |
D | generic_ops.c | 236 return pm && pm->resume_early ? pm->resume_early(dev) : 0; in pm_generic_resume_early()
|
D | main.c | 292 return ops->resume_early; in pm_late_early_op()
|
D | domain.c | 1494 genpd->domain.ops.resume_early = pm_genpd_resume_early; in pm_genpd_init()
|
/linux-4.4.14/include/linux/ |
D | pm.h | 305 int (*resume_early)(struct device *dev); member 336 .resume_early = resume_fn, \
|
D | pci.h | 674 int (*resume_early) (struct pci_dev *dev); member 1611 resume_early##hook, vendor, device, \ 1642 resume_early##hook, vendor, device, \
|
/linux-4.4.14/drivers/xen/ |
D | platform-pci.c | 191 .resume_early = platform_pci_resume,
|
/linux-4.4.14/drivers/platform/olpc/ |
D | olpc-ec.c | 314 .resume_early = olpc_ec_resume,
|
/linux-4.4.14/drivers/pci/ |
D | pci-driver.c | 615 return drv && drv->resume_early ? in pci_legacy_resume_early() 616 drv->resume_early(pci_dev) : 0; in pci_legacy_resume_early() 651 || drv->resume_early); in pci_has_legacy_pm_support()
|
/linux-4.4.14/Documentation/power/ |
D | devices.txt | 101 int (*resume_early)(struct device *dev); 338 phases as well as the resume_noirq, resume_early and resume phases of 396 resume_noirq, resume_early, resume, complete. 412 2. The resume_early methods should prepare devices for the execution of 428 phases of system suspend and the resume_noirq, resume_early, resume 509 6. The thaw_early phase is analogous to the resume_early phase described 585 2. The restore_early phase is analogous to the resume_early phase.
|
D | suspend-and-interrupts.txt | 28 of resuming devices (that is, before starting to execute ->resume_early
|
D | runtime_pm.txt | 683 every device right after executing the subsystem-level .resume_early()
|
D | pci.txt | 681 "legacy" one, in which the .suspend(), .suspend_late(), .resume_early(), and
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-bcm-iproc.c | 490 .resume_early = &bcm_iproc_i2c_resume
|
/linux-4.4.14/sound/soc/intel/baytrail/ |
D | sst-baytrail-pcm.c | 445 .resume_early = sst_byt_pcm_dev_resume_early,
|
/linux-4.4.14/drivers/acpi/ |
D | acpi_lpss.c | 670 .resume_early = acpi_lpss_resume_early,
|
D | device_pm.c | 1036 .resume_early = acpi_subsys_resume_early,
|
/linux-4.4.14/Documentation/driver-model/ |
D | platform.txt | 46 int (*resume_early)(struct platform_device *);
|
/linux-4.4.14/drivers/dma/ |
D | fsldma.c | 1505 .resume_early = fsldma_resume_early,
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_drv.c | 1641 .resume_early = i915_pm_resume_early,
|
/linux-4.4.14/Documentation/PCI/ |
D | pci.txt | 110 resume_early Wake device from low power state.
|