Lines Matching refs:the_controller
75 struct dwc2_udc *the_controller; variable
123 the_controller, p); in set_udc_gadget_private_data()
124 the_controller->gadget.dev.device_data = p; in set_udc_gadget_private_data()
241 struct dwc2_udc *dev = the_controller; in usb_gadget_register_driver()
290 struct dwc2_udc *dev = the_controller; in usb_gadget_unregister_driver()
315 struct dwc2_udc *dev = the_controller; in dwc2_gadget_start()
341 struct dwc2_udc *dev = the_controller; in dwc2_gadget_stop()
908 the_controller = dev; in dwc2_udc_probe()
931 return dwc2_udc_irq(1, (void *)the_controller); in dwc2_udc_handle_interrupt()
1196 the_controller->driver = 0; in dwc2_udc_otg_probe()
1198 ret = usb_add_gadget_udc((struct device *)dev, &the_controller->gadget); in dwc2_udc_otg_probe()
1207 usb_del_gadget_udc(&the_controller->gadget); in dwc2_udc_otg_remove()