Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_time.h149 static inline ktime_t __qdf_ktime_add_ns(ktime_t ktime, int64_t ns) in __qdf_ktime_add_ns() function
H A Dqdf_time.c59 return __qdf_ktime_add_ns(ktime, ns); in qdf_ktime_add_ns()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_time.h376 return __qdf_ktime_add_ns(ktime, ns); in qdf_ktime_add_ns()