Home
last modified time | relevance | path

Searched refs:max_streams (Results 1 – 4 of 4) sorted by relevance

/u-boot/include/linux/usb/
A Dch9.h672 int max_streams; in usb_ss_max_streams() local
677 max_streams = comp->bmAttributes & 0x1f; in usb_ss_max_streams()
679 if (!max_streams) in usb_ss_max_streams()
682 max_streams = 1 << max_streams; in usb_ss_max_streams()
684 return max_streams; in usb_ss_max_streams()
A Dgadget.h184 unsigned max_streams:16; member
/u-boot/drivers/usb/dwc3/
A Dgadget.c1614 dep->endpoint.max_streams = 15; in dwc3_gadget_init_hw_endpoints()
/u-boot/drivers/usb/cdns3/
A Dgadget.c2493 priv_ep->endpoint.max_streams = CDNS3_EP_MAX_STREAMS; in cdns3_init_eps()

Completed in 22 milliseconds