Home
last modified time | relevance | path

Searched defs:ep_type (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Ddwc2_udc_otg_priv.h48 enum ep_type { enum
66 enum ep_type ep_type; member
H A Dpxa27x_udc.c527 int ep_num, ep_addr, ep_isout, ep_type, ep_size; in udc_setup_ep() local
H A Ddesignware_udc.c594 int ep_num, ep_type; in udc_setup_ep() local
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c504 unsigned int ep_type; in xhci_set_configuration() local
H A Ddwc2.c498 uint8_t ep_is_in, uint8_t ep_type, uint16_t max_packet) in dwc_otg_hc_init()
/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Dgadget.h985 #define GET_TRBS_PER_SEGMENT(ep_type) ((ep_type) == USB_ENDPOINT_XFER_ISOC ? \ argument