ps_timer          584 drivers/net/wireless/ath/ath10k/pci.c 	mod_timer(&ar_pci->ps_timer, jiffies +
ps_timer          593 drivers/net/wireless/ath/ath10k/pci.c 	struct ath10k_pci *ar_pci = from_timer(ar_pci, t, ps_timer);
ps_timer          621 drivers/net/wireless/ath/ath10k/pci.c 	del_timer_sync(&ar_pci->ps_timer);
ps_timer         3599 drivers/net/wireless/ath/ath10k/pci.c 	timer_setup(&ar_pci->ps_timer, ath10k_pci_ps_timer, 0);
ps_timer          154 drivers/net/wireless/ath/ath10k/pci.h 	struct timer_list ps_timer;