/Linux-v4.19/kernel/power/ |
D | hibernate.c | 48 __visible int in_suspend __nosavedata; 301 in_suspend = 1; in create_image() 311 if (!in_suspend) { in create_image() 331 dpm_resume_start(in_suspend ? in create_image() 395 if (error || !in_suspend) in hibernation_snapshot() 398 msg = in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE; in hibernation_snapshot() 401 if (error || !in_suspend) in hibernation_snapshot() 730 if (in_suspend) { in hibernate() 749 in_suspend = 0; in hibernate()
|
D | power.h | 103 extern int in_suspend;
|
D | user.c | 265 error = put_user(in_suspend, (int __user *)arg); in snapshot_ioctl()
|
/Linux-v4.19/drivers/scsi/ufs/ |
D | ufs-hisi.c | 468 if (host->in_suspend) { in ufs_hisi_suspend() 478 host->in_suspend = true; in ufs_hisi_suspend() 487 if (!host->in_suspend) in ufs_hisi_resume() 495 host->in_suspend = false; in ufs_hisi_resume()
|
D | ufs-hisi.h | 102 bool in_suspend; member
|
/Linux-v4.19/arch/arm64/kernel/ |
D | hibernate.c | 53 extern int in_suspend; 312 in_suspend = 0; in swsusp_arch_suspend()
|
/Linux-v4.19/arch/x86/power/ |
D | hibernate_asm_64.S | 143 movq %rax, in_suspend(%rip)
|
/Linux-v4.19/drivers/thermal/ |
D | thermal_core.c | 47 static atomic_t in_suspend; variable 469 if (atomic_read(&in_suspend)) in thermal_zone_device_update() 1497 atomic_set(&in_suspend, 1); in thermal_pm_notify() 1502 atomic_set(&in_suspend, 0); in thermal_pm_notify()
|
/Linux-v4.19/sound/pci/trident/ |
D | trident.h | 383 unsigned int in_suspend: 1; /* 1 during suspend/resume */ member
|
D | trident_main.c | 3238 r = trident->in_suspend ? 0 : 2; /* count of retries */ in snd_trident_sis_reset() 3916 trident->in_suspend = 1; in snd_trident_suspend() 3953 trident->in_suspend = 0; in snd_trident_resume()
|
/Linux-v4.19/drivers/mfd/ |
D | sm501.c | 77 unsigned int in_suspend; member 244 if (sm->in_suspend) in sm501_mdelay() 1471 sm->in_suspend = 1; in sm501_plat_suspend() 1514 sm->in_suspend = 0; in sm501_plat_resume()
|
/Linux-v4.19/drivers/net/ethernet/davicom/ |
D | dm9000.c | 116 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()
|
/Linux-v4.19/drivers/net/ethernet/micrel/ |
D | ks8695net.c | 158 int in_suspend; member 1566 ksp->in_suspend = 1; in ks8695_drv_suspend() 1596 ksp->in_suspend = 0; in ks8695_drv_resume()
|
/Linux-v4.19/sound/pci/ |
D | maestro3.c | 790 unsigned int in_suspend; member 1569 if (chip->in_suspend) in snd_m3_update_hw_volume() 2422 chip->in_suspend = 1; in m3_suspend() 2483 chip->in_suspend = 0; in m3_resume()
|
D | es1968.c | 532 unsigned int in_suspend; member 1908 if (chip->in_suspend) in es1968_update_hw_volume() 2392 chip->in_suspend = 1; in es1968_suspend() 2439 chip->in_suspend = 0; in es1968_resume()
|
/Linux-v4.19/sound/pci/cs46xx/ |
D | cs46xx.h | 1707 int in_suspend; member
|
D | cs46xx_lib.c | 3540 if (chip->in_suspend) in hercules_mixer_init() 3781 chip->in_suspend = 1; in snd_cs46xx_suspend() 3869 chip->in_suspend = 0; in snd_cs46xx_resume()
|
/Linux-v4.19/sound/pci/riptide/ |
D | riptide.c | 468 int in_suspend; member 1159 chip->in_suspend = 1; in riptide_suspend() 1174 chip->in_suspend = 0; in riptide_resume()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | gfx_v9_0.c | 3029 if (!adev->in_gpu_reset && !adev->gfx.in_suspend) { in gfx_v9_0_kcq_init_queue() 3269 if (!adev->in_gpu_reset && !adev->gfx.in_suspend) { in gfx_v9_0_hw_fini() 3291 adev->gfx.in_suspend = true; in gfx_v9_0_suspend() 3301 adev->gfx.in_suspend = false; in gfx_v9_0_resume()
|
D | amdgpu.h | 949 bool in_suspend; member
|
D | gfx_v8_0.c | 4936 if (!adev->in_gpu_reset && !adev->gfx.in_suspend) { in gfx_v8_0_kcq_init_queue() 5177 adev->gfx.in_suspend = true; in gfx_v8_0_suspend() 5187 adev->gfx.in_suspend = false; in gfx_v8_0_resume()
|