Searched refs:ps_timer (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/bluetooth/ |
D | btnxpuart.c | 128 struct timer_list ps_timer; member 319 mod_timer(&psdata->ps_timer, jiffies + msecs_to_jiffies(psdata->h2c_ps_interval)); in ps_start_timer() 327 del_timer_sync(&psdata->ps_timer); in ps_cancel_timer() 375 struct ps_data *data = from_timer(data, t, ps_timer); in ps_timeout_func() 394 timer_setup(&psdata->ps_timer, ps_timeout_func, 0); in ps_setup()
|
/Linux-v6.6/drivers/net/wireless/ath/ath10k/ |
D | pci.h | 154 struct timer_list ps_timer; member
|
D | pci.c | 584 mod_timer(&ar_pci->ps_timer, jiffies + in ath10k_pci_sleep() 593 struct ath10k_pci *ar_pci = from_timer(ar_pci, t, ps_timer); in ath10k_pci_ps_timer() 621 del_timer_sync(&ar_pci->ps_timer); in ath10k_pci_sleep_sync() 3627 timer_setup(&ar_pci->ps_timer, ath10k_pci_ps_timer, 0); in ath10k_pci_probe()
|