Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvConfig.c111 int iBufSize) in ms_usb_parse_ept() argument
122 if (desc->bLength > iBufSize) in ms_usb_parse_ept()
145 iBufSize -= desc->bLength; in ms_usb_parse_ept()
149 while ((U32)iBufSize >= sizeof(struct usb_descriptor_header)) in ms_usb_parse_ept()
160 iBufSize -= desc->bLength; in ms_usb_parse_ept()