Searched refs:sm_work (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/nfc/st21nfcb/
H A Dndlc.c82 schedule_work(&ndlc->sm_work); ndlc_send()
195 struct llt_ndlc *ndlc = container_of(work, struct llt_ndlc, sm_work); llt_ndlc_sm_work()
231 schedule_work(&ndlc->sm_work); ndlc_recv()
241 schedule_work(&ndlc->sm_work); ndlc_t1_timeout()
250 schedule_work(&ndlc->sm_work); ndlc_t2_timeout()
281 INIT_WORK(&ndlc->sm_work, llt_ndlc_sm_work); ndlc_probe()
H A Dndlc.h41 struct work_struct sm_work; member in struct:llt_ndlc
/linux-4.1.27/net/nfc/hci/
H A Dllc_shdlc.c71 struct work_struct sm_work; member in struct:llc_shdlc
589 schedule_work(&shdlc->sm_work); llc_shdlc_connect_timeout()
598 schedule_work(&shdlc->sm_work); llc_shdlc_t1_timeout()
607 schedule_work(&shdlc->sm_work); llc_shdlc_t2_timeout()
612 struct llc_shdlc *shdlc = container_of(work, struct llc_shdlc, sm_work); llc_shdlc_sm_work()
647 schedule_work(&shdlc->sm_work); llc_shdlc_sm_work()
711 schedule_work(&shdlc->sm_work); llc_shdlc_connect()
728 schedule_work(&shdlc->sm_work); llc_shdlc_disconnect()
746 schedule_work(&shdlc->sm_work); llc_shdlc_recv_frame()
785 INIT_WORK(&shdlc->sm_work, llc_shdlc_sm_work); llc_shdlc_init()
837 schedule_work(&shdlc->sm_work); llc_shdlc_xmit_from_hci()
/linux-4.1.27/include/linux/usb/
H A Dmsm_hsusb.h132 * @sm_work: OTG state machine work.
153 struct work_struct sm_work; member in struct:msm_otg
/linux-4.1.27/drivers/usb/phy/
H A Dphy-msm-usb.c720 schedule_work(&motg->sm_work); msm_otg_set_host()
740 schedule_work(&motg->sm_work); msm_otg_set_host()
793 schedule_work(&motg->sm_work); msm_otg_set_peripheral()
810 schedule_work(&motg->sm_work); msm_otg_set_peripheral()
1107 schedule_work(&motg->sm_work); msm_chg_detect_work()
1162 struct msm_otg *motg = container_of(w, struct msm_otg, sm_work); msm_otg_sm_work()
1291 schedule_work(&motg->sm_work); msm_otg_irq()
1386 schedule_work(&motg->sm_work); msm_otg_mode_write()
1639 INIT_WORK(&motg->sm_work, msm_otg_sm_work); msm_otg_probe()
1705 cancel_work_sync(&motg->sm_work); msm_otg_remove()

Completed in 179 milliseconds