Searched refs:get_input (Results 1 – 5 of 5) sorted by relevance
52 int get_input (char *, int);284 get_input (char *buf, int len) in get_input() function384 if (get_input (&buf[0], BUFLEN) > 2) { in change_part()392 if (get_input (&buf[0], BUFLEN)) { in change_part()399 if (get_input (&buf[0], BUFLEN)) { in change_part()407 if (get_input (&buf[0], BUFLEN)) { in change_part()
485 int (*get_input)(void *, struct video_input *); member
1184 if (hw->get_input == NULL) { in video_get_input()1192 err = hw->get_input(sc->hw_softc, &vi); in video_get_input()
238 static void get_input(void);614 get_input(); in main()1137 get_input(void) in get_input() function
123 .get_input = auvitek_get_input,