Searched refs:move_input (Results 1 – 3 of 3) sorted by relevance
17 void (*move_input) (unsigned char *, unsigned int); member
71 hwc_tty_data.calls.move_input = hwc_tty_input; in hwc_tty_open()
1375 if (hwc_data.calls->move_input != NULL) in get_input()1376 (hwc_data.calls->move_input) (start, count); in get_input()