Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_tsf.c1357 uint32_t remaining_time_us; in hdd_tsf_gpio_timer_expired_handler() local
1376 remaining_time_us = in hdd_tsf_gpio_timer_expired_handler()
1380 if (elapsed_time_us < remaining_time_us) { in hdd_tsf_gpio_timer_expired_handler()
1390 if (remaining_time_us > WLAN_HDD_TOGGLE_GPIO_BACKOFF_MAX_USEC) in hdd_tsf_gpio_timer_expired_handler()
1399 qdf_ns_to_ktime(remaining_time_us * in hdd_tsf_gpio_timer_expired_handler()
1413 qtime, tsf_time_us, remaining_time_us); in hdd_tsf_gpio_timer_expired_handler()
1421 if (remaining_time_us > WLAN_HDD_TOGGLE_GPIO_BACKOFF_USEC) { in hdd_tsf_gpio_timer_expired_handler()
1422 delta_interval_us = remaining_time_us - in hdd_tsf_gpio_timer_expired_handler()
1453 uint32_t remaining_time_us; in hdd_tsf_setup_gpio_toggle() local
1488 remaining_time_us = USEC_PER_SEC - elapsed_time_us; in hdd_tsf_setup_gpio_toggle()
[all …]