Searched defs:serial_ops (Results 1 – 1 of 1) sorted by relevance
18 struct serial_ops { struct19 void (*putc)(struct serial_chip *chip, int ch);20 void (*flush)(struct serial_chip *chip);21 bool (*have_rx_data)(struct serial_chip *chip);22 int (*getchar)(struct serial_chip *chip);
Completed in 2 milliseconds