Searched defs:ep_type (Results 1 – 6 of 6) sorted by relevance
48 enum ep_type { enum66 enum ep_type ep_type; member
527 int ep_num, ep_addr, ep_isout, ep_type, ep_size; in udc_setup_ep() local
594 int ep_num, ep_type; in udc_setup_ep() local
504 unsigned int ep_type; in xhci_set_configuration() local
498 uint8_t ep_is_in, uint8_t ep_type, uint16_t max_packet) in dwc_otg_hc_init()
985 #define GET_TRBS_PER_SEGMENT(ep_type) ((ep_type) == USB_ENDPOINT_XFER_ISOC ? \ argument