Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/pwm/
Dpwm-lpss-platform.c78 DPM_FLAG_SMART_SUSPEND); in pwm_lpss_probe_platform()
/linux-5.19.10/drivers/pci/pcie/
Dportdrv_pci.c124 DPM_FLAG_SMART_SUSPEND); in pcie_portdrv_probe()
/linux-5.19.10/drivers/mfd/
Dintel-lpss.c435 dev_pm_set_driver_flags(dev, DPM_FLAG_SMART_SUSPEND); in intel_lpss_probe()
465 if (!dev_pm_test_driver_flags(dev, DPM_FLAG_SMART_SUSPEND)) in resume_lpss_device()
/linux-5.19.10/Documentation/driver-api/pm/
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-5.19.10/drivers/i2c/busses/
Di2c-designware-platdrv.c359 DPM_FLAG_SMART_SUSPEND | in dw_i2c_plat_probe()
/linux-5.19.10/drivers/acpi/
Ddevice_pm.c1089 if (!dev_pm_test_driver_flags(dev, DPM_FLAG_SMART_SUSPEND) || in acpi_subsys_suspend()
1248 if (!dev_pm_test_driver_flags(dev, DPM_FLAG_SMART_SUSPEND) || in acpi_subsys_poweroff()
Dacpi_tad.c626 dev_pm_set_driver_flags(dev, DPM_FLAG_SMART_SUSPEND | in acpi_tad_probe()
/linux-5.19.10/include/linux/
Dpm.h623 #define DPM_FLAG_SMART_SUSPEND BIT(2) macro
/linux-5.19.10/drivers/pci/
Dpci-driver.c798 if (!dev_pm_test_driver_flags(dev, DPM_FLAG_SMART_SUSPEND) || in pci_pm_suspend()
1140 if (!dev_pm_test_driver_flags(dev, DPM_FLAG_SMART_SUSPEND) || in pci_pm_poweroff()
/linux-5.19.10/drivers/base/power/
Dmain.c2037 return dev_pm_test_driver_flags(dev, DPM_FLAG_SMART_SUSPEND) && in dev_pm_skip_suspend()
/linux-5.19.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_drv.c2121 DPM_FLAG_SMART_SUSPEND | in amdgpu_pci_probe()
/linux-5.19.10/drivers/soundwire/
Dintel.c1296 dev_pm_set_driver_flags(dev, DPM_FLAG_SMART_SUSPEND); in intel_link_probe()
/linux-5.19.10/Documentation/power/
Dpci.rst1019 The DPM_FLAG_SMART_SUSPEND flag tells the PCI bus type that from the driver's