Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_tsf.c68 uint64_t target_time, uint64_t host_time);
405 u64 host_time; in hdd_update_host_time() local
415 host_time = hdd_get_monotonic_host_time(hdd_ctx); in hdd_update_host_time()
416 hdd_update_timestamp(adapter, 0, host_time); in hdd_update_host_time()
420 (!name ? "none" : name), host_time); in hdd_update_host_time()
1053 uint64_t *host_time) in hdd_get_hosttime_from_targettime() argument
1088 host_time); in hdd_get_hosttime_from_targettime()
1097 struct hdd_adapter *adapter, uint64_t host_time, in hdd_get_targettime_from_hosttime() argument
1104 if (!adapter || host_time == 0) in hdd_get_targettime_from_hosttime()
1112 if (host_time < tsf->last_host_time) in hdd_get_targettime_from_hosttime()
[all …]