Searched refs:ps_timer (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | pci.h | 155 struct timer_list ps_timer; member
|
H A D | pci.c | 585 mod_timer(&ar_pci->ps_timer, jiffies + in ath10k_pci_sleep() 594 struct ath10k_pci *ar_pci = from_timer(ar_pci, t, ps_timer); in ath10k_pci_ps_timer() 622 del_timer_sync(&ar_pci->ps_timer); in ath10k_pci_sleep_sync() 3628 timer_setup(&ar_pci->ps_timer, ath10k_pci_ps_timer, 0); in ath10k_pci_probe()
|
/openbmc/linux/drivers/bluetooth/ |
H A D | btnxpuart.c | 129 struct timer_list ps_timer; member 338 mod_timer(&psdata->ps_timer, jiffies + msecs_to_jiffies(psdata->h2c_ps_interval)); in ps_start_timer() 349 timer_shutdown_sync(&psdata->ps_timer); in ps_cancel_timer() 401 struct ps_data *data = from_timer(data, t, ps_timer); in ps_timeout_func() 421 timer_setup(&psdata->ps_timer, ps_timeout_func, 0); in ps_setup()
|