Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
A Di2c-designware-platdrv.c288 DPM_FLAG_MAY_SKIP_RESUME); in dw_i2c_plat_probe()
293 DPM_FLAG_MAY_SKIP_RESUME); in dw_i2c_plat_probe()
/linux/include/linux/
A Dpm.h564 #define DPM_FLAG_MAY_SKIP_RESUME BIT(3) macro
/linux/Documentation/driver-api/pm/
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/drivers/acpi/
A Dacpi_tad.c627 DPM_FLAG_MAY_SKIP_RESUME); in acpi_tad_probe()
/linux/drivers/base/power/
A Dmain.c1257 !(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()
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_kms.c235 DPM_FLAG_MAY_SKIP_RESUME); in amdgpu_driver_load_kms()
/linux/Documentation/power/
A Dpci.rst1030 Setting the DPM_FLAG_MAY_SKIP_RESUME flag means that the driver allows its

Completed in 19 milliseconds