Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_time.c78 int64_t qdf_ktime_to_ns(qdf_ktime_t ktime) in qdf_ktime_to_ns() function
83 qdf_export_symbol(qdf_ktime_to_ns);
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_time.h102 int64_t qdf_ktime_to_ns(qdf_ktime_t ktime);
389 static inline int64_t qdf_ktime_to_ns(qdf_ktime_t ktime) in qdf_ktime_to_ns() function
/wlan-driver/qca-wifi-host-cmn/target_if/cfr/src/
H A Dtarget_if_cfr.c213 hdr->cmn.host_real_ts = qdf_ktime_to_ns(qdf_ktime_real_get()); in target_if_cfr_fill_header()