Searched defs:serial_ops (Results 1 – 1 of 1) sorted by relevance
207 struct serial_ops struct210 struct serial_ops *next; argument211 int (*open) (struct serial *, const char *name);212 void (*close) (struct serial *);213 int (*readchar) (struct serial *, int timeout);214 int (*write) (struct serial *, const char *str, int len);216 int (*flush_output) (struct serial *);218 int (*flush_input) (struct serial *);219 int (*send_break) (struct serial *);220 void (*go_raw) (struct serial *);[all …]