Searched defs:uart_driver (Results 1 – 1 of 1) sorted by relevance
64 struct uart_driver { struct67 void (*init_irq)(struct serial_port *);70 void (*endboot)(struct serial_port *);72 void (*suspend)(struct serial_port *);73 void (*resume)(struct serial_port *);76 int (*tx_ready)(struct serial_port *);78 void (*putc)(struct serial_port *, char);80 void (*flush)(struct serial_port *);84 int (*irq)(struct serial_port *);86 void (*start_tx)(struct serial_port *);[all …]
Completed in 3 milliseconds