Symbol: video_hw_if
sys/dev/usb/auvitek_video.c
103
static const struct video_hw_if auvitek_video_if = {
sys/dev/usb/pseye.c
146
static const struct video_hw_if pseye_hw_if = {
sys/dev/usb/uvideo.c
378
static const struct video_hw_if uvideo_hw_if = {
sys/dev/video.c
1020
const struct video_hw_if *hw = sc->hw_if;
sys/dev/video.c
1047
const struct video_hw_if *hw = sc->hw_if;
sys/dev/video.c
1071
const struct video_hw_if *hw = sc->hw_if;
sys/dev/video.c
1149
const struct video_hw_if *hw = sc->hw_if;
sys/dev/video.c
1178
const struct video_hw_if *hw = sc->hw_if;
sys/dev/video.c
1205
const struct video_hw_if *hw = sc->hw_if;
sys/dev/video.c
1255
const struct video_hw_if *hw = sc->hw_if;
sys/dev/video.c
1276
const struct video_hw_if *hw = sc->hw_if;
sys/dev/video.c
1297
const struct video_hw_if *hw = sc->hw_if;
sys/dev/video.c
1383
const struct video_hw_if *hw = sc->hw_if;
sys/dev/video.c
1404
const struct video_hw_if *hw = sc->hw_if;
sys/dev/video.c
1418
const struct video_hw_if *hw = sc->hw_if;
sys/dev/video.c
1439
const struct video_hw_if *hw = sc->hw_if;
sys/dev/video.c
1471
const struct video_hw_if *hw;
sys/dev/video.c
1667
const struct video_hw_if *hw;
sys/dev/video.c
1692
const struct video_hw_if *hw;
sys/dev/video.c
1718
const struct video_hw_if *hw;
sys/dev/video.c
1772
const struct video_hw_if *hw;
sys/dev/video.c
186
const struct video_hw_if *hw_if; /* Hardware interface */
sys/dev/video.c
1981
const struct video_hw_if *hw;
sys/dev/video.c
432
video_attach_mi(const struct video_hw_if *hw_if, device_t parent, void *sc)
sys/dev/video.c
564
const struct video_hw_if *hw;
sys/dev/video.c
603
const struct video_hw_if *hw;
sys/dev/video.c
786
const struct video_hw_if *hw;
sys/dev/video.c
816
const struct video_hw_if *hw;
sys/dev/video.c
853
const struct video_hw_if *hw;
sys/dev/video.c
869
const struct video_hw_if *hw;
sys/dev/video.c
889
const struct video_hw_if *hw;
sys/dev/video.c
914
const struct video_hw_if *hw;
sys/dev/video.c
937
const struct video_hw_if *hw;
sys/dev/video.c
964
const struct video_hw_if *hw;
sys/dev/video_if.h
503
const struct video_hw_if *hw_if;
sys/dev/video_if.h
507
device_t video_attach_mi(const struct video_hw_if *, device_t, void *);