Lines Matching refs:bLength
649 *offsp, d->bLength, size, in uaudio_find_iface()
654 *offsp += d->bLength; in uaudio_find_iface()
1552 nchan = (d->v1.bLength - 7) / ctlsize; in uaudio_add_feature()
1600 nchan = (d->v2.bLength - 6) / 4; in uaudio_add_feature()
2106 if (*offsp + desc->bLength > size) in uaudio_process_as()
2118 UGETDW(asid->v2.bmFormats), asid->v1.bLength); in uaudio_process_as()
2146 ed->bLength, ed->bDescriptorType, ed->bEndpointAddress, in uaudio_process_as()
2149 ed->bLength > 7 ? ed->bRefresh : 0, in uaudio_process_as()
2150 ed->bLength > 8 ? ed->bSynchAddress : 0); in uaudio_process_as()
2160 epdesc1->bLength, epdesc1->bDescriptorType, in uaudio_process_as()
2163 epdesc1->bLength > 7 ? epdesc1->bRefresh : 0, in uaudio_process_as()
2164 epdesc1->bLength > 8 ? epdesc1->bSynchAddress : 0); in uaudio_process_as()
2166 if (epdesc1->bLength > 8 && epdesc1->bSynchAddress != 0) { in uaudio_process_as()
2179 if (ed->bLength > 8 && epdesc1->bEndpointAddress != ed->bSynchAddress) { in uaudio_process_as()
2200 DPRINTF(" streaming_endpoint: offset=%d bLength=%d\n", *offsp, sed->bLength); in uaudio_process_as()
2217 *offsp += desc->bLength; in uaudio_process_as()
2702 ibuf += dp->bLength; in uaudio_identify_ac()
2706 if (ibuf + dp->bLength > ibufend) { in uaudio_identify_ac()