Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_sdp.c460 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 Dci_udc.c653 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 Dether.c1148 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 Df_thor.c547 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 Df_fastboot.c472 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 Df_dfu.c611 value = usb_ep_queue(gadget->ep0, req, 0); in dfu_handle()
H A Dcomposite.c1033 value = usb_ep_queue(gadget->ep0, req, GFP_KERNEL); in composite_setup()
H A Df_mass_storage.c477 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 Dgadget.h342 static inline int usb_ep_queue(struct usb_ep *ep, in usb_ep_queue() function