OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vstd
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/usb/
auvitek_video.c
248
auvitek_enum_standard(void *opaque, uint32_t index, enum video_standard *
vstd
)
252
*
vstd
= VIDEO_STANDARD_NTSC_M;
260
auvitek_get_standard(void *opaque, enum video_standard *
vstd
)
262
*
vstd
= VIDEO_STANDARD_NTSC_M;
267
auvitek_set_standard(void *opaque, enum video_standard
vstd
)
269
switch (
vstd
) {
uhci.c
3000
uhci_soft_td_t *std, *
vstd
;
local
3031
for (
vstd
= sc->sc_vframes[i].htd;
3032
vstd
!= NULL &&
vstd
->link.std != std;
3033
vstd
=
vstd
->link.std)
3035
if (
vstd
== NULL) {
3041
vstd
->link = std->link;
3046
vstd
->td.td_link = std->td.td_link;
3047
usb_syncmem(&
vstd
->dma
3065
uhci_soft_td_t *std, *
vstd
;
local
[
all
...]
/src/sys/dev/
video.c
986
enum video_standard *
vstd
)
988
#define
VSTD
(id, vid) case (id): *
vstd
= (vid); break;
990
VSTD
(V4L2_STD_NTSC_M, VIDEO_STANDARD_NTSC_M)
992
*
vstd
= VIDEO_STANDARD_UNKNOWN;
995
#undef
VSTD
999
video_standard_to_v4l2_standard(enum video_standard
vstd
,
1002
switch (
vstd
) {
1021
enum video_standard
vstd
;
local
1033
v4l2_standard_to_video_standard(std->id, &
vstd
);
1049
enum video_standard
vstd
;
local
1072
enum video_standard
vstd
;
local
[
all
...]
Completed in 17 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026