Searched refs:ps_timer (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/wireless/ath/ath10k/ |
| A D | pci.h | 155 struct timer_list ps_timer; member
|
| A D | pci.c | 586 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()
|
| /drivers/bluetooth/ |
| A D | btnxpuart.c | 155 struct timer_list ps_timer; member 413 mod_timer(&psdata->ps_timer, jiffies + msecs_to_jiffies(psdata->h2c_ps_interval)); in ps_start_timer() 424 timer_shutdown_sync(&psdata->ps_timer); in ps_cancel_timer() 484 struct ps_data *data = timer_container_of(data, t, ps_timer); in ps_timeout_func() 559 timer_setup(&psdata->ps_timer, ps_timeout_func, 0); in ps_setup()
|
Completed in 16 milliseconds