Searched refs:handshake_work (Results 1 – 2 of 2) sorted by relevance
116 queue_work(md->handshake_wq, &md->handshake_work); in t7xx_pci_mhccif_isr()527 struct t7xx_modem *md = container_of(work, struct t7xx_modem, handshake_work); in t7xx_md_hk_wq()583 queue_work(md->handshake_wq, &md->handshake_work); in t7xx_md_event_notify()655 INIT_WORK(&md->handshake_work, t7xx_md_hk_wq); in t7xx_md_alloc()
73 struct work_struct handshake_work; member