Home
last modified time | relevance | path

Searched refs:mv_udc (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/usb/gadget/udc/
Dmv_udc_core.c59 static void stop_activity(struct mv_udc *udc, struct usb_gadget_driver *driver);
70 static void ep0_reset(struct mv_udc *udc) in ep0_reset()
108 static void ep0_stall(struct mv_udc *udc) in ep0_stall()
122 static int process_ep_req(struct mv_udc *udc, int index, in process_ep_req()
211 struct mv_udc *udc = NULL; in done()
216 udc = (struct mv_udc *)ep->udc; in done()
254 struct mv_udc *udc; in queue_dtd()
339 struct mv_udc *udc; in build_dtd()
438 struct mv_udc *udc; in mv_ep_enable()
556 struct mv_udc *udc; in mv_ep_disable()
[all …]
DMakefile34 obj-$(CONFIG_USB_MV_UDC) += mv_udc.o
35 mv_udc-y := mv_udc_core.o
Dmv_udc.h169 struct mv_udc { struct
227 struct mv_udc *udc; argument