Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvConfig.c132 cfgno, inum, asnum, d->bEndpointAddress, in usb_parse_endpoint()
551 U32 cfgno, length; in usb_get_configuration() local
591 for (cfgno = 0; cfgno < dev->descriptor.bNumConfigurations; cfgno++) { in usb_get_configuration()
592 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, buffer, 8); in usb_get_configuration()
618 result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno, bigbuffer, length); in usb_get_configuration()
632 dev->rawdescriptors[cfgno] = (char*) bigbuffer; in usb_get_configuration()
634 result = usb_parse_configuration(dev, &dev->config[cfgno], (char*) bigbuffer); in usb_get_configuration()
648 dev->descriptor.bNumConfigurations = cfgno; in usb_get_configuration()