Home
last modified time | relevance | path

Searched refs:DL_STATE_DORMANT (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/base/power/
H A Dmain.c293 if (READ_ONCE(link->status) != DL_STATE_DORMANT && in dpm_wait_for_suppliers()
351 if (READ_ONCE(link->status) != DL_STATE_DORMANT && in dpm_wait_for_consumers()
764 if (READ_ONCE(link->status) != DL_STATE_DORMANT) in dpm_async_resume_subordinate()
1436 if (READ_ONCE(link->status) != DL_STATE_DORMANT) in dpm_async_suspend_superior()
/linux/Documentation/driver-api/
H A Ddevice_link.rst272 is set to ``DL_STATE_DORMANT``.
313 the supplier driver is released and the links revert to ``DL_STATE_DORMANT``.
/linux/include/linux/
H A Ddevice.h417 DL_STATE_DORMANT = 0, enumerator