Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.c252 static void usbg_data_write_cmpl(struct usb_ep *, struct usb_request *);
282 fu->bot_req_out->complete = usbg_data_write_cmpl; in bot_send_write_request()
964 static void usbg_data_write_cmpl(struct usb_ep *ep, struct usb_request *req) in usbg_data_write_cmpl() function
1006 req->complete = usbg_data_write_cmpl; in usbg_prepare_w_request()