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

  /src/sys/dev/
video_if.h 492 int (*get_tuner)(void *, struct video_tuner *); member in struct:video_hw_if
video.c 1387 if (hw->get_tuner == NULL)
1392 err = hw->get_tuner(sc->hw_softc, &vt);
1444 if (hw->set_frequency == NULL || hw->get_tuner == NULL)
1450 error = hw->get_tuner(sc->hw_softc, &vt);
2030 if (hw->set_tuner != NULL && hw->get_tuner != NULL)
  /src/sys/dev/usb/
auvitek_video.c 117 .get_tuner = auvitek_get_tuner,

Completed in 14 milliseconds