Home | History | Annotate | Download | only in usb

Lines Matching defs:ub

121 	const usb_descriptor_t *ub;
133 ub = dev->ud_quirks->desc[j];
134 if (ub->bDescriptorType == type && i++ == index)
145 ub = dev->ud_quirks->desc[j];
147 if (ub->bLength > len) {
150 type, ub->bLength);
154 memcpy(desc, ub, ub->bLength);
159 desc = (char *)desc + ub->bLength;
160 len -= ub->bLength;