Home
last modified time | relevance | path

Searched refs:resume_setting (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_sysfs_suspend_resume.c37 int ret, pause_setting, resume_setting; in __hdd_sysfs_suspend_store() local
72 if (kstrtou32(token, 0, &resume_setting)) in __hdd_sysfs_suspend_store()
76 pause_setting, resume_setting); in __hdd_sysfs_suspend_store()
78 pause_setting, resume_setting); in __hdd_sysfs_suspend_store()
Dwlan_hdd_power.c3578 enum wow_resume_trigger resume_setting) in hdd_wlan_fake_apps_suspend() argument
3587 .resume_trigger = resume_setting in hdd_wlan_fake_apps_suspend()
3607 if (resume_setting < WOW_RESUME_TRIGGER_DEFAULT || in hdd_wlan_fake_apps_suspend()
3608 resume_setting >= WOW_RESUME_TRIGGER_COUNT) { in hdd_wlan_fake_apps_suspend()
3610 resume_setting); in hdd_wlan_fake_apps_suspend()
3631 if (resume_setting == WOW_RESUME_TRIGGER_HTC_WAKEUP) in hdd_wlan_fake_apps_suspend()
3654 g_resume_trigger = resume_setting; in hdd_wlan_fake_apps_suspend()
3685 if (resume_setting == WOW_RESUME_TRIGGER_HTC_WAKEUP) in hdd_wlan_fake_apps_suspend()
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_power.h621 enum wow_resume_trigger resume_setting);
632 enum wow_resume_trigger resume_setting) in hdd_wlan_fake_apps_suspend() argument