Home
last modified time | relevance | path

Searched refs:qdf_log_timestamp_to_usecs (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_time.c177 uint64_t qdf_log_timestamp_to_usecs(uint64_t time) in qdf_log_timestamp_to_usecs() function
194 qdf_export_symbol(qdf_log_timestamp_to_usecs);
196 uint64_t qdf_log_timestamp_to_usecs(uint64_t time) in qdf_log_timestamp_to_usecs() function
202 qdf_export_symbol(qdf_log_timestamp_to_usecs);
208 *secs = qdf_log_timestamp_to_usecs(time); in qdf_log_timestamp_to_secs()
235 return qdf_log_timestamp_to_usecs(qdf_get_log_timestamp()); in qdf_get_log_timestamp_usecs()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_time.h253 uint64_t qdf_log_timestamp_to_usecs(uint64_t time);
476 static inline uint64_t qdf_log_timestamp_to_usecs(uint64_t time) in qdf_log_timestamp_to_usecs() function
511 static inline uint64_t qdf_log_timestamp_to_usecs(uint64_t time) in qdf_log_timestamp_to_usecs() function
537 *secs = qdf_log_timestamp_to_usecs(time); in qdf_log_timestamp_to_secs()
553 return qdf_log_timestamp_to_usecs(qdf_get_log_timestamp()); in qdf_get_log_timestamp_usecs()
Dqdf_lock.h166 qdf_log_timestamp_to_usecs(held_time)); \
187 qdf_log_timestamp_to_usecs(stats->contention_time), in qdf_lock_stats_destroy()
188 qdf_log_timestamp_to_usecs(stats->max_contention_wait), in qdf_lock_stats_destroy()
189 qdf_log_timestamp_to_usecs(stats->non_contention_time), in qdf_lock_stats_destroy()
190 qdf_log_timestamp_to_usecs(stats->held_time), in qdf_lock_stats_destroy()
191 qdf_log_timestamp_to_usecs(stats->max_held_time)); in qdf_lock_stats_destroy()
/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_rx_thread.c1155 qdf_log_timestamp_to_usecs(unlock_time - lock_time), in dp_rx_tm_flush_nbuf_list()
1156 qdf_log_timestamp_to_usecs(flush_time - unlock_time)); in dp_rx_tm_flush_nbuf_list()
1209 wait_time = qdf_do_div(qdf_log_timestamp_to_usecs(exit_time - in dp_rx_tm_wait_vdev_del_event()
1252 qdf_log_timestamp_to_usecs(exit_time - entry_time)); in dp_rx_tm_flush_by_vdev_id()
Dwlan_dp_bus_bandwidth.c1910 diff_us = qdf_log_timestamp_to_usecs( in __dp_bus_bw_work_handler()
Dwlan_dp_fisa_rx.c897 if (qdf_log_timestamp_to_usecs(sw_timestamp - sw_ft_entry->add_timestamp) > in dp_fisa_rx_fst_update()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_tsf.c543 return qdf_log_timestamp_to_usecs(time); in hdd_convert_qtime_to_us()
1260 qtime = qdf_log_timestamp_to_usecs(input_time); in hdd_get_tsf_time()
1372 qtime = qdf_log_timestamp_to_usecs(qdf_get_log_timestamp()); in hdd_tsf_gpio_timer_expired_handler()
1402 qtime = qdf_log_timestamp_to_usecs(qdf_get_log_timestamp()); in hdd_tsf_gpio_timer_expired_handler()
1466 qtime = qdf_log_timestamp_to_usecs(qdf_get_log_timestamp()); in hdd_tsf_setup_gpio_toggle()
1822 qtime = qdf_log_timestamp_to_usecs(reg_qtime); in __hdd_wlan_tsf_show()
2105 qtime = qdf_log_timestamp_to_usecs(qtime); in hdd_tsf_sync_init()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_srng.c848 if (qdf_log_timestamp_to_usecs(now - srng->last_dequeue_time) > in hal_reg_write_need_delay()
931 delta_us = qdf_log_timestamp_to_usecs(q_elem->dequeue_time - in hal_reg_write_work()
/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_main.c1756 delta_us = qdf_log_timestamp_to_usecs(q_elem->dequeue_time - in hif_reg_write_work()
3085 (qdf_log_timestamp_to_usecs(current_time - in hif_audio_cpu_affinity_allowed()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/kiwi/
Dhal_kiwi.c2006 *tsf_sync_soc_time = qdf_log_timestamp_to_usecs(sync_time); in hal_get_tsf_time_kiwi()