HomeSort by: relevance | last modified time | path
    Searched refs:bHeaderLength (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
pseye.c 683 if (uvchdr->bHeaderLength != UVIDEO_PAYLOAD_HEADER_SIZE)
685 if (uvchdr->bHeaderLength == len &&
693 payload.data = buf + uvchdr->bHeaderLength;
694 payload.size = uimin(brem, len - uvchdr->bHeaderLength);
uvideoreg.h 696 uByte bHeaderLength;
717 SOF counter, or other things... bHeaderLength is actual length. */
uvideo.c 1889 if (hdr->bHeaderLength > UVIDEO_PAYLOAD_HEADER_SIZE ||
1890 hdr->bHeaderLength < sizeof(uvideo_payload_header_t))
1892 if (hdr->bHeaderLength == len && !(hdr->bmHeaderInfo & UV_END_OF_FRAME))
1897 payload.data = buf + hdr->bHeaderLength;
1898 payload.size = len - hdr->bHeaderLength;

Completed in 16 milliseconds