Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/phy/
Dphy-fsl-usb.c583 schedule_delayed_work(&otg_dev->otg_event, 100); in fsl_otg_set_host()
668 struct fsl_otg *og = container_of(work, struct fsl_otg, otg_event.work); in fsl_otg_event()
758 &((struct fsl_otg *)dev_id)->otg_event, in fsl_otg_isr()
763 otg_event); in fsl_otg_isr()
808 INIT_DELAYED_WORK(&fsl_otg_tc->otg_event, fsl_otg_event); in fsl_otg_conf()
Dphy-fsl-usb.h375 struct delayed_work otg_event; member