Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nfc/st-nci/
Dndlc.c94 schedule_work(&ndlc->sm_work); in ndlc_send()
210 struct llt_ndlc *ndlc = container_of(work, struct llt_ndlc, sm_work); in llt_ndlc_sm_work()
246 schedule_work(&ndlc->sm_work); in ndlc_recv()
256 schedule_work(&ndlc->sm_work); in ndlc_t1_timeout()
265 schedule_work(&ndlc->sm_work); in ndlc_t2_timeout()
298 INIT_WORK(&ndlc->sm_work, llt_ndlc_sm_work); in ndlc_probe()
Dndlc.h43 struct work_struct sm_work; member
/linux-4.4.14/net/nfc/hci/
Dllc_shdlc.c71 struct work_struct sm_work; member
589 schedule_work(&shdlc->sm_work); in llc_shdlc_connect_timeout()
598 schedule_work(&shdlc->sm_work); in llc_shdlc_t1_timeout()
607 schedule_work(&shdlc->sm_work); in llc_shdlc_t2_timeout()
612 struct llc_shdlc *shdlc = container_of(work, struct llc_shdlc, sm_work); in llc_shdlc_sm_work()
647 schedule_work(&shdlc->sm_work); in llc_shdlc_sm_work()
711 schedule_work(&shdlc->sm_work); in llc_shdlc_connect()
728 schedule_work(&shdlc->sm_work); in llc_shdlc_disconnect()
746 schedule_work(&shdlc->sm_work); in llc_shdlc_recv_frame()
785 INIT_WORK(&shdlc->sm_work, llc_shdlc_sm_work); in llc_shdlc_init()
[all …]
/linux-4.4.14/drivers/usb/phy/
Dphy-msm-usb.c746 schedule_work(&motg->sm_work); in msm_otg_set_host()
766 schedule_work(&motg->sm_work); in msm_otg_set_host()
819 schedule_work(&motg->sm_work); in msm_otg_set_peripheral()
836 schedule_work(&motg->sm_work); in msm_otg_set_peripheral()
1133 schedule_work(&motg->sm_work); in msm_chg_detect_work()
1188 struct msm_otg *motg = container_of(w, struct msm_otg, sm_work); in msm_otg_sm_work()
1317 schedule_work(&motg->sm_work); in msm_otg_irq()
1412 schedule_work(&motg->sm_work); in msm_otg_mode_write()
1484 schedule_work(&motg->sm_work); in msm_otg_vbus_notifier()
1500 schedule_work(&motg->sm_work); in msm_otg_id_notifier()
[all …]
/linux-4.4.14/include/linux/usb/
Dmsm_hsusb.h174 struct work_struct sm_work; member