Home
last modified time | relevance | path

Searched refs:get_standard (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/dev/
H A Dvideo_if.h471 int (*get_standard)(void *, enum video_standard *); member
H A Dvideo.c1043 if (hw->get_standard == NULL) { in video_get_standard()
1048 err = hw->get_standard(sc->hw_softc, &vstd); in video_get_standard()
/netbsd/sys/dev/usb/
H A Dauvitek_video.c113 .get_standard = auvitek_get_standard,