HomeSort by relevance Sort by last modified time
    Searched refs:rx_handler_command (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/usb/gadget/
f_fastboot.c 138 static void rx_handler_command(struct usb_ep *ep, struct usb_request *req);
262 f_fb->out_req->complete = rx_handler_command;
396 req->complete = rx_handler_command;
419 static void rx_handler_command(struct usb_ep *ep, struct usb_request *req) function
f_rockusb.c 99 static void rx_handler_command(struct usb_ep *ep, struct usb_request *req);
265 f_rkusb->out_req->complete = rx_handler_command;
462 req->complete = rx_handler_command;
674 static void rx_handler_command(struct usb_ep *ep, struct usb_request *req) function

Completed in 44 milliseconds