Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_modem_ops.h73 struct work_struct handshake_work; member
H A Dt7xx_modem_ops.c116 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()