Home
last modified time | relevance | path

Searched refs:rtw_get_current_time (Results 1 – 25 of 673) sorted by relevance

12345678910>>...27

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/mesh/
H A Drtw_mesh_hwmp.c148 #define RTW_TU_TO_EXP_TIME(x) (rtw_get_current_time() + RTW_TU_TO_SYSTIME(x))
339 if (rtw_time_before(rtw_get_current_time(), minfo->next_perr)) in rtw_mesh_path_error_tx()
672 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
674 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
676 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
689 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
1001 (rtw_time_after(rtw_get_current_time(), path->last_preq_to_root + in rtw_hwmp_rann_frame_process()
1003 rtw_time_before(rtw_get_current_time(), path->last_preq_to_root))) && in rtw_hwmp_rann_frame_process()
1025 path->last_preq_to_root = rtw_get_current_time(); in rtw_hwmp_rann_frame_process()
1330 if (rtw_time_after(rtw_get_current_time(), minfo->last_preq + rtw_min_preq_int_jiff(adapter))) in rtw_mesh_queue_preq()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/mesh/
H A Drtw_mesh_hwmp.c150 #define RTW_TU_TO_EXP_TIME(x) (rtw_get_current_time() + RTW_TU_TO_SYSTIME(x))
339 if (rtw_time_before(rtw_get_current_time(), minfo->next_perr)) in rtw_mesh_path_error_tx()
673 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
675 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
677 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
690 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
1002 (rtw_time_after(rtw_get_current_time(), path->last_preq_to_root + in rtw_hwmp_rann_frame_process()
1004 rtw_time_before(rtw_get_current_time(), path->last_preq_to_root))) && in rtw_hwmp_rann_frame_process()
1026 path->last_preq_to_root = rtw_get_current_time(); in rtw_hwmp_rann_frame_process()
1331 if (rtw_time_after(rtw_get_current_time(), minfo->last_preq + rtw_min_preq_int_jiff(adapter))) in rtw_mesh_queue_preq()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/mesh/
H A Drtw_mesh_hwmp.c149 #define RTW_TU_TO_EXP_TIME(x) (rtw_get_current_time() + RTW_TU_TO_SYSTIME(x))
338 if (rtw_time_before(rtw_get_current_time(), minfo->next_perr)) in rtw_mesh_path_error_tx()
672 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
674 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
676 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
689 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
1001 (rtw_time_after(rtw_get_current_time(), path->last_preq_to_root + in rtw_hwmp_rann_frame_process()
1003 rtw_time_before(rtw_get_current_time(), path->last_preq_to_root))) && in rtw_hwmp_rann_frame_process()
1025 path->last_preq_to_root = rtw_get_current_time(); in rtw_hwmp_rann_frame_process()
1330 if (rtw_time_after(rtw_get_current_time(), minfo->last_preq + rtw_min_preq_int_jiff(adapter))) in rtw_mesh_queue_preq()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/mesh/
H A Drtw_mesh_hwmp.c150 #define RTW_TU_TO_EXP_TIME(x) (rtw_get_current_time() + RTW_TU_TO_SYSTIME(x))
339 if (rtw_time_before(rtw_get_current_time(), minfo->next_perr)) in rtw_mesh_path_error_tx()
673 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
675 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
677 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
690 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
1002 (rtw_time_after(rtw_get_current_time(), path->last_preq_to_root + in rtw_hwmp_rann_frame_process()
1004 rtw_time_before(rtw_get_current_time(), path->last_preq_to_root))) && in rtw_hwmp_rann_frame_process()
1026 path->last_preq_to_root = rtw_get_current_time(); in rtw_hwmp_rann_frame_process()
1331 if (rtw_time_after(rtw_get_current_time(), minfo->last_preq + rtw_min_preq_int_jiff(adapter))) in rtw_mesh_queue_preq()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/mesh/
H A Drtw_mesh_hwmp.c150 #define RTW_TU_TO_EXP_TIME(x) (rtw_get_current_time() + RTW_TU_TO_SYSTIME(x))
339 if (rtw_time_before(rtw_get_current_time(), minfo->next_perr)) in rtw_mesh_path_error_tx()
673 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
675 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
677 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
690 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
1002 (rtw_time_after(rtw_get_current_time(), path->last_preq_to_root + in rtw_hwmp_rann_frame_process()
1004 rtw_time_before(rtw_get_current_time(), path->last_preq_to_root))) && in rtw_hwmp_rann_frame_process()
1026 path->last_preq_to_root = rtw_get_current_time(); in rtw_hwmp_rann_frame_process()
1331 if (rtw_time_after(rtw_get_current_time(), minfo->last_preq + rtw_min_preq_int_jiff(adapter))) in rtw_mesh_queue_preq()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/mesh/
H A Drtw_mesh_hwmp.c148 #define RTW_TU_TO_EXP_TIME(x) (rtw_get_current_time() + RTW_TU_TO_SYSTIME(x))
339 if (rtw_time_before(rtw_get_current_time(), minfo->next_perr)) in rtw_mesh_path_error_tx()
516 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
518 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
520 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
533 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
845 (rtw_time_after(rtw_get_current_time(), path->last_preq_to_root + in rtw_hwmp_rann_frame_process()
847 rtw_time_before(rtw_get_current_time(), path->last_preq_to_root))) && in rtw_hwmp_rann_frame_process()
869 path->last_preq_to_root = rtw_get_current_time(); in rtw_hwmp_rann_frame_process()
1174 if (rtw_time_after(rtw_get_current_time(), minfo->last_preq + rtw_min_preq_int_jiff(adapter))) in rtw_mesh_queue_preq()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/mesh/
H A Drtw_mesh_hwmp.c149 #define RTW_TU_TO_EXP_TIME(x) (rtw_get_current_time() + RTW_TU_TO_SYSTIME(x))
338 if (rtw_time_before(rtw_get_current_time(), minfo->next_perr)) in rtw_mesh_path_error_tx()
516 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
518 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
520 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
533 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
845 (rtw_time_after(rtw_get_current_time(), path->last_preq_to_root + in rtw_hwmp_rann_frame_process()
847 rtw_time_before(rtw_get_current_time(), path->last_preq_to_root))) && in rtw_hwmp_rann_frame_process()
869 path->last_preq_to_root = rtw_get_current_time(); in rtw_hwmp_rann_frame_process()
1174 if (rtw_time_after(rtw_get_current_time(), minfo->last_preq + rtw_min_preq_int_jiff(adapter))) in rtw_mesh_queue_preq()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/mesh/
H A Drtw_mesh_hwmp.c150 #define RTW_TU_TO_EXP_TIME(x) (rtw_get_current_time() + RTW_TU_TO_SYSTIME(x))
339 if (rtw_time_before(rtw_get_current_time(), minfo->next_perr)) in rtw_mesh_path_error_tx()
673 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
675 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
677 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
690 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
1002 (rtw_time_after(rtw_get_current_time(), path->last_preq_to_root + in rtw_hwmp_rann_frame_process()
1004 rtw_time_before(rtw_get_current_time(), path->last_preq_to_root))) && in rtw_hwmp_rann_frame_process()
1026 path->last_preq_to_root = rtw_get_current_time(); in rtw_hwmp_rann_frame_process()
1331 if (rtw_time_after(rtw_get_current_time(), minfo->last_preq + rtw_min_preq_int_jiff(adapter))) in rtw_mesh_queue_preq()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/mesh/
H A Drtw_mesh_hwmp.c149 #define RTW_TU_TO_EXP_TIME(x) (rtw_get_current_time() + RTW_TU_TO_SYSTIME(x))
338 if (rtw_time_before(rtw_get_current_time(), minfo->next_perr)) in rtw_mesh_path_error_tx()
516 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
518 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
520 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
533 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
845 (rtw_time_after(rtw_get_current_time(), path->last_preq_to_root + in rtw_hwmp_rann_frame_process()
847 rtw_time_before(rtw_get_current_time(), path->last_preq_to_root))) && in rtw_hwmp_rann_frame_process()
869 path->last_preq_to_root = rtw_get_current_time(); in rtw_hwmp_rann_frame_process()
1174 if (rtw_time_after(rtw_get_current_time(), minfo->last_preq + rtw_min_preq_int_jiff(adapter))) in rtw_mesh_queue_preq()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/mesh/
H A Drtw_mesh_hwmp.c149 #define RTW_TU_TO_EXP_TIME(x) (rtw_get_current_time() + RTW_TU_TO_SYSTIME(x))
338 if (rtw_time_before(rtw_get_current_time(), minfo->next_perr)) in rtw_mesh_path_error_tx()
516 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
518 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
520 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
533 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
845 (rtw_time_after(rtw_get_current_time(), path->last_preq_to_root + in rtw_hwmp_rann_frame_process()
847 rtw_time_before(rtw_get_current_time(), path->last_preq_to_root))) && in rtw_hwmp_rann_frame_process()
869 path->last_preq_to_root = rtw_get_current_time(); in rtw_hwmp_rann_frame_process()
1174 if (rtw_time_after(rtw_get_current_time(), minfo->last_preq + rtw_min_preq_int_jiff(adapter))) in rtw_mesh_queue_preq()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/mesh/
H A Drtw_mesh_hwmp.c149 #define RTW_TU_TO_EXP_TIME(x) (rtw_get_current_time() + RTW_TU_TO_SYSTIME(x))
338 if (rtw_time_before(rtw_get_current_time(), minfo->next_perr)) in rtw_mesh_path_error_tx()
516 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
518 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
520 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
533 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
845 (rtw_time_after(rtw_get_current_time(), path->last_preq_to_root + in rtw_hwmp_rann_frame_process()
847 rtw_time_before(rtw_get_current_time(), path->last_preq_to_root))) && in rtw_hwmp_rann_frame_process()
869 path->last_preq_to_root = rtw_get_current_time(); in rtw_hwmp_rann_frame_process()
1174 if (rtw_time_after(rtw_get_current_time(), minfo->last_preq + rtw_min_preq_int_jiff(adapter))) in rtw_mesh_queue_preq()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/mesh/
H A Drtw_mesh_hwmp.c150 #define RTW_TU_TO_EXP_TIME(x) (rtw_get_current_time() + RTW_TU_TO_SYSTIME(x))
339 if (rtw_time_before(rtw_get_current_time(), minfo->next_perr)) in rtw_mesh_path_error_tx()
517 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
519 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
521 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
534 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
846 (rtw_time_after(rtw_get_current_time(), path->last_preq_to_root + in rtw_hwmp_rann_frame_process()
848 rtw_time_before(rtw_get_current_time(), path->last_preq_to_root))) && in rtw_hwmp_rann_frame_process()
870 path->last_preq_to_root = rtw_get_current_time(); in rtw_hwmp_rann_frame_process()
1175 if (rtw_time_after(rtw_get_current_time(), minfo->last_preq + rtw_min_preq_int_jiff(adapter))) in rtw_mesh_queue_preq()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/mesh/
H A Drtw_mesh_hwmp.c149 #define RTW_TU_TO_EXP_TIME(x) (rtw_get_current_time() + RTW_TU_TO_SYSTIME(x))
338 if (rtw_time_before(rtw_get_current_time(), minfo->next_perr)) in rtw_mesh_path_error_tx()
516 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
518 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
520 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
533 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
845 (rtw_time_after(rtw_get_current_time(), path->last_preq_to_root + in rtw_hwmp_rann_frame_process()
847 rtw_time_before(rtw_get_current_time(), path->last_preq_to_root))) && in rtw_hwmp_rann_frame_process()
869 path->last_preq_to_root = rtw_get_current_time(); in rtw_hwmp_rann_frame_process()
1174 if (rtw_time_after(rtw_get_current_time(), minfo->last_preq + rtw_min_preq_int_jiff(adapter))) in rtw_mesh_queue_preq()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/mesh/
H A Drtw_mesh_hwmp.c149 #define RTW_TU_TO_EXP_TIME(x) (rtw_get_current_time() + RTW_TU_TO_SYSTIME(x))
338 if (rtw_time_before(rtw_get_current_time(), minfo->next_perr)) in rtw_mesh_path_error_tx()
516 if (rtw_time_after(rtw_get_current_time(), minfo->last_sn_update + in rtw_hwmp_preq_frame_process()
518 rtw_time_before(rtw_get_current_time(), minfo->last_sn_update)) { in rtw_hwmp_preq_frame_process()
520 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
533 minfo->last_sn_update = rtw_get_current_time(); in rtw_hwmp_preq_frame_process()
845 (rtw_time_after(rtw_get_current_time(), path->last_preq_to_root + in rtw_hwmp_rann_frame_process()
847 rtw_time_before(rtw_get_current_time(), path->last_preq_to_root))) && in rtw_hwmp_rann_frame_process()
869 path->last_preq_to_root = rtw_get_current_time(); in rtw_hwmp_rann_frame_process()
1174 if (rtw_time_after(rtw_get_current_time(), minfo->last_preq + rtw_min_preq_int_jiff(adapter))) in rtw_mesh_queue_preq()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_pwrctrl.c92 pwrpriv->pwr_saving_start_time = rtw_get_current_time(); in _ips_enter()
197 if (rtw_time_after(adapter_to_pwrctl(adapter)->ips_deny_time, rtw_get_current_time())) { in rtw_pwr_unassociated_idle()
376 start_time = rtw_get_current_time(); in traffic_check_for_leave_lps()
388 start_time = rtw_get_current_time(); in traffic_check_for_leave_lps()
428 start_time = rtw_get_current_time(); in rtw_cpwm_polling()
597 if (rtw_time_after(pwrpriv->lps_deny_time, rtw_get_current_time())) in PS_RDY_CHECK()
755 start_time = rtw_get_current_time(); in rtw_set_ps_mode()
936 pwrpriv->pwr_saving_start_time = rtw_get_current_time(); in LPS_Enter()
1144 start_time = rtw_get_current_time(); in LPS_Leave_check()
1744 pwrctrlpriv->ips_deny_time = rtw_get_current_time(); in rtw_init_pwrctrl_priv()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_pwrctrl.c92 pwrpriv->pwr_saving_start_time = rtw_get_current_time(); in _ips_enter()
197 if (rtw_time_after(adapter_to_pwrctl(adapter)->ips_deny_time, rtw_get_current_time())) { in rtw_pwr_unassociated_idle()
376 start_time = rtw_get_current_time(); in traffic_check_for_leave_lps()
388 start_time = rtw_get_current_time(); in traffic_check_for_leave_lps()
428 start_time = rtw_get_current_time(); in rtw_cpwm_polling()
597 if (rtw_time_after(pwrpriv->lps_deny_time, rtw_get_current_time())) in PS_RDY_CHECK()
755 start_time = rtw_get_current_time(); in rtw_set_ps_mode()
936 pwrpriv->pwr_saving_start_time = rtw_get_current_time(); in LPS_Enter()
1144 start_time = rtw_get_current_time(); in LPS_Leave_check()
1744 pwrctrlpriv->ips_deny_time = rtw_get_current_time(); in rtw_init_pwrctrl_priv()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/hal_hci/
H A Dhal_sdio.c336 start = rtw_get_current_time(); in sdio_chk_hci_resume()
354 end = rtw_get_current_time(); in sdio_chk_hci_resume()
413 start = rtw_get_current_time(); in sdio_chk_hci_suspend()
431 end = rtw_get_current_time(); in sdio_chk_hci_suspend()
514 start = rtw_get_current_time(); in sdio_iread()
531 end = rtw_get_current_time(); in sdio_iread()
647 start = rtw_get_current_time(); in sdio_iwrite()
664 end = rtw_get_current_time(); in sdio_iwrite()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/hal_hci/
H A Dhal_sdio.c335 start = rtw_get_current_time(); in sdio_chk_hci_resume()
353 end = rtw_get_current_time(); in sdio_chk_hci_resume()
412 start = rtw_get_current_time(); in sdio_chk_hci_suspend()
430 end = rtw_get_current_time(); in sdio_chk_hci_suspend()
513 start = rtw_get_current_time(); in sdio_iread()
530 end = rtw_get_current_time(); in sdio_iread()
646 start = rtw_get_current_time(); in sdio_iwrite()
663 end = rtw_get_current_time(); in sdio_iwrite()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/hal_hci/
H A Dhal_sdio.c351 start = rtw_get_current_time(); in sdio_chk_hci_resume()
369 end = rtw_get_current_time(); in sdio_chk_hci_resume()
428 start = rtw_get_current_time(); in sdio_chk_hci_suspend()
446 end = rtw_get_current_time(); in sdio_chk_hci_suspend()
529 start = rtw_get_current_time(); in sdio_iread()
546 end = rtw_get_current_time(); in sdio_iread()
662 start = rtw_get_current_time(); in sdio_iwrite()
679 end = rtw_get_current_time(); in sdio_iwrite()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/rtl8822b/sdio/
H A Drtl8822bs_halinit.c60 start_time = rtw_get_current_time(); in fw_ips_leave()
124 start_time = rtw_get_current_time(); in fw_ips_enter()
158 start_time = rtw_get_current_time(); in fw_ips_enter()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/rtl8822c/sdio/
H A Drtl8822cs_halinit.c59 start_time = rtw_get_current_time(); in fw_ips_leave()
123 start_time = rtw_get_current_time(); in fw_ips_enter()
157 start_time = rtw_get_current_time(); in fw_ips_enter()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/hal_hci/
H A Dhal_sdio.c350 start = rtw_get_current_time(); in sdio_chk_hci_resume()
368 end = rtw_get_current_time(); in sdio_chk_hci_resume()
427 start = rtw_get_current_time(); in sdio_chk_hci_suspend()
445 end = rtw_get_current_time(); in sdio_chk_hci_suspend()
528 start = rtw_get_current_time(); in sdio_iread()
545 end = rtw_get_current_time(); in sdio_iread()
661 start = rtw_get_current_time(); in sdio_iwrite()
678 end = rtw_get_current_time(); in sdio_iwrite()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/hal_hci/
H A Dhal_sdio.c350 start = rtw_get_current_time(); in sdio_chk_hci_resume()
368 end = rtw_get_current_time(); in sdio_chk_hci_resume()
427 start = rtw_get_current_time(); in sdio_chk_hci_suspend()
445 end = rtw_get_current_time(); in sdio_chk_hci_suspend()
528 start = rtw_get_current_time(); in sdio_iread()
545 end = rtw_get_current_time(); in sdio_iread()
661 start = rtw_get_current_time(); in sdio_iwrite()
678 end = rtw_get_current_time(); in sdio_iwrite()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/hal_hci/
H A Dhal_sdio.c350 start = rtw_get_current_time(); in sdio_chk_hci_resume()
368 end = rtw_get_current_time(); in sdio_chk_hci_resume()
427 start = rtw_get_current_time(); in sdio_chk_hci_suspend()
445 end = rtw_get_current_time(); in sdio_chk_hci_suspend()
528 start = rtw_get_current_time(); in sdio_iread()
545 end = rtw_get_current_time(); in sdio_iread()
661 start = rtw_get_current_time(); in sdio_iwrite()
678 end = rtw_get_current_time(); in sdio_iwrite()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/hal_hci/
H A Dhal_sdio.c351 start = rtw_get_current_time(); in sdio_chk_hci_resume()
369 end = rtw_get_current_time(); in sdio_chk_hci_resume()
428 start = rtw_get_current_time(); in sdio_chk_hci_suspend()
446 end = rtw_get_current_time(); in sdio_chk_hci_suspend()
529 start = rtw_get_current_time(); in sdio_iread()
546 end = rtw_get_current_time(); in sdio_iread()
662 start = rtw_get_current_time(); in sdio_iwrite()
679 end = rtw_get_current_time(); in sdio_iwrite()

12345678910>>...27