Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dpci.h160 struct timer_list ps_timer; member
Dpci.c595 mod_timer(&ar_pci->ps_timer, jiffies + in ath10k_pci_sleep()
604 struct ath10k_pci *ar_pci = from_timer(ar_pci, t, ps_timer); in ath10k_pci_ps_timer()
632 del_timer_sync(&ar_pci->ps_timer); in ath10k_pci_sleep_sync()
3576 timer_setup(&ar_pci->ps_timer, ath10k_pci_ps_timer, 0); in ath10k_pci_probe()