Home
last modified time | relevance | path

Searched refs:suspend_late (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dgeneric_ops.c89 return pm && pm->suspend_late ? pm->suspend_late(dev) : 0; in pm_generic_suspend_late()
H A Dmain.c388 return ops->suspend_late; in pm_late_early_op()
1998 !ops->suspend_late && in pm_ops_is_empty()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpm.h288 int (*suspend_late)(struct device *dev); member
321 .suspend_late = suspend_fn, \
H A Dpci.h2014 suspend_late##hook, vendor, device, class, class_shift, hook)
2039 suspend_late##hook, vendor, device, PCI_ANY_ID, 0, hook)
/OK3568_Linux_fs/kernel/Documentation/driver-api/pm/
H A Ddevices.rst316 the phases are: ``prepare``, ``suspend``, ``suspend_late``, ``suspend_noirq``.
341 PM core will skip the ``suspend``, ``suspend_late`` and
390 ``suspend_late`` is meant to do the latter. It is always executed after
446 the preceding ``suspend_late`` phase.
462 whole system suspend and resume (its ``->suspend``, ``->suspend_late``,
531 3. The ``freeze_late`` phase is analogous to the ``suspend_late`` phase
568 11. The ``poweroff_late`` phase is analogous to the ``suspend_late`` phase.
573 should do essentially the same things as the ``->suspend``, ``->suspend_late``
785 (bus types, PM domains etc.) to skip the ``->suspend_late`` and
836 clear :c:member:`power.may_skip_resume` in its ``->suspend``, ``->suspend_late``
[all …]
/OK3568_Linux_fs/kernel/drivers/platform/olpc/
H A Dolpc-ec.c479 .suspend_late = olpc_ec_suspend,
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dfsl-edma.c484 .suspend_late = fsl_edma_suspend_late,
H A Dfsldma.c1386 .suspend_late = fsldma_suspend_late,
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dsuspend-and-interrupts.rst14 ->prepare, ->suspend and ->suspend_late callbacks have been executed for all
H A Druntime_pm.rst710 device right before executing the subsystem-level .suspend_late() callback
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Ddevice_pm.c1231 .suspend_late = acpi_subsys_suspend_late,
H A Dacpi_lpss.c1240 .suspend_late = acpi_lpss_suspend_late,
/OK3568_Linux_fs/kernel/drivers/input/remotectl/
H A Drockchip_pwm_remotectl.c806 .suspend_late = remotectl_suspend,
/OK3568_Linux_fs/kernel/Documentation/driver-api/driver-model/
H A Dplatform.rst47 int (*suspend_late)(struct platform_device *, pm_message_t state);
/OK3568_Linux_fs/kernel/sound/soc/intel/skylake/
H A Dskl.c430 .suspend_late = skl_suspend_late,
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-bcm-iproc.c1173 .suspend_late = &bcm_iproc_i2c_suspend,
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci-driver.c1336 .suspend_late = pci_pm_suspend_late,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_drv.c1622 .suspend_late = i915_pm_suspend_late,
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c2318 .suspend_late = tegra_pcie_dw_suspend_late,