Searched defs:serial_ops (Results 1 – 1 of 1) sorted by relevance
206 struct serial_ops struct209 struct serial_ops *next; argument210 int (*open) (struct serial *, const char *name);211 void (*close) (struct serial *);212 int (*readchar) (struct serial *, int timeout);213 int (*write) (struct serial *, const char *str, int len);238 extern void serial_add_interface (struct serial_ops * optable); argument