Home
last modified time | relevance | path

Searched refs:handshake_wq (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_modem_ops.c116 queue_work(md->handshake_wq, &md->handshake_work); in t7xx_pci_mhccif_isr()
583 queue_work(md->handshake_wq, &md->handshake_work); in t7xx_md_event_notify()
590 queue_work(md->handshake_wq, &md->ap_handshake_work); in t7xx_md_event_notify()
650 md->handshake_wq = alloc_workqueue("%s", WQ_UNBOUND | WQ_MEM_RECLAIM | WQ_HIGHPRI, in t7xx_md_alloc()
652 if (!md->handshake_wq) in t7xx_md_alloc()
754 destroy_workqueue(md->handshake_wq); in t7xx_md_init()
774 destroy_workqueue(md->handshake_wq); in t7xx_md_exit()
H A Dt7xx_modem_ops.h72 struct workqueue_struct *handshake_wq; member