Searched refs:DPM_FLAG_SMART_SUSPEND (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/pcie/ |
D | portdrv_pci.c | 121 DPM_FLAG_SMART_SUSPEND); in pcie_portdrv_probe()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
D | intel-lpss.c | 433 dev_pm_set_driver_flags(dev, DPM_FLAG_SMART_SUSPEND); in intel_lpss_probe() 463 if (!dev_pm_test_driver_flags(dev, DPM_FLAG_SMART_SUSPEND)) in resume_lpss_device()
|
/kernel/linux/linux-5.10/Documentation/driver-api/pm/ |
D | devices.rst | 774 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
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
D | i2c-designware-platdrv.c | 306 DPM_FLAG_SMART_SUSPEND | in dw_i2c_plat_probe()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
D | device_pm.c | 1052 if (!dev_pm_test_driver_flags(dev, DPM_FLAG_SMART_SUSPEND) || in acpi_subsys_suspend() 1181 if (!dev_pm_test_driver_flags(dev, DPM_FLAG_SMART_SUSPEND) || in acpi_subsys_poweroff()
|
D | acpi_tad.c | 626 dev_pm_set_driver_flags(dev, DPM_FLAG_SMART_SUSPEND | in acpi_tad_probe()
|
/kernel/linux/linux-5.10/include/linux/ |
D | pm.h | 562 #define DPM_FLAG_SMART_SUSPEND BIT(2) macro
|
/kernel/linux/linux-5.10/drivers/pci/ |
D | pci-driver.c | 753 if (!dev_pm_test_driver_flags(dev, DPM_FLAG_SMART_SUSPEND) || in pci_pm_suspend() 1095 if (!dev_pm_test_driver_flags(dev, DPM_FLAG_SMART_SUSPEND) || in pci_pm_poweroff()
|
/kernel/linux/linux-5.10/drivers/base/power/ |
D | main.c | 2013 return dev_pm_test_driver_flags(dev, DPM_FLAG_SMART_SUSPEND) && in dev_pm_skip_suspend()
|
/kernel/linux/linux-5.10/Documentation/power/ |
D | pci.rst | 1019 The DPM_FLAG_SMART_SUSPEND flag tells the PCI bus type that from the driver's
|