Searched defs:serial_ops (Results 1 – 1 of 1) sorted by relevance
251 struct serial_ops struct254 struct serial_ops *next; argument255 int (*open) (struct serial *, const char *name);256 void (*close) (struct serial *);257 int (*fdopen) (struct serial *, int fd);258 int (*readchar) (struct serial *, int timeout);259 int (*write) (struct serial *, const char *str, int len);261 int (*flush_output) (struct serial *);263 int (*flush_input) (struct serial *);264 int (*send_break) (struct serial *);[all …]