Lines Matching defs:dev

159 __weak void otg_phy_init(struct dwc2_udc *dev) {}  in otg_phy_init()
160 __weak void otg_phy_off(struct dwc2_udc *dev) {} in otg_phy_off()
169 static void udc_disable(struct dwc2_udc *dev) in udc_disable()
186 static void udc_reinit(struct dwc2_udc *dev) in udc_reinit()
219 static int udc_enable(struct dwc2_udc *dev) in udc_enable()
241 struct dwc2_udc *dev = the_controller; in usb_gadget_register_driver() local
290 struct dwc2_udc *dev = the_controller; in usb_gadget_unregister_driver() local
315 struct dwc2_udc *dev = the_controller; in dwc2_gadget_start() local
341 struct dwc2_udc *dev = the_controller; in dwc2_gadget_stop() local
426 static void stop_activity(struct dwc2_udc *dev, in stop_activity()
454 static void reconfig_usbd(struct dwc2_udc *dev) in reconfig_usbd()
583 static void set_max_pktsize(struct dwc2_udc *dev, enum usb_device_speed speed) in set_max_pktsize()
617 struct dwc2_udc *dev; in dwc2_ep_enable() local
889 struct dwc2_udc *dev = &memory; in dwc2_udc_probe() local
950 int dm_usb_gadget_handle_interrupts(struct udevice *dev) in dm_usb_gadget_handle_interrupts()
955 int dwc2_phy_setup(struct udevice *dev, struct phy **array, int *num_phys) in dwc2_phy_setup()
1021 void dwc2_phy_shutdown(struct udevice *dev, struct phy *usb_phys, int num_phys) in dwc2_phy_shutdown()
1038 static int dwc2_udc_otg_ofdata_to_platdata(struct udevice *dev) in dwc2_udc_otg_ofdata_to_platdata()
1097 static int dwc2_udc_otg_reset_init(struct udevice *dev, in dwc2_udc_otg_reset_init()
1123 static int dwc2_udc_otg_clk_init(struct udevice *dev, in dwc2_udc_otg_clk_init()
1144 static int dwc2_udc_otg_probe(struct udevice *dev) in dwc2_udc_otg_probe()
1200 static int dwc2_udc_otg_remove(struct udevice *dev) in dwc2_udc_otg_remove()
1233 int dwc2_udc_B_session_valid(struct udevice *dev) in dwc2_udc_B_session_valid()