Home
last modified time | relevance | path

Searched defs:ep_index (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-ring.c272 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() local
759 int ep_index; in xhci_ctrl_tx() local
H A Dxhci-mem.c645 unsigned int ep_index) in xhci_get_ep_ctx()
671 unsigned int ep_index) in xhci_endpoint_copy()
H A Dxhci.c498 int ep_index; in xhci_set_configuration() local
764 int ep_index = 0; /* control endpoint */ in xhci_check_maxpacket() local
/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_priv.h90 #define ep_index(EP) ((EP)->bEndpointAddress&0xF) macro