Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/phy/
Dphy-fsl-usb.c577 schedule_delayed_work(&otg_dev->otg_event, 100); in fsl_otg_set_host()
651 struct fsl_otg *og = container_of(work, struct fsl_otg, otg_event.work); in fsl_otg_event()
741 &((struct fsl_otg *)dev_id)->otg_event, in fsl_otg_isr()
746 otg_event); in fsl_otg_isr()
791 INIT_DELAYED_WORK(&fsl_otg_tc->otg_event, fsl_otg_event); in fsl_otg_conf()
Dphy-fsl-usb.h361 struct delayed_work otg_event; member