Searched defs:uart_driver (Results 1 – 1 of 1) sorted by relevance
64 struct uart_driver { struct66 void (*init_preirq)(struct serial_port *);69 void (*endboot)(struct serial_port *);71 void (*suspend)(struct serial_port *);72 void (*resume)(struct serial_port *);75 int (*tx_ready)(struct serial_port *);77 void (*putc)(struct serial_port *, char);79 void (*flush)(struct serial_port *);83 int (*irq)(struct serial_port *);85 void (*start_tx)(struct serial_port *);[all …]
Completed in 4 milliseconds