Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/i2c/busses/
Di2c-designware-platdrv.c292 DPM_FLAG_MAY_SKIP_RESUME); in dw_i2c_plat_probe()
297 DPM_FLAG_MAY_SKIP_RESUME); in dw_i2c_plat_probe()
/Linux-v5.10/include/linux/
Dpm.h563 #define DPM_FLAG_MAY_SKIP_RESUME BIT(3) macro
/Linux-v5.10/Documentation/driver-api/pm/
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-v5.10/drivers/acpi/
Dacpi_tad.c627 DPM_FLAG_MAY_SKIP_RESUME); in acpi_tad_probe()
/Linux-v5.10/drivers/base/power/
Dmain.c1249 !(dev_pm_test_driver_flags(dev, DPM_FLAG_MAY_SKIP_RESUME) && in __device_suspend_noirq()
/Linux-v5.10/Documentation/power/
Dpci.rst1030 Setting the DPM_FLAG_MAY_SKIP_RESUME flag means that the driver allows its