Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/usb/
Dmsm_hsusb.h158 struct delayed_work chg_work; member
/linux-4.1.27/drivers/usb/phy/
Dphy-msm-usb.c1055 struct msm_otg *motg = container_of(w, struct msm_otg, chg_work.work); in msm_chg_detect_work()
1113 schedule_delayed_work(&motg->chg_work, delay); in msm_chg_detect_work()
1182 msm_chg_detect_work(&motg->chg_work.work); in msm_otg_sm_work()
1218 if (cancel_delayed_work_sync(&motg->chg_work)) { in msm_otg_sm_work()
1640 INIT_DELAYED_WORK(&motg->chg_work, msm_chg_detect_work); in msm_otg_probe()
1704 cancel_delayed_work_sync(&motg->chg_work); in msm_otg_remove()