Searched refs:DPM_FLAG_SMART_SUSPEND (Results 1 – 10 of 10) sorted by relevance
55 DPM_FLAG_SMART_SUSPEND); in pwm_lpss_probe_platform()
287 dev_pm_set_driver_flags(device, DPM_FLAG_SMART_PREPARE | DPM_FLAG_SMART_SUSPEND); in dw_i2c_plat_probe()
774 The ``DPM_FLAG_SMART_SUSPEND`` Driver Flag780 The driver can indicate this by setting ``DPM_FLAG_SMART_SUSPEND`` in797 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` in851 ``DPM_FLAG_SMART_SUSPEND`` is set, its runtime PM status will be set to853 ``DPM_FLAG_SMART_SUSPEND`` should not expect the runtime PM status of their858 ``DPM_FLAG_SMART_SUSPEND`` is set and the driver's "late" and "noirq" suspend875 of whether or not ``DPM_FLAG_SMART_SUSPEND`` is set). In that case, the driver878 that is not a concern if the driver sets both ``DPM_FLAG_SMART_SUSPEND`` and
453 dev_pm_set_driver_flags(dev, DPM_FLAG_SMART_SUSPEND); in intel_lpss_probe()
707 DPM_FLAG_SMART_SUSPEND); in pcie_portdrv_probe()
658 #define DPM_FLAG_SMART_SUSPEND BIT(2) macro
638 dev_pm_set_driver_flags(dev, DPM_FLAG_SMART_SUSPEND | in acpi_tad_probe()
1829 !dev_pm_test_driver_flags(dev, DPM_FLAG_SMART_SUSPEND)) in device_prepare_smart_suspend()
2425 DPM_FLAG_SMART_SUSPEND | in amdgpu_pci_probe()
1018 The DPM_FLAG_SMART_SUSPEND flag tells the PCI bus type that from the driver's