Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtnxpuart.c155 struct timer_list ps_timer; member
414 mod_timer(&psdata->ps_timer, jiffies + msecs_to_jiffies(psdata->h2c_ps_interval)); in ps_start_timer()
425 timer_shutdown_sync(&psdata->ps_timer); in ps_cancel_timer()
485 struct ps_data *data = timer_container_of(data, t, ps_timer); in ps_timeout_func()
560 timer_setup(&psdata->ps_timer, ps_timeout_func, 0); in ps_setup()
/linux/drivers/net/wireless/ath/ath10k/
H A Dpci.c586 mod_timer(&ar_pci->ps_timer, jiffies + in ath10k_pci_sleep()
595 struct ath10k_pci *ar_pci = timer_container_of(ar_pci, t, ps_timer); in ath10k_pci_ps_timer()
623 timer_delete_sync(&ar_pci->ps_timer); in ath10k_pci_sleep_sync()
3630 timer_setup(&ar_pci->ps_timer, ath10k_pci_ps_timer, 0); in ath10k_pci_probe()