Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Df_tcm.c241 static void usbg_data_write_cmpl(struct usb_ep *, struct usb_request *);
271 fu->bot_req_out->complete = usbg_data_write_cmpl; in bot_send_write_request()
955 static void usbg_data_write_cmpl(struct usb_ep *ep, struct usb_request *req) in usbg_data_write_cmpl() function
998 req->complete = usbg_data_write_cmpl; in usbg_prepare_w_request()