Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_tsf.c1353 qdf_ktime_t cur_qtime, spin_until, next_ktime; in hdd_tsf_gpio_timer_expired_handler() local
1381 next_ktime = qdf_ns_to_ktime(NSEC_PER_USEC * in hdd_tsf_gpio_timer_expired_handler()
1424 next_ktime = qdf_ns_to_ktime(NSEC_PER_USEC * in hdd_tsf_gpio_timer_expired_handler()
1429 next_ktime = configs->pulse_interval_ms; in hdd_tsf_gpio_timer_expired_handler()
1433 next_ktime); in hdd_tsf_gpio_timer_expired_handler()
1454 qdf_ktime_t cur_ktime, next_ktime; in hdd_tsf_setup_gpio_toggle() local
1491 next_ktime = qdf_ktime_add(cur_ktime, in hdd_tsf_setup_gpio_toggle()
1494 qdf_hrtimer_start(gtimer, next_ktime, QDF_HRTIMER_MODE_ABS); in hdd_tsf_setup_gpio_toggle()