Home
last modified time | relevance | path

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

/drivers/net/wwan/t7xx/
Dt7xx_pci.c98 init_completion(&t7xx_dev->sleep_lock_acquire); in t7xx_pci_pm_init()
192 ret = wait_for_completion_timeout(&t7xx_dev->sleep_lock_acquire, in t7xx_pci_sleep_disable_complete()
221 reinit_completion(&t7xx_dev->sleep_lock_acquire); in t7xx_pci_disable_sleep()
235 complete_all(&t7xx_dev->sleep_lock_acquire); in t7xx_pci_disable_sleep()
Dt7xx_pci.h81 struct completion sleep_lock_acquire; member
Dt7xx_mhccif.c63 complete_all(&t7xx_dev->sleep_lock_acquire); in t7xx_mhccif_isr_thread()