Searched defs:serial_ops (Results 1 – 1 of 1) sorted by relevance
205 struct serial_ops struct208 struct serial_ops *next; argument209 int (*open) (struct serial *, const char *name);210 void (*close) (struct serial *);211 int (*readchar) (struct serial *, int timeout);212 int (*write) (struct serial *, const char *str, int len);237 extern void serial_add_interface (struct serial_ops * optable); argument