Home
last modified time | relevance | path

Searched defs:uart_driver (Results 1 – 1 of 1) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/
A Dserial.h64 struct uart_driver { struct
66 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