Home
last modified time | relevance | path

Searched refs:get_format (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/dev/
Dvideo_if.h466 int (*get_format)(void *, struct video_format *); member
Dvideo.c874 if (hw->get_format == NULL) in video_get_format()
877 err = hw->get_format(sc->hw_softc, &vfmt); in video_get_format()
1759 if (hw->get_format != NULL) { in videoopen()
1760 err = hw->get_format(sc->hw_softc, &vs->vs_format); in videoopen()
/netbsd/src/sys/dev/usb/
Dauvitek_video.c109 .get_format = auvitek_get_format,
Dpseye.c152 .get_format = pseye_get_format,
Duvideo.c384 .get_format = uvideo_get_format,