Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/usb/
Dmsm_hsusb.h179 struct delayed_work chg_work; member
/linux-4.4.14/drivers/usb/phy/
Dphy-msm-usb.c1081 struct msm_otg *motg = container_of(w, struct msm_otg, chg_work.work); in msm_chg_detect_work()
1139 schedule_delayed_work(&motg->chg_work, delay); in msm_chg_detect_work()
1208 msm_chg_detect_work(&motg->chg_work.work); in msm_otg_sm_work()
1244 if (cancel_delayed_work_sync(&motg->chg_work)) { in msm_otg_sm_work()
1780 INIT_DELAYED_WORK(&motg->chg_work, msm_chg_detect_work); in msm_otg_probe()
1872 cancel_delayed_work_sync(&motg->chg_work); in msm_otg_remove()