Home
last modified time | relevance | path

Searched refs:system_suspend (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/misc/
H A Dgpio-detection.c61 static int system_suspend; variable
129 if (system_suspend && gpiod->wakeup) { in gpio_det_work_func()
183 system_suspend = 0; in gpio_det_fb_notifier_callback()
185 system_suspend = 1; in gpio_det_fb_notifier_callback()
/OK3568_Linux_fs/u-boot/include/power/
H A Dcharge_animation.h25 int system_suspend; /* enter ATF system suspend, 1: enable, 0: disable */ member
/OK3568_Linux_fs/kernel/sound/usb/
H A Dusbaudio.h34 unsigned int system_suspend; member
H A Dcard.c1211 if (!PMSG_IS_AUTO(message) && !chip->system_suspend) { in usb_audio_suspend()
1213 chip->system_suspend = chip->num_suspended_intf; in usb_audio_suspend()
1255 if (chip->num_suspended_intf == chip->system_suspend) { in __usb_audio_resume()
1257 chip->system_suspend = 0; in __usb_audio_resume()
/OK3568_Linux_fs/u-boot/drivers/power/
H A Dcharge_animation.c213 pdata->system_suspend = in charge_animation_ofdata_to_platdata()
320 if (pdata->system_suspend && IS_ENABLED(CONFIG_ARM_SMCCC)) { in system_suspend_enter()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_scheduler.c79 bool system_suspend);
4639 bool system_suspend) in suspend_active_groups_on_powerdown() argument
4672 if (!system_suspend && atomic_read(&scheduler->non_idle_offslot_grps)) in suspend_active_groups_on_powerdown()