Searched refs:tsf_time_us (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_tsf.c | 1355 uint64_t tsf_time_us; in hdd_tsf_gpio_timer_expired_handler() local 1373 hdd_get_tsftime_from_qtime(adapter, qtime, &tsf_time_us); in hdd_tsf_gpio_timer_expired_handler() 1375 (tsf_time_us % (configs->pulse_interval_ms * USEC_PER_MSEC)); in hdd_tsf_gpio_timer_expired_handler() 1386 tsf_time_us); in hdd_tsf_gpio_timer_expired_handler() 1410 hdd_get_tsftime_from_qtime(adapter, qtime, &tsf_time_us); in hdd_tsf_gpio_timer_expired_handler() 1413 qtime, tsf_time_us, remaining_time_us); in hdd_tsf_gpio_timer_expired_handler() 1450 uint64_t tsf_time_us; in hdd_tsf_setup_gpio_toggle() local 1467 hdd_get_tsftime_from_qtime(adapter, qtime, &tsf_time_us); in hdd_tsf_setup_gpio_toggle() 1478 qdf_ktime_to_us(cur_ktime), qtime, tsf_time_us); in hdd_tsf_setup_gpio_toggle() 1487 elapsed_time_us = (uint32_t)(tsf_time_us % USEC_PER_SEC); in hdd_tsf_setup_gpio_toggle()
|