Home
last modified time | relevance | path

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

/u-boot/drivers/usb/gadget/
A Df_fastboot.c357 ret = usb_ep_queue(f_fb->out_ep, f_fb->out_req, 0); in fastboot_set_alt()
410 ret = usb_ep_queue(fastboot_func->in_ep, in_req, 0); in fastboot_tx_write()
483 usb_ep_queue(ep, req, 0); in rx_handler_dl_image()
559 usb_ep_queue(ep, req, 0); in rx_handler_command()
A Df_sdp.c514 value = usb_ep_queue(gadget->ep0, req, 0); in sdp_setup()
790 usb_ep_queue(sdp_func->in_ep, sdp_func->in_req, 0); in sdp_handle_in_ep()
800 usb_ep_queue(sdp_func->in_ep, sdp_func->in_req, 0); in sdp_handle_in_ep()
818 usb_ep_queue(sdp_func->in_ep, sdp_func->in_req, 0); in sdp_handle_in_ep()
895 rc = usb_ep_queue(sdp_func->out_ep, sdp_func->out_req, 0); in sdp_handle_out_ep()
902 rc = usb_ep_queue(sdp_func->out_ep, sdp_func->out_req, 0); in sdp_handle_out_ep()
A Df_rockusb.c286 ret = usb_ep_queue(f_rkusb->out_ep, f_rkusb->out_req, 0); in rockusb_set_alt()
338 ret = usb_ep_queue(rockusb_func->in_ep, in_req, 0); in rockusb_tx_write()
484 ret = usb_ep_queue(rockusb_func->in_ep, in_req, 0); in tx_handler_ul_image()
547 usb_ep_queue(ep, req, 0); in rx_handler_dl_image()
933 usb_ep_queue(ep, req, 0); in rx_handler_command()
A Dci_udc.c662 usb_ep_queue(&ci_ep->ep, &ci_req->req, 0); in handle_ep_complete()
733 usb_ep_queue(controller.gadget.ep0, in handle_setup()
748 usb_ep_queue(controller.gadget.ep0, req, 0); in handle_setup()
756 usb_ep_queue(controller.gadget.ep0, req, 0); in handle_setup()
A Dether.c1144 value = usb_ep_queue(ep, req, GFP_ATOMIC); in eth_status_complete()
1194 value = usb_ep_queue(dev->status_ep, req, GFP_ATOMIC); in issue_start_status()
1492 value = usb_ep_queue(gadget->ep0, req, GFP_ATOMIC); in eth_setup()
1547 retval = usb_ep_queue(dev->out_ep, req, gfp_flags); in rx_submit()
1740 retval = usb_ep_queue (dev->in_ep, req, GFP_ATOMIC);
1901 length = usb_ep_queue(dev->status_ep, resp, GFP_ATOMIC); in rndis_control_ack()
2473 retval = usb_ep_queue(dev->in_ep, req, GFP_ATOMIC); in _usb_eth_send()
A Df_thor.c551 status = usb_ep_queue(dev->out_ep, dev->out_req, 0); in thor_rx_data()
585 status = usb_ep_queue(dev->in_ep, dev->in_req, 0); in thor_tx_data()
666 value = usb_ep_queue(gadget->ep0, req, 0); in thor_func_setup()
A Dcomposite.c1233 value = usb_ep_queue(gadget->ep0, req, GFP_KERNEL); in composite_setup()
1305 value = usb_ep_queue(gadget->ep0, req, GFP_KERNEL); in composite_setup()
A Df_dfu.c617 value = usb_ep_queue(gadget->ep0, req, 0); in dfu_handle()
A Df_mass_storage.c482 rc = usb_ep_queue(common->ep0, common->ep0req, GFP_ATOMIC); in ep0_queue()
602 rc = usb_ep_queue(ep, req, GFP_KERNEL); in start_transfer()
/u-boot/include/linux/usb/
A Dgadget.h342 static inline int usb_ep_queue(struct usb_ep *ep, in usb_ep_queue() function

Completed in 1617 milliseconds