Searched refs:usb_ep_queue (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | f_sdp.c | 460 value = usb_ep_queue(gadget->ep0, req, 0); in sdp_setup() 669 usb_ep_queue(sdp_func->in_ep, sdp_func->in_req, 0); in sdp_handle_in_ep() 679 usb_ep_queue(sdp_func->in_ep, sdp_func->in_req, 0); in sdp_handle_in_ep() 697 usb_ep_queue(sdp_func->in_ep, sdp_func->in_req, 0); in sdp_handle_in_ep()
|
| H A D | ci_udc.c | 653 usb_ep_queue(&ci_ep->ep, &ci_req->req, 0); in handle_ep_complete() 724 usb_ep_queue(controller.gadget.ep0, in handle_setup() 739 usb_ep_queue(controller.gadget.ep0, req, 0); in handle_setup() 747 usb_ep_queue(controller.gadget.ep0, req, 0); in handle_setup()
|
| H A D | ether.c | 1148 value = usb_ep_queue(ep, req, GFP_ATOMIC); in eth_status_complete() 1198 value = usb_ep_queue(dev->status_ep, req, GFP_ATOMIC); in issue_start_status() 1496 value = usb_ep_queue(gadget->ep0, req, GFP_ATOMIC); in eth_setup() 1551 retval = usb_ep_queue(dev->out_ep, req, gfp_flags); in rx_submit() 1744 retval = usb_ep_queue (dev->in_ep, req, GFP_ATOMIC); 1897 length = usb_ep_queue(dev->status_ep, resp, GFP_ATOMIC); in rndis_control_ack() 2469 retval = usb_ep_queue(dev->in_ep, req, GFP_ATOMIC); in _usb_eth_send()
|
| H A D | f_thor.c | 547 status = usb_ep_queue(dev->out_ep, dev->out_req, 0); in thor_rx_data() 581 status = usb_ep_queue(dev->in_ep, dev->in_req, 0); in thor_tx_data() 662 value = usb_ep_queue(gadget->ep0, req, 0); in thor_func_setup()
|
| H A D | f_fastboot.c | 472 ret = usb_ep_queue(f_fb->out_ep, f_fb->out_req, 0); in fastboot_set_alt() 525 ret = usb_ep_queue(fastboot_func->in_ep, in_req, 0); in fastboot_tx_write() 1615 usb_ep_queue(ep, req, 0); in rx_handler_dl_image() 2399 usb_ep_queue(ep, req, 0); in rx_handler_command()
|
| H A D | f_dfu.c | 611 value = usb_ep_queue(gadget->ep0, req, 0); in dfu_handle()
|
| H A D | composite.c | 1033 value = usb_ep_queue(gadget->ep0, req, GFP_KERNEL); in composite_setup()
|
| H A D | f_mass_storage.c | 477 rc = usb_ep_queue(common->ep0, common->ep0req, GFP_ATOMIC); in ep0_queue() 597 rc = usb_ep_queue(ep, req, GFP_KERNEL); in start_transfer()
|
| /rk3399_rockchip-uboot/include/linux/usb/ |
| H A D | gadget.h | 342 static inline int usb_ep_queue(struct usb_ep *ep, in usb_ep_queue() function
|