Searched defs:ep_index (Results 1 – 4 of 4) sorted by relevance
272 u32 ep_index, trb_type cmd) in xhci_queue_command()358 static void giveback_first_trb(struct usb_device *udev, int ep_index, in giveback_first_trb()484 static void abort_td(struct usb_device *udev, int ep_index) in abort_td()565 int ep_index; in xhci_bulk_tx() local759 int ep_index; in xhci_ctrl_tx() local
645 unsigned int ep_index) in xhci_get_ep_ctx()671 unsigned int ep_index) in xhci_endpoint_copy()
498 int ep_index; in xhci_set_configuration() local764 int ep_index = 0; /* control endpoint */ in xhci_check_maxpacket() local
90 #define ep_index(EP) ((EP)->bEndpointAddress&0xF) macro