in_suspend         52 arch/arm64/kernel/hibernate.c extern int in_suspend;
in_suspend        320 arch/arm64/kernel/hibernate.c 		in_suspend = 0;
in_suspend       1001 drivers/gpu/drm/amd/amdgpu/amdgpu.h 	bool                            in_suspend;
in_suspend       1731 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 			if (adev->in_gpu_reset || adev->in_suspend) {
in_suspend       3028 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 	adev->in_suspend = true;
in_suspend       3221 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 	adev->in_suspend = false;
in_suspend        584 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c 	if (!amdgpu_sriov_vf(adev) && (adev->in_gpu_reset || adev->in_suspend))
in_suspend       3159 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	if (!adev->in_gpu_reset && !adev->in_suspend) {
in_suspend       3541 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	if (!adev->in_gpu_reset && !adev->in_suspend) {
in_suspend       4682 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	if (!adev->in_gpu_reset && !adev->in_suspend) {
in_suspend       3742 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	if (!adev->in_gpu_reset && !adev->in_suspend) {
in_suspend       3967 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	if (!adev->in_gpu_reset && !adev->in_suspend) {
in_suspend        320 drivers/gpu/drm/amd/amdgpu/nv.c 		if (!adev->in_suspend)
in_suspend        324 drivers/gpu/drm/amd/amdgpu/nv.c 		if (!adev->in_suspend)
in_suspend        587 drivers/gpu/drm/amd/amdgpu/soc15.c 			if (!adev->in_suspend)
in_suspend        593 drivers/gpu/drm/amd/amdgpu/soc15.c 			if (!adev->in_suspend)
in_suspend       3094 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	force_disable_dcc = adev->asic_type == CHIP_RAVEN && adev->in_suspend;
in_suspend       4559 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		force_disable_dcc = adev->asic_type == CHIP_RAVEN && adev->in_suspend;
in_suspend       1028 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c 	if (smu_is_dpm_running(smu) && adev->in_suspend) {
in_suspend         85 drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c 		&& adev->in_suspend) {
in_suspend         75 drivers/mfd/sm501.c 	unsigned int			 in_suspend;
in_suspend        242 drivers/mfd/sm501.c 	if (sm->in_suspend)
in_suspend       1469 drivers/mfd/sm501.c 	sm->in_suspend = 1;
in_suspend       1512 drivers/mfd/sm501.c 	sm->in_suspend = 0;
in_suspend        107 drivers/net/ethernet/davicom/dm9000.c 	unsigned int	in_suspend:1;
in_suspend        270 drivers/net/ethernet/davicom/dm9000.c 	if (db->in_suspend || db->in_timeout)
in_suspend       1722 drivers/net/ethernet/davicom/dm9000.c 		db->in_suspend = 1;
in_suspend       1754 drivers/net/ethernet/davicom/dm9000.c 		db->in_suspend = 0;
in_suspend        417 drivers/scsi/ufs/ufs-hisi.c 	if (host->in_suspend) {
in_suspend        427 drivers/scsi/ufs/ufs-hisi.c 	host->in_suspend = true;
in_suspend        436 drivers/scsi/ufs/ufs-hisi.c 	if (!host->in_suspend)
in_suspend        444 drivers/scsi/ufs/ufs-hisi.c 	host->in_suspend = false;
in_suspend        103 drivers/scsi/ufs/ufs-hisi.h 	bool in_suspend;
in_suspend         47 drivers/thermal/thermal_core.c static atomic_t in_suspend;
in_suspend        479 drivers/thermal/thermal_core.c 	if (atomic_read(&in_suspend))
in_suspend       1568 drivers/thermal/thermal_core.c 		atomic_set(&in_suspend, 1);
in_suspend       1573 drivers/thermal/thermal_core.c 		atomic_set(&in_suspend, 0);
in_suspend         47 kernel/power/hibernate.c __visible int in_suspend __nosavedata;
in_suspend        305 kernel/power/hibernate.c 	in_suspend = 1;
in_suspend        315 kernel/power/hibernate.c 	if (!in_suspend) {
in_suspend        333 kernel/power/hibernate.c 	if (!in_suspend)
in_suspend        339 kernel/power/hibernate.c 	dpm_resume_start(in_suspend ?
in_suspend        403 kernel/power/hibernate.c 	if (error || !in_suspend)
in_suspend        406 kernel/power/hibernate.c 	msg = in_suspend ? (error ? PMSG_RECOVER : PMSG_THAW) : PMSG_RESTORE;
in_suspend        409 kernel/power/hibernate.c 	if (error || !in_suspend)
in_suspend        736 kernel/power/hibernate.c 	if (in_suspend) {
in_suspend        755 kernel/power/hibernate.c 		in_suspend = 0;
in_suspend        101 kernel/power/power.h extern int in_suspend;
in_suspend        260 kernel/power/user.c 			error = put_user(in_suspend, (int __user *)arg);
in_suspend       1692 sound/pci/cs46xx/cs46xx.h 	int in_suspend;
in_suspend       3528 sound/pci/cs46xx/cs46xx_lib.c 	if (chip->in_suspend)
in_suspend       3769 sound/pci/cs46xx/cs46xx_lib.c 	chip->in_suspend = 1;
in_suspend       3851 sound/pci/cs46xx/cs46xx_lib.c 	chip->in_suspend = 0;
in_suspend        518 sound/pci/es1968.c 	unsigned int in_suspend;
in_suspend       1894 sound/pci/es1968.c 	if (chip->in_suspend)
in_suspend       2378 sound/pci/es1968.c 	chip->in_suspend = 1;
in_suspend       2424 sound/pci/es1968.c 	chip->in_suspend = 0;
in_suspend        775 sound/pci/maestro3.c 	unsigned int in_suspend;
in_suspend       1554 sound/pci/maestro3.c 	if (chip->in_suspend)
in_suspend       2407 sound/pci/maestro3.c 	chip->in_suspend = 1;
in_suspend       2467 sound/pci/maestro3.c 	chip->in_suspend = 0;
in_suspend        454 sound/pci/riptide/riptide.c 	int in_suspend;
in_suspend       1145 sound/pci/riptide/riptide.c 	chip->in_suspend = 1;
in_suspend       1159 sound/pci/riptide/riptide.c 	chip->in_suspend = 0;
in_suspend        368 sound/pci/trident/trident.h 	unsigned int in_suspend: 1;	/* 1 during suspend/resume */
in_suspend       3224 sound/pci/trident/trident_main.c 	r = trident->in_suspend ? 0 : 2;	/* count of retries */
in_suspend       3900 sound/pci/trident/trident_main.c 	trident->in_suspend = 1;
in_suspend       3933 sound/pci/trident/trident_main.c 	trident->in_suspend = 0;