Searched refs:serial_ops (Results 1 – 21 of 21) sorted by relevance
31 static std::vector<const struct serial_ops *> serial_ops_list;43 static const struct serial_ops *serial_interface_lookup (const char *);142 static const struct serial_ops *145 for (const serial_ops *ops : serial_ops_list) in serial_interface_lookup()153 serial_add_interface (const struct serial_ops *optable) in serial_add_interface()176 new_serial (const struct serial_ops *ops) in new_serial()189 static struct serial *serial_open_ops_1 (const struct serial_ops *ops,197 const struct serial_ops *ops; in serial_open()229 serial_open_ops_1 (const struct serial_ops *ops, const char *open_name) in serial_open_ops_1()256 serial_open_ops (const struct serial_ops *ops) in serial_open_ops()[all …]
37 struct serial_ops;60 extern struct serial *serial_open_ops (const struct serial_ops *ops);244 const struct serial_ops *ops; /* Function vector */259 struct serial_ops struct312 extern void serial_add_interface (const struct serial_ops * optable); argument
88 static const struct serial_ops uds_ops =
127 static const struct serial_ops serial_event_ops =
1221 static const struct serial_ops hardwire_ops =1253 static const struct serial_ops tty_ops =1283 static const struct serial_ops pipe_ops =1313 static const struct serial_ops tcp_ops =
214 static const struct serial_ops pipe_ops =
441 static const struct serial_ops tcp_ops =
529 static const struct serial_ops hardwire_ops =
857 static const struct serial_ops dos_ops =
2576 * serial.h [USE_WIN32API] (struct serial_ops): Add done_wait_handle.3670 (struct serial_ops) [USE_WIN32API]: Add wait_handle.
3277 * serial.h (struct serial_ops): Add field ASYNC.3451 (union serial_ops): Update.
4885 * ser-go32.c: Prototype it to death. Update serial_ops and add4893 * serial.h (struct serial_ops): Get rid of restore, add
7558 * serial.h (struct serial_ops):9623 (struct serial_ops): Add copy_tty_state callback.
158 (struct serial_ops) <next>: Remove.8578 (struct serial_ops) <write>: Change prototype -- take 'void *'
4125 * serial.c (struct serial_ops): Add read_prim and write_prim.
3764 (serial_ops::noflush_set_tty_state): Delete.14949 * serial.h (serial_ops::name): Constify.
6538 * serial.h (struct serial_ops): Add drain_output, pointer to
2583 * serial.h (struct serial_ops): Document read_prim to return zero
2594 (struct serial_ops) <fdopen>: New field.
11449 (struct serial_ops): Add setparity field.
146904 of the serial_ops interface.