Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Df_fastboot.c138 static void rx_handler_command(struct usb_ep *ep, struct usb_request *req);
262 f_fb->out_req->complete = rx_handler_command; in fastboot_set_alt()
396 req->complete = rx_handler_command; in rx_handler_dl_image()
419 static void rx_handler_command(struct usb_ep *ep, struct usb_request *req) in rx_handler_command() function
H A Df_rockusb.c99 static void rx_handler_command(struct usb_ep *ep, struct usb_request *req);
265 f_rkusb->out_req->complete = rx_handler_command; in rockusb_set_alt()
523 req->complete = rx_handler_command; in rx_handler_dl_image()
887 static void rx_handler_command(struct usb_ep *ep, struct usb_request *req) in rx_handler_command() function