Home
last modified time | relevance | path

Searched refs:in_suspend (Results 1 – 7 of 7) sorted by relevance

/drivers/thermal/
Dthermal_core.c50 static atomic_t in_suspend; variable
476 if (atomic_read(&in_suspend)) in thermal_zone_device_update()
1503 atomic_set(&in_suspend, 1); in thermal_pm_notify()
1508 atomic_set(&in_suspend, 0); in thermal_pm_notify()
/drivers/mfd/
Dsm501.c76 unsigned int in_suspend; member
243 if (sm->in_suspend) in sm501_mdelay()
1470 sm->in_suspend = 1; in sm501_plat_suspend()
1513 sm->in_suspend = 0; in sm501_plat_resume()
/drivers/net/ethernet/davicom/
Ddm9000.c116 unsigned int in_suspend:1; member
279 if (db->in_suspend || db->in_timeout) in dm9000_msleep()
1731 db->in_suspend = 1; in dm9000_drv_suspend()
1764 db->in_suspend = 0; in dm9000_drv_resume()
/drivers/net/ethernet/micrel/
Dks8695net.c158 int in_suspend; member
1566 ksp->in_suspend = 1; in ks8695_drv_suspend()
1596 ksp->in_suspend = 0; in ks8695_drv_resume()
/drivers/gpu/drm/amd/amdgpu/
Dgfx_v9_0.c2713 if (!adev->gfx.in_reset && !adev->gfx.in_suspend) { in gfx_v9_0_kcq_init_queue()
2893 adev->gfx.in_suspend = true; in gfx_v9_0_suspend()
2903 adev->gfx.in_suspend = false; in gfx_v9_0_resume()
Damdgpu.h1019 bool in_suspend; member
Dgfx_v8_0.c4796 if (!adev->gfx.in_reset && !adev->gfx.in_suspend) { in gfx_v8_0_kcq_init_queue()
5003 adev->gfx.in_suspend = true; in gfx_v8_0_suspend()
5013 adev->gfx.in_suspend = false; in gfx_v8_0_resume()