Home
last modified time | relevance | path

Searched refs:DPM_FLAG_SMART_SUSPEND (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/pwm/
A Dpwm-lpss-platform.c78 DPM_FLAG_SMART_SUSPEND); in pwm_lpss_probe_platform()
/linux/drivers/pci/pcie/
A Dportdrv_pci.c124 DPM_FLAG_SMART_SUSPEND); in pcie_portdrv_probe()
/linux/drivers/mfd/
A Dintel-lpss.c434 dev_pm_set_driver_flags(dev, DPM_FLAG_SMART_SUSPEND); in intel_lpss_probe()
464 if (!dev_pm_test_driver_flags(dev, DPM_FLAG_SMART_SUSPEND)) in resume_lpss_device()
/linux/Documentation/driver-api/pm/
A Ddevices.rst774 The ``DPM_FLAG_SMART_SUSPEND`` Driver Flag
780 The driver can indicate this by setting ``DPM_FLAG_SMART_SUSPEND`` in
797 In addition, with ``DPM_FLAG_SMART_SUSPEND`` set, the driver's ``->thaw_noirq``
827 ``DPM_FLAG_SMART_SUSPEND`` flag is set (see `above <smart_suspend_flag_>`_).
838 ``DPM_FLAG_SMART_SUSPEND`` need to clear :c:member:`power.may_skip_resume` in
851 ``DPM_FLAG_SMART_SUSPEND`` is set, its runtime PM status will be set to
853 ``DPM_FLAG_SMART_SUSPEND`` should not expect the runtime PM status of their
858 ``DPM_FLAG_SMART_SUSPEND`` is set and the driver's "late" and "noirq" suspend
875 of whether or not ``DPM_FLAG_SMART_SUSPEND`` is set). In that case, the driver
878 that is not a concern if the driver sets both ``DPM_FLAG_SMART_SUSPEND`` and
/linux/drivers/i2c/busses/
A Di2c-designware-platdrv.c292 DPM_FLAG_SMART_SUSPEND | in dw_i2c_plat_probe()
/linux/drivers/acpi/
A Ddevice_pm.c1063 if (!dev_pm_test_driver_flags(dev, DPM_FLAG_SMART_SUSPEND) || in acpi_subsys_suspend()
1222 if (!dev_pm_test_driver_flags(dev, DPM_FLAG_SMART_SUSPEND) || in acpi_subsys_poweroff()
A Dacpi_tad.c626 dev_pm_set_driver_flags(dev, DPM_FLAG_SMART_SUSPEND | in acpi_tad_probe()
/linux/include/linux/
A Dpm.h563 #define DPM_FLAG_SMART_SUSPEND BIT(2) macro
/linux/drivers/pci/
A Dpci-driver.c765 if (!dev_pm_test_driver_flags(dev, DPM_FLAG_SMART_SUSPEND) || in pci_pm_suspend()
1107 if (!dev_pm_test_driver_flags(dev, DPM_FLAG_SMART_SUSPEND) || in pci_pm_poweroff()
/linux/drivers/base/power/
A Dmain.c2035 return dev_pm_test_driver_flags(dev, DPM_FLAG_SMART_SUSPEND) && in dev_pm_skip_suspend()
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_kms.c234 DPM_FLAG_SMART_SUSPEND | in amdgpu_driver_load_kms()
/linux/Documentation/power/
A Dpci.rst1019 The DPM_FLAG_SMART_SUSPEND flag tells the PCI bus type that from the driver's

Completed in 25 milliseconds