OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vs_pixel_formats
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/usb/
uvideo.c
225
struct uvideo_pixel_format_list
vs_pixel_formats
;
member in struct:uvideo_stream
1072
SIMPLEQ_INIT(&vs->
vs_pixel_formats
);
1303
while ((pixel_format = SIMPLEQ_FIRST(&vs->
vs_pixel_formats
)) != NULL) {
1304
SIMPLEQ_REMOVE_HEAD(&vs->
vs_pixel_formats
, entries);
1402
SIMPLEQ_FOREACH(pfiter, &vs->
vs_pixel_formats
, entries) {
1413
SIMPLEQ_INSERT_TAIL(&vs->
vs_pixel_formats
,
Completed in 13 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025