OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Oct 14 01:09:49 GMT 2025