Lines Matching refs:bLength
60 /* bLength */ sizeof(desc_ep_pn533_in),
69 /* bLength */ sizeof(desc_ep_pn533_in),
78 /* bLength */ sizeof(desc_iface_pn533),
90 /* bLength */ sizeof(desc_conf_pn533),
147 if (ub->bLength > len) {
148 DPRINTF("%04jx/%04jx: short buf len = %jd, bLength = %jd",
150 type, ub->bLength);
154 memcpy(desc, ub, ub->bLength);
159 desc = (char *)desc + ub->bLength;
160 len -= ub->bLength;