otg_event         577 drivers/usb/phy/phy-fsl-usb.c 		schedule_delayed_work(&otg_dev->otg_event, 100);
otg_event         651 drivers/usb/phy/phy-fsl-usb.c 	struct fsl_otg *og = container_of(work, struct fsl_otg, otg_event.work);
otg_event         741 drivers/usb/phy/phy-fsl-usb.c 					&((struct fsl_otg *)dev_id)->otg_event,
otg_event         746 drivers/usb/phy/phy-fsl-usb.c 						    otg_event);
otg_event         791 drivers/usb/phy/phy-fsl-usb.c 	INIT_DELAYED_WORK(&fsl_otg_tc->otg_event, fsl_otg_event);
otg_event         361 drivers/usb/phy/phy-fsl-usb.h 	struct delayed_work otg_event;