Lines Matching refs:serial

68 static int hardwire_open (struct serial *scb, const char *name);
69 static void hardwire_raw (struct serial *scb);
70 static int wait_for (struct serial *scb, int timeout);
71 static int hardwire_readchar (struct serial *scb, int timeout);
72 static int do_hardwire_readchar (struct serial *scb, int timeout);
74 static int hardwire_setbaudrate (struct serial *scb, int rate);
75 static void hardwire_close (struct serial *scb);
76 static int get_tty_state (struct serial *scb,
78 static int set_tty_state (struct serial *scb,
80 static serial_ttystate hardwire_get_tty_state (struct serial *scb);
81 static int hardwire_set_tty_state (struct serial *scb, serial_ttystate state);
82 static int hardwire_noflush_set_tty_state (struct serial *, serial_ttystate,
84 static void hardwire_print_tty_state (struct serial *, serial_ttystate,
86 static int hardwire_drain_output (struct serial *);
87 static int hardwire_flush_output (struct serial *);
88 static int hardwire_flush_input (struct serial *);
89 static int hardwire_send_break (struct serial *);
90 static int hardwire_setstopbits (struct serial *, int);
97 hardwire_open (struct serial *scb, const char *name) in hardwire_open()
107 get_tty_state (struct serial *scb, struct hardwire_ttystate *state) in get_tty_state()
137 set_tty_state (struct serial *scb, struct hardwire_ttystate *state) in set_tty_state()
167 hardwire_get_tty_state (struct serial *scb) in hardwire_get_tty_state()
180 hardwire_set_tty_state (struct serial *scb, serial_ttystate ttystate) in hardwire_set_tty_state()
190 hardwire_noflush_set_tty_state (struct serial *scb, in hardwire_noflush_set_tty_state()
223 hardwire_print_tty_state (struct serial *scb, in hardwire_print_tty_state()
281 hardwire_drain_output (struct serial *scb) in hardwire_drain_output()
310 hardwire_flush_output (struct serial *scb) in hardwire_flush_output()
327 hardwire_flush_input (struct serial *scb) in hardwire_flush_input()
346 hardwire_send_break (struct serial *scb) in hardwire_send_break()
376 hardwire_raw (struct serial *scb) in hardwire_raw()
431 wait_for (struct serial *scb, int timeout) in wait_for()
552 do_hardwire_readchar (struct serial *scb, int timeout) in do_hardwire_readchar()
622 hardwire_readchar (struct serial *scb, int timeout) in hardwire_readchar()
773 hardwire_setbaudrate (struct serial *scb, int rate) in hardwire_setbaudrate()
812 hardwire_setstopbits (struct serial *scb, int num) in hardwire_setstopbits()
855 hardwire_close (struct serial *scb) in hardwire_close()
897 ser_unix_read_prim (struct serial *scb, size_t count) in ser_unix_read_prim()
911 ser_unix_write_prim (struct serial *scb, const void *buf, size_t len) in ser_unix_write_prim()