Home
last modified time | relevance | path

Searched refs:sleep_lock_acquire (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wwan/t7xx/
H A Dt7xx_pci.h92 struct completion sleep_lock_acquire; member
H A Dt7xx_pci.c231 init_completion(&t7xx_dev->sleep_lock_acquire); in t7xx_pci_pm_init()
325 ret = wait_for_completion_timeout(&t7xx_dev->sleep_lock_acquire, in t7xx_pci_sleep_disable_complete()
354 reinit_completion(&t7xx_dev->sleep_lock_acquire); in t7xx_pci_disable_sleep()
368 complete_all(&t7xx_dev->sleep_lock_acquire); in t7xx_pci_disable_sleep()
H A Dt7xx_mhccif.c63 complete_all(&t7xx_dev->sleep_lock_acquire); in t7xx_mhccif_isr_thread()
H A Dt7xx_hif_dpmaif_rx.c857 ret = try_wait_for_completion(&t7xx_dev->sleep_lock_acquire); in t7xx_dpmaif_napi_rx_poll()