| /Linux-v5.4/kernel/power/ |
| D | hibernate.c | 47 __visible int in_suspend __nosavedata; 305 in_suspend = 1; in create_image() 315 if (!in_suspend) { in create_image() 333 if (!in_suspend) in create_image() 339 dpm_resume_start(in_suspend ? in create_image() 403 if (error || !in_suspend) in hibernation_snapshot() 406 msg = in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE; in hibernation_snapshot() 409 if (error || !in_suspend) in hibernation_snapshot() 736 if (in_suspend) { in hibernate() 755 in_suspend = 0; in hibernate()
|
| D | power.h | 101 extern int in_suspend;
|
| D | user.c | 260 error = put_user(in_suspend, (int __user *)arg); in snapshot_ioctl()
|
| /Linux-v5.4/drivers/scsi/ufs/ |
| D | ufs-hisi.c | 417 if (host->in_suspend) { in ufs_hisi_suspend() 427 host->in_suspend = true; in ufs_hisi_suspend() 436 if (!host->in_suspend) in ufs_hisi_resume() 444 host->in_suspend = false; in ufs_hisi_resume()
|
| D | ufs-hisi.h | 103 bool in_suspend; member
|
| /Linux-v5.4/arch/x86/power/ |
| D | hibernate_asm_32.S | 107 movl %eax, in_suspend
|
| D | hibernate_asm_64.S | 142 movq %rax, in_suspend(%rip)
|
| /Linux-v5.4/arch/arm64/kernel/ |
| D | hibernate.c | 52 extern int in_suspend; 320 in_suspend = 0; in swsusp_arch_suspend()
|
| /Linux-v5.4/drivers/thermal/ |
| D | thermal_core.c | 47 static atomic_t in_suspend; variable 479 if (atomic_read(&in_suspend)) in thermal_zone_device_update() 1568 atomic_set(&in_suspend, 1); in thermal_pm_notify() 1573 atomic_set(&in_suspend, 0); in thermal_pm_notify()
|
| /Linux-v5.4/sound/pci/trident/ |
| D | trident.h | 368 unsigned int in_suspend: 1; /* 1 during suspend/resume */ member
|
| D | trident_main.c | 3224 r = trident->in_suspend ? 0 : 2; /* count of retries */ in snd_trident_sis_reset() 3900 trident->in_suspend = 1; in snd_trident_suspend() 3933 trident->in_suspend = 0; in snd_trident_resume()
|
| /Linux-v5.4/drivers/mfd/ |
| D | sm501.c | 75 unsigned int in_suspend; member 242 if (sm->in_suspend) in sm501_mdelay() 1469 sm->in_suspend = 1; in sm501_plat_suspend() 1512 sm->in_suspend = 0; in sm501_plat_resume()
|
| /Linux-v5.4/drivers/net/ethernet/davicom/ |
| D | dm9000.c | 107 unsigned int in_suspend:1; member 270 if (db->in_suspend || db->in_timeout) in dm9000_msleep() 1720 db->in_suspend = 1; in dm9000_drv_suspend() 1752 db->in_suspend = 0; in dm9000_drv_resume()
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | nv.c | 320 if (!adev->in_suspend) in nv_asic_reset() 324 if (!adev->in_suspend) in nv_asic_reset()
|
| D | soc15.c | 561 if (!adev->in_suspend) in soc15_asic_reset() 567 if (!adev->in_suspend) in soc15_asic_reset()
|
| D | amdgpu_ucode.c | 584 if (!amdgpu_sriov_vf(adev) && (adev->in_gpu_reset || adev->in_suspend)) in amdgpu_ucode_init_bo()
|
| D | amdgpu_device.c | 1731 if (adev->in_gpu_reset || adev->in_suspend) { in amdgpu_device_fw_loading() 3028 adev->in_suspend = true; in amdgpu_device_suspend() 3221 adev->in_suspend = false; in amdgpu_device_resume()
|
| D | amdgpu.h | 1000 bool in_suspend; member
|
| /Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/ |
| D | hardwaremanager.c | 85 && adev->in_suspend) { in phm_enable_dynamic_state_management()
|
| /Linux-v5.4/sound/pci/ |
| D | maestro3.c | 775 unsigned int in_suspend; member 1554 if (chip->in_suspend) in snd_m3_update_hw_volume() 2407 chip->in_suspend = 1; in m3_suspend() 2467 chip->in_suspend = 0; in m3_resume()
|
| D | es1968.c | 518 unsigned int in_suspend; member 1894 if (chip->in_suspend) in es1968_update_hw_volume() 2378 chip->in_suspend = 1; in es1968_suspend() 2424 chip->in_suspend = 0; in es1968_resume()
|
| /Linux-v5.4/sound/pci/cs46xx/ |
| D | cs46xx.h | 1692 int in_suspend; member
|
| D | cs46xx_lib.c | 3528 if (chip->in_suspend) in hercules_mixer_init() 3769 chip->in_suspend = 1; in snd_cs46xx_suspend() 3851 chip->in_suspend = 0; in snd_cs46xx_resume()
|
| /Linux-v5.4/sound/pci/riptide/ |
| D | riptide.c | 454 int in_suspend; member 1145 chip->in_suspend = 1; in riptide_suspend() 1159 chip->in_suspend = 0; in riptide_resume()
|
| /Linux-v5.4/drivers/gpu/drm/amd/powerplay/ |
| D | amdgpu_smu.c | 1027 if (smu_is_dpm_running(smu) && adev->in_suspend) { in smu_smc_table_hw_init()
|