Home
last modified time | relevance | path

Searched refs:sleep_time (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dwakeup_reason.c333 struct timespec64 sleep_time; in last_suspend_time_show() local
349 /* sleep_time = total_time - suspend_resume_time */ in last_suspend_time_show()
350 sleep_time = timespec64_sub(total_time, suspend_resume_time); in last_suspend_time_show()
352 /* Export suspend_resume_time and sleep_time in pair here. */ in last_suspend_time_show()
354 suspend_resume_time.tv_nsec, (unsigned long long)sleep_time.tv_sec, sleep_time.tv_nsec); in last_suspend_time_show()
/device/soc/rockchip/rk3588/kernel/kernel/power/
H A Dwakeup_reason.c333 struct timespec64 sleep_time; in last_suspend_time_show() local
350 /* sleep_time = total_time - suspend_resume_time */ in last_suspend_time_show()
351 sleep_time = timespec64_sub(total_time, suspend_resume_time); in last_suspend_time_show()
353 /* Export suspend_resume_time and sleep_time in pair here. */ in last_suspend_time_show()
357 (unsigned long long)sleep_time.tv_sec, in last_suspend_time_show()
358 sleep_time.tv_nsec); in last_suspend_time_show()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_wifi_api.h1780 * @param sleep_time [IN] Type #unsigned int, expected sleep time(uint: ms). CNcomment:预期休眠时间(单位: 毫秒),
1781 * 参考有效范围33ms~4000ms, 准确的时间根据dtim*beacon和sleep_time值计算,
1782 * 关闭低功耗或者不配置有效休眠时间时需要将sleep_time配置为0(休眠时间由关联的ap决定).CNend
1790 int hi_wifi_set_pm_switch(unsigned char enable, unsigned int sleep_time);

Completed in 5 milliseconds