Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/power/
H A Dpower.h124 return dev->power.in_dpm_list; in device_pm_initialized()
H A Dmain.c143 dev->power.in_dpm_list = true; in device_pm_add()
161 dev->power.in_dpm_list = false; in device_pm_remove()
/openbmc/linux/include/linux/
H A Dpm.h667 bool in_dpm_list:1; /* Owned by the PM core */ member