Home
last modified time | relevance | path

Searched refs:DPM_FLAG_MAY_SKIP_RESUME (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/driver-api/pm/
H A Ddevices.rst804 The ``DPM_FLAG_MAY_SKIP_RESUME`` Driver Flag
816 To that end, device drivers can use the ``DPM_FLAG_MAY_SKIP_RESUME`` flag to
823 not affected by ``DPM_FLAG_MAY_SKIP_RESUME`` at all. [All callbacks are
831 The ``DPM_FLAG_MAY_SKIP_RESUME`` flag is taken into account in combination with
842 ``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, but
872 Likewise, if ``DPM_FLAG_MAY_SKIP_RESUME`` is set for a device, its driver's
879 ``DPM_FLAG_MAY_SKIP_RESUME`` and uses the same pair of suspend/resume callback
/linux/include/linux/
H A Dpm.h661 #define DPM_FLAG_MAY_SKIP_RESUME BIT(3) macro
/linux/drivers/base/power/
H A Dmain.c1263 !(dev_pm_test_driver_flags(dev, DPM_FLAG_MAY_SKIP_RESUME) && in device_suspend_noirq()
1640 dev->power.must_resume = !dev_pm_test_driver_flags(dev, DPM_FLAG_MAY_SKIP_RESUME); in device_suspend()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.c2387 DPM_FLAG_MAY_SKIP_RESUME); in amdgpu_pci_probe()
/linux/Documentation/power/
H A Dpci.rst1029 Setting the DPM_FLAG_MAY_SKIP_RESUME flag means that the driver allows its