Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-designware-platdrv.c301 DPM_FLAG_MAY_SKIP_RESUME); in dw_i2c_plat_probe()
306 DPM_FLAG_MAY_SKIP_RESUME); in dw_i2c_plat_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpm.h566 #define DPM_FLAG_MAY_SKIP_RESUME BIT(3) macro
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dacpi_tad.c627 DPM_FLAG_MAY_SKIP_RESUME); in acpi_tad_probe()
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dmain.c1253 !(dev_pm_test_driver_flags(dev, DPM_FLAG_MAY_SKIP_RESUME) && in __device_suspend_noirq()
1653 dev->power.must_resume = !dev_pm_test_driver_flags(dev, DPM_FLAG_MAY_SKIP_RESUME); in __device_suspend()
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dpci.rst1030 Setting the DPM_FLAG_MAY_SKIP_RESUME flag means that the driver allows its