Searched refs:xhci_queue_bulk_tx (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/usb/host/ |
D | xhci.h | 1509 int xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags, struct urb *urb,
|
D | xhci-ring.c | 2617 return xhci_queue_bulk_tx(xhci, GFP_ATOMIC, urb, slot_id, ep_index); in xhci_queue_intr_tx() 2785 int xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags, in xhci_queue_bulk_tx() function
|
D | xhci.c | 1104 ret = xhci_queue_bulk_tx(xhci, GFP_ATOMIC, urb, in xhci_urb_enqueue()
|