HomeSort by: relevance | last modified time | path
    Searched refs:get_format (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/
video_if.h 466 int (*get_format)(void *, struct video_format *); member in struct:video_hw_if
video.c 874 if (hw->get_format == NULL)
877 err = hw->get_format(sc->hw_softc, &vfmt);
1759 if (hw->get_format != NULL) {
1760 err = hw->get_format(sc->hw_softc, &vs->vs_format);
  /src/sys/dev/usb/
auvitek_video.c 109 .get_format = auvitek_get_format,
pseye.c 152 .get_format = pseye_get_format,
uvideo.c 384 .get_format = uvideo_get_format,

Completed in 16 milliseconds