Searched refs:DPM_FLAG_MAY_SKIP_RESUME (Results 1 – 7 of 7) sorted by relevance
288 DPM_FLAG_MAY_SKIP_RESUME); in dw_i2c_plat_probe()293 DPM_FLAG_MAY_SKIP_RESUME); in dw_i2c_plat_probe()
564 #define DPM_FLAG_MAY_SKIP_RESUME BIT(3) macro
804 The ``DPM_FLAG_MAY_SKIP_RESUME`` Driver Flag816 To that end, device drivers can use the ``DPM_FLAG_MAY_SKIP_RESUME`` flag to823 not affected by ``DPM_FLAG_MAY_SKIP_RESUME`` at all. [All callbacks are831 The ``DPM_FLAG_MAY_SKIP_RESUME`` flag is taken into account in combination with842 ``DPM_FLAG_MAY_SKIP_RESUME`` flag is necessary, but generally not sufficient,857 If the ``DPM_FLAG_MAY_SKIP_RESUME`` flag is not set for a device, but872 Likewise, if ``DPM_FLAG_MAY_SKIP_RESUME`` is set for a device, its driver's879 ``DPM_FLAG_MAY_SKIP_RESUME`` and uses the same pair of suspend/resume callback
627 DPM_FLAG_MAY_SKIP_RESUME); in acpi_tad_probe()
1257 !(dev_pm_test_driver_flags(dev, DPM_FLAG_MAY_SKIP_RESUME) && in __device_suspend_noirq()1663 dev->power.must_resume = !dev_pm_test_driver_flags(dev, DPM_FLAG_MAY_SKIP_RESUME); in __device_suspend()
235 DPM_FLAG_MAY_SKIP_RESUME); in amdgpu_driver_load_kms()
1030 Setting the DPM_FLAG_MAY_SKIP_RESUME flag means that the driver allows its
Completed in 43 milliseconds