Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.c246 static void usbg_data_write_cmpl(struct usb_ep *, struct usb_request *);
276 fu->bot_req_out->complete = usbg_data_write_cmpl; in bot_send_write_request()
958 static void usbg_data_write_cmpl(struct usb_ep *ep, struct usb_request *req) in usbg_data_write_cmpl() function
1000 req->complete = usbg_data_write_cmpl; in usbg_prepare_w_request()