OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vs_formats
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/x68k/dev/
vs.c
133
static const struct audio_format
vs_formats
= {
variable in typeref:typename:const struct audio_format
286
return audio_query_format(&
vs_formats
, 1, afp);
/src/sys/dev/usb/
uvideo.c
224
struct uvideo_format_list
vs_formats
;
member in struct:uvideo_stream
748
SIMPLEQ_FOREACH(format, &vs->
vs_formats
, entries) {
764
SIMPLEQ_FOREACH(format, &vs->
vs_formats
, entries) {
1071
SIMPLEQ_INIT(&vs->
vs_formats
);
1299
while ((format = SIMPLEQ_FIRST(&vs->
vs_formats
)) != NULL) {
1300
SIMPLEQ_REMOVE_HEAD(&vs->
vs_formats
, entries);
1566
SIMPLEQ_INSERT_TAIL(&vs->
vs_formats
, format, entries);
2057
SIMPLEQ_FOREACH(video_format, &vs->
vs_formats
, entries) {
Completed in 13 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025