Home
last modified time | relevance | path

Searched refs:qdf_get_log_timestamp_usecs (Results 1 – 14 of 14) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_umac_reset.c504 qdf_get_log_timestamp_usecs(); in dp_umac_reset_rx_event_handler()
517 qdf_get_log_timestamp_usecs(); in dp_umac_reset_rx_event_handler()
529 qdf_get_log_timestamp_usecs(); in dp_umac_reset_rx_event_handler()
541 qdf_get_log_timestamp_usecs(); in dp_umac_reset_rx_event_handler()
720 umac_reset_ctx->ts.trigger_done = qdf_get_log_timestamp_usecs(); in dp_umac_reset_post_tx_cmd_via_shmem()
728 qdf_get_log_timestamp_usecs(); in dp_umac_reset_post_tx_cmd_via_shmem()
736 qdf_get_log_timestamp_usecs(); in dp_umac_reset_post_tx_cmd_via_shmem()
744 qdf_get_log_timestamp_usecs(); in dp_umac_reset_post_tx_cmd_via_shmem()
Ddp_rx_err.c1917 cur_time_stamp = qdf_get_log_timestamp_usecs(); in dp_rx_err_exception()
Ddp_internal.h4984 soc->rx_last_busy = qdf_get_log_timestamp_usecs(); in dp_runtime_pm_mark_last_busy()
Ddp_tx.c6662 uint64_t curr_timestamp = qdf_get_log_timestamp_usecs();
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_time.c233 uint64_t qdf_get_log_timestamp_usecs(void) in qdf_get_log_timestamp_usecs() function
238 qdf_export_symbol(qdf_get_log_timestamp_usecs);
/wlan-driver/qca-wifi-host-cmn/scheduler/src/
Dscheduler_core.c71 msg->queued_at_us = qdf_get_log_timestamp_usecs(); in sched_history_queue()
76 uint64_t started_at_us = qdf_get_log_timestamp_usecs(); in sched_history_start()
92 uint64_t stopped_at_us = qdf_get_log_timestamp_usecs(); in sched_history_stop()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_time.h285 uint64_t qdf_get_log_timestamp_usecs(void);
551 static inline uint64_t qdf_get_log_timestamp_usecs(void) in qdf_get_log_timestamp_usecs() function
/wlan-driver/qcacld-3.0/components/pmo/core/src/
Dwlan_pmo_suspend_resume.c986 begin = qdf_get_log_timestamp_usecs(); in pmo_core_psoc_bus_suspend_req()
993 end = qdf_get_log_timestamp_usecs(); in pmo_core_psoc_bus_suspend_req()
1200 begin = qdf_get_log_timestamp_usecs(); in pmo_core_psoc_bus_runtime_suspend()
1202 end = qdf_get_log_timestamp_usecs(); in pmo_core_psoc_bus_runtime_suspend()
1320 begin = qdf_get_log_timestamp_usecs(); in pmo_core_psoc_bus_runtime_resume()
1322 end = qdf_get_log_timestamp_usecs(); in pmo_core_psoc_bus_runtime_resume()
1543 begin = qdf_get_log_timestamp_usecs(); in pmo_core_psoc_bus_resume_req()
1548 end = qdf_get_log_timestamp_usecs(); in pmo_core_psoc_bus_resume_req()
/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_swlm.c94 u64 curr_time = qdf_get_log_timestamp_usecs(); in dp_swlm_can_tcl_wr_coalesce()
101 params->tcl[rid].expire_time = qdf_get_log_timestamp_usecs() + in dp_swlm_can_tcl_wr_coalesce()
/wlan-driver/qcacld-3.0/components/dp/core/inc/
Dwlan_dp_swlm.h74 params->tcl[ring_id].coalesce_end_time = qdf_get_log_timestamp_usecs() + in dp_swlm_tcl_reset_session_data()
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
Dce_tasklet.c157 qdf_get_log_timestamp_usecs(); in hif_record_tasklet_exec_entry_ts()
174 qdf_get_log_timestamp_usecs(); in hif_record_tasklet_sched_entry_ts()
252 uint64_t curr_time = qdf_get_log_timestamp_usecs(); in ce_tasklet_update_bucket()
Dce_main.c3514 int64_t diff_time = qdf_get_log_timestamp_usecs() - in hif_schedule_ce_tasklet()
3525 qdf_get_log_timestamp_usecs(); in hif_schedule_ce_tasklet()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_driver_ops.c1777 qdf_get_log_timestamp_usecs(); in wlan_hdd_runtime_suspend()
1852 qdf_get_log_timestamp_usecs(); in wlan_hdd_runtime_resume()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/mlo/
Ddp_mlo.c1730 ((qdf_get_log_timestamp_usecs() - in dp_get_umac_reset_in_progress_state()