/linux-6.1.9/drivers/gpu/drm/amd/pm/ |
D | amdgpu_pm.c | 141 if (adev->in_suspend && !adev->in_runpm) in amdgpu_get_power_dpm_state() 172 if (adev->in_suspend && !adev->in_runpm) in amdgpu_set_power_dpm_state() 269 if (adev->in_suspend && !adev->in_runpm) in amdgpu_get_power_dpm_force_performance_level() 308 if (adev->in_suspend && !adev->in_runpm) in amdgpu_set_power_dpm_force_performance_level() 370 if (adev->in_suspend && !adev->in_runpm) in amdgpu_get_pp_num_states() 408 if (adev->in_suspend && !adev->in_runpm) in amdgpu_get_pp_cur_state() 447 if (adev->in_suspend && !adev->in_runpm) in amdgpu_get_pp_force_state() 470 if (adev->in_suspend && !adev->in_runpm) in amdgpu_set_pp_force_state() 540 if (adev->in_suspend && !adev->in_runpm) in amdgpu_get_pp_table() 576 if (adev->in_suspend && !adev->in_runpm) in amdgpu_set_pp_table() [all …]
|
/linux-6.1.9/kernel/power/ |
D | hibernate.c | 47 __visible int in_suspend __nosavedata; 323 in_suspend = 1; in create_image() 333 if (!in_suspend) { in create_image() 351 if (!in_suspend) in create_image() 357 dpm_resume_start(in_suspend ? in create_image() 421 if (error || !in_suspend) in hibernation_snapshot() 424 msg = in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE; in hibernation_snapshot() 427 if (error || !in_suspend) in hibernation_snapshot() 757 if (in_suspend) { in hibernate() 776 in_suspend = 0; in hibernate()
|
D | power.h | 103 extern int in_suspend;
|
D | user.c | 313 error = put_user(in_suspend, (int __user *)arg); in snapshot_ioctl()
|
/linux-6.1.9/drivers/ufs/host/ |
D | ufs-hisi.c | 418 if (host->in_suspend) { in ufs_hisi_suspend() 428 host->in_suspend = true; in ufs_hisi_suspend() 437 if (!host->in_suspend) in ufs_hisi_resume() 445 host->in_suspend = false; in ufs_hisi_resume()
|
D | ufs-hisi.h | 90 bool in_suspend; member
|
/linux-6.1.9/arch/arm64/kernel/ |
D | hibernate.c | 45 extern int in_suspend; 376 in_suspend = 0; in swsusp_arch_suspend()
|
/linux-6.1.9/arch/x86/power/ |
D | hibernate_asm_32.S | 109 movl %eax, in_suspend
|
D | hibernate_asm_64.S | 67 movq %rax, in_suspend(%rip)
|
/linux-6.1.9/drivers/thermal/ |
D | thermal_core.c | 40 static atomic_t in_suspend; variable 462 if (atomic_read(&in_suspend)) in thermal_zone_device_update() 1456 atomic_set(&in_suspend, 1); in thermal_pm_notify() 1461 atomic_set(&in_suspend, 0); in thermal_pm_notify()
|
/linux-6.1.9/sound/pci/trident/ |
D | trident.h | 367 unsigned int in_suspend: 1; /* 1 during suspend/resume */ member
|
D | trident_main.c | 3210 r = trident->in_suspend ? 0 : 2; /* count of retries */ in snd_trident_sis_reset() 3847 trident->in_suspend = 1; in snd_trident_suspend() 3880 trident->in_suspend = 0; in snd_trident_resume()
|
/linux-6.1.9/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-6.1.9/drivers/net/ethernet/davicom/ |
D | dm9000.c | 105 unsigned int in_suspend:1; member 267 if (db->in_suspend || db->in_timeout) in dm9000_msleep() 1731 db->in_suspend = 1; in dm9000_drv_suspend() 1763 db->in_suspend = 0; in dm9000_drv_resume()
|
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | hardwaremanager.c | 85 && !amdgpu_passthrough(adev) && adev->in_suspend in phm_enable_dynamic_state_management()
|
/linux-6.1.9/sound/pci/ |
D | maestro3.c | 770 unsigned int in_suspend; member 1545 if (chip->in_suspend) in snd_m3_update_hw_volume() 2385 chip->in_suspend = 1; in m3_suspend() 2445 chip->in_suspend = 0; in m3_resume()
|
D | es1968.c | 514 unsigned int in_suspend; member 1891 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-6.1.9/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
D | cyan_skillfish_ppt.c | 356 if (adev->in_suspend) in cyan_skillfish_is_dpm_running()
|
/linux-6.1.9/sound/pci/cs46xx/ |
D | cs46xx.h | 1691 int in_suspend; member
|
D | cs46xx_lib.c | 3486 if (chip->in_suspend) in hercules_mixer_init() 3728 chip->in_suspend = 1; in snd_cs46xx_suspend() 3810 chip->in_suspend = 0; in snd_cs46xx_resume()
|
/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/ |
D | amdgpu_smu.c | 314 if (smu->adev->in_suspend) in smu_set_user_clk_dependencies() 352 if (!smu->adev->in_suspend) in smu_restore_dpm_user_profile() 1165 if (adev->in_suspend && smu_is_dpm_running(smu)) { in smu_smc_hw_setup()
|
/linux-6.1.9/sound/pci/riptide/ |
D | riptide.c | 452 int in_suspend; member 1151 chip->in_suspend = 1; in riptide_suspend() 1165 chip->in_suspend = 0; in riptide_resume()
|
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_object.c | 1315 adev->in_suspend || adev->shutdown) in amdgpu_bo_release_notify()
|
D | amdgpu_ras.c | 2573 if (adev->in_suspend || amdgpu_in_reset(adev)) { in amdgpu_ras_block_late_init() 2585 if (adev->in_suspend || amdgpu_in_reset(adev)) in amdgpu_ras_block_late_init()
|
D | amdgpu.h | 994 bool in_suspend; member
|