Searched refs:smart_suspend (Results 1 – 3 of 3) sorted by relevance
1865 bool smart_suspend; in device_prepare() local1881 smart_suspend = !pm_runtime_block_if_disabled(dev); in device_prepare()1917 if (smart_suspend) in device_prepare()1918 smart_suspend = device_prepare_smart_suspend(dev); in device_prepare()1922 dev->power.smart_suspend = smart_suspend; in device_prepare()
683 bool smart_suspend:1; /* Owned by the PM core */ member
914 return dev->power.smart_suspend; in dev_pm_smart_suspend()