| /Linux-v5.10/kernel/power/ |
| D | hibernate.c | 47 __visible int in_suspend __nosavedata; 317 in_suspend = 1; in create_image() 327 if (!in_suspend) { in create_image() 345 if (!in_suspend) in create_image() 351 dpm_resume_start(in_suspend ? in create_image() 415 if (error || !in_suspend) in hibernation_snapshot() 418 msg = in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE; in hibernation_snapshot() 421 if (error || !in_suspend) in hibernation_snapshot() 746 if (in_suspend) { in hibernate() 765 in_suspend = 0; in hibernate()
|
| D | power.h | 101 extern int in_suspend;
|
| D | user.c | 298 error = put_user(in_suspend, (int __user *)arg); in snapshot_ioctl()
|
| /Linux-v5.10/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.10/arch/x86/power/ |
| D | hibernate_asm_32.S | 109 movl %eax, in_suspend
|
| D | hibernate_asm_64.S | 144 movq %rax, in_suspend(%rip)
|
| /Linux-v5.10/arch/arm64/kernel/ |
| D | hibernate.c | 51 extern int in_suspend; 442 in_suspend = 0; in swsusp_arch_suspend()
|
| /Linux-v5.10/drivers/thermal/ |
| D | thermal_core.c | 41 static atomic_t in_suspend; variable 553 if (atomic_read(&in_suspend)) in thermal_zone_device_update() 1620 atomic_set(&in_suspend, 1); in thermal_pm_notify() 1625 atomic_set(&in_suspend, 0); in thermal_pm_notify()
|
| /Linux-v5.10/sound/pci/trident/ |
| D | trident.h | 368 unsigned int in_suspend: 1; /* 1 during suspend/resume */ member
|
| D | trident_main.c | 3186 r = trident->in_suspend ? 0 : 2; /* count of retries */ in snd_trident_sis_reset() 3863 trident->in_suspend = 1; in snd_trident_suspend() 3896 trident->in_suspend = 0; in snd_trident_resume()
|
| /Linux-v5.10/drivers/mfd/ |
| D | sm501.c | 75 unsigned int in_suspend; member 242 if (sm->in_suspend) in sm501_mdelay() 1465 sm->in_suspend = 1; in sm501_plat_suspend() 1508 sm->in_suspend = 0; in sm501_plat_resume()
|
| /Linux-v5.10/drivers/net/ethernet/davicom/ |
| D | dm9000.c | 106 unsigned int in_suspend:1; member 269 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.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| D | hardwaremanager.c | 85 && !amdgpu_passthrough(adev) && adev->in_suspend) { in phm_enable_dynamic_state_management()
|
| /Linux-v5.10/sound/pci/ |
| D | maestro3.c | 775 unsigned int in_suspend; member 1550 if (chip->in_suspend) in snd_m3_update_hw_volume() 2401 chip->in_suspend = 1; in m3_suspend() 2461 chip->in_suspend = 0; in m3_resume()
|
| D | es1968.c | 518 unsigned int in_suspend; member 1890 if (chip->in_suspend) in es1968_update_hw_volume() 2374 chip->in_suspend = 1; in es1968_suspend() 2420 chip->in_suspend = 0; in es1968_resume()
|
| /Linux-v5.10/sound/pci/cs46xx/ |
| D | cs46xx.h | 1692 int in_suspend; member
|
| D | cs46xx_lib.c | 3522 if (chip->in_suspend) in hercules_mixer_init() 3763 chip->in_suspend = 1; in snd_cs46xx_suspend() 3845 chip->in_suspend = 0; in snd_cs46xx_resume()
|
| /Linux-v5.10/sound/pci/riptide/ |
| D | riptide.c | 453 int in_suspend; member 1146 chip->in_suspend = 1; in riptide_suspend() 1160 chip->in_suspend = 0; in riptide_resume()
|
| /Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_ucode.c | 641 if (!amdgpu_sriov_vf(adev) && (amdgpu_in_reset(adev) || adev->in_suspend)) in amdgpu_ucode_init_bo()
|
| D | amdgpu_ras.c | 2113 } else if (adev->in_suspend || amdgpu_in_reset(adev)) { in amdgpu_ras_late_init() 2122 if (adev->in_suspend || amdgpu_in_reset(adev)) in amdgpu_ras_late_init()
|
| D | amdgpu_device.c | 2121 if (amdgpu_in_reset(adev) || adev->in_suspend) { in amdgpu_device_fw_loading() 3644 adev->in_suspend = true; in amdgpu_device_suspend() 3824 adev->in_suspend = false; in amdgpu_device_resume()
|
| D | amdgpu.h | 958 bool in_suspend; member
|
| /Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/smu12/ |
| D | renoir_ppt.c | 1073 if (adev->in_suspend) in renoir_is_dpm_running()
|
| /Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/ |
| D | amdgpu_smu.c | 911 if (adev->in_suspend && smu_is_dpm_running(smu)) { in smu_smc_hw_setup()
|