Searched defs:ep_index (Results 1 – 4 of 4) sorted by relevance
273 u32 ep_index, trb_type cmd) in xhci_queue_command()359 static void giveback_first_trb(struct usb_device *udev, int ep_index, in giveback_first_trb()481 static void reset_ep(struct usb_device *udev, int ep_index) in reset_ep()518 static void abort_td(struct usb_device *udev, int ep_index) in abort_td()608 int ep_index; in xhci_bulk_tx() local802 int ep_index; in xhci_ctrl_tx() local
646 unsigned int ep_index) in xhci_get_ep_ctx()672 unsigned int ep_index) in xhci_endpoint_copy()
502 int ep_index; in xhci_set_configuration() local774 int ep_index = 0; /* control endpoint */ in xhci_check_maxpacket() local
91 #define ep_index(EP) ((EP)->bEndpointAddress&0xF) macro