Home
last modified time | relevance | path

Searched refs:eptype (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/eth/
H A Dmcs7830.c762 uint8_t eptype, epaddr; in mcs7830_eth_probe() local
765 eptype = iface->ep_desc[i].bmAttributes; in mcs7830_eth_probe()
766 eptype &= USB_ENDPOINT_XFERTYPE_MASK; in mcs7830_eth_probe()
772 if (eptype == USB_ENDPOINT_XFER_BULK) { in mcs7830_eth_probe()
783 if (eptype == USB_ENDPOINT_XFER_INT) { in mcs7830_eth_probe()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Ddwc2.c929 int eptype = dwc2_eptype[usb_pipetype(pipe)]; in chunk_msg() local
955 eptype, max); in chunk_msg()
992 if (eptype == DWC2_HCCHAR_EPTYPE_INTR) { in chunk_msg()