Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_modem_ops.h74 struct work_struct ap_handshake_work; member
H A Dt7xx_modem_ops.c541 struct t7xx_modem *md = container_of(work, struct t7xx_modem, ap_handshake_work); in t7xx_ap_hk_wq()
590 queue_work(md->handshake_wq, &md->ap_handshake_work); in t7xx_md_event_notify()
660 INIT_WORK(&md->ap_handshake_work, t7xx_ap_hk_wq); in t7xx_md_alloc()