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

  /src/sys/dev/
video_if.h 465 int (*enum_format)(void *, uint32_t, struct video_format *); member in struct:video_hw_if
video.c 792 if (hw->enum_format == NULL)
795 err = hw->enum_format(sc->hw_softc, fmtdesc->index, &vfmt);
823 if (hw->enum_format == NULL)
832 err = hw->enum_format(sc->hw_softc, n, &vfmt);
856 if (hw->enum_format == NULL)
  /src/sys/dev/usb/
auvitek_video.c 108 .enum_format = auvitek_enum_format,
pseye.c 151 .enum_format = pseye_enum_format,
uvideo.c 383 .enum_format = uvideo_enum_format,

Completed in 16 milliseconds