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

  /src/sys/arch/atari/stand/ahdilabel/
ahdilabel.c 52 int get_input (char *, int);
284 get_input (char *buf, int len) function in typeref:typename:int
384 if (get_input (&buf[0], BUFLEN) > 2) {
392 if (get_input (&buf[0], BUFLEN)) {
399 if (get_input (&buf[0], BUFLEN)) {
407 if (get_input (&buf[0], BUFLEN)) {
414 if (get_input (&buf[0], BUFLEN)) {
  /src/sys/dev/
video_if.h 485 int (*get_input)(void *, struct video_input *); member in struct:video_hw_if
video.c 1184 if (hw->get_input == NULL) {
1192 err = hw->get_input(sc->hw_softc, &vi);
  /src/sys/dev/usb/
auvitek_video.c 123 .get_input = auvitek_get_input,

Completed in 16 milliseconds