Searched refs:mv_udc (Results 1 – 3 of 3) sorted by relevance
64 static void stop_activity(struct mv_udc *udc, struct usb_gadget_driver *driver);75 static void ep0_reset(struct mv_udc *udc) in ep0_reset()113 static void ep0_stall(struct mv_udc *udc) in ep0_stall()127 static int process_ep_req(struct mv_udc *udc, int index, in process_ep_req()217 struct mv_udc *udc = NULL; in done()222 udc = (struct mv_udc *)ep->udc; in done()260 struct mv_udc *udc; in queue_dtd()345 struct mv_udc *udc; in build_dtd()415 struct mv_udc *udc; in req_to_dtd()447 struct mv_udc *udc; in mv_ep_enable()[all …]
26 obj-$(CONFIG_USB_MV_UDC) += mv_udc.o27 mv_udc-y := mv_udc_core.o
173 struct mv_udc { struct231 struct mv_udc *udc; argument