Searched refs:ser_unix_flush_input (Results 1 – 5 of 5) sorted by relevance
31 extern int ser_unix_flush_input (struct serial *scb);
149 ops->flush_input = ser_unix_flush_input; in _initialize_ser_pipe()
218 ops->flush_input = ser_unix_flush_input; in _initialize_ser_tcp()
337 ser_unix_flush_input (scb); in hardwire_flush_input()1130 ser_unix_flush_input (struct serial *scb) in ser_unix_flush_input() function
2551 * ser-unix.c (ser_unix_flush_input): New function. Discard input2553 (hardwire_flush_input): Use ser_unix_flush_input.2555 * ser-unix.h (ser_unix_flush_input): Update.