OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vstd
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/usb/
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
...]
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
...]
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 59 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026