HomeSort by: relevance | last modified time | path
    Searched defs:bLength (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/usb/
usbdi_util.h 97 uByte bLength;
usbhid.h 54 uByte bLength;
uirdavar.h 66 uByte bLength;
usbcdc.h 56 uByte bLength;
63 uByte bLength;
73 uByte bLength;
84 uByte bLength;
92 uByte bLength;
umidi.c 75 uByte bLength;
81 uByte bLength;
90 uByte bLength;
98 uByte bLength;
108 #define NEXT_D(desc) TO_D((char *)(desc)+(desc)->bLength)
893 KASSERT(idesc->bLength >= sizeof(*idesc));
894 KASSERT(idesc->bLength <= end - (char *)idesc);
908 desc->bLength < sizeof(*desc) ||
909 desc->bLength > end - (char *)desc)
914 desc->bLength < sizeof(*csdesc)
    [all...]
uaudioreg.h 57 uByte bLength;
70 * UAC2 no longer uses these extra fields. Check bLength to
79 uByte bLength;
85 uByte bLength;
95 uByte bLength;
104 uByte bLength;
122 uByte bLength;
134 uByte bLength;
150 uByte bLength;
222 uByte bLength;
    [all...]
mbim.h 592 uByte bLength;
uvideoreg.h 88 uByte bLength;
95 uByte bLength;
108 uByte bLength;
120 uByte bLength;
132 uByte bLength;
167 uByte bLength;
179 uByte bLength;
200 uByte bLength;
218 uByte bLength;
254 uByte bLength;
    [all...]
usb.h 213 uByte bLength;
220 uByte bLength;
243 uByte bLength;
260 uByte bLength;
273 uByte bLength;
285 uByte bLength;
314 uByte bLength;
331 uByte bLength;
340 uByte bLength;
363 uByte bLength;
    [all...]

Completed in 17 milliseconds