Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-ring.c273 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() local
802 int ep_index; in xhci_ctrl_tx() local
H A Dxhci-mem.c646 unsigned int ep_index) in xhci_get_ep_ctx()
672 unsigned int ep_index) in xhci_endpoint_copy()
H A Dxhci.c502 int ep_index; in xhci_set_configuration() local
774 int ep_index = 0; /* control endpoint */ in xhci_check_maxpacket() local
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Ddwc2_udc_otg_priv.h91 #define ep_index(EP) ((EP)->bEndpointAddress&0xF) macro