Home
last modified time | relevance | path

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

/include/linux/
Dserial_core.h110 struct uart_port { struct
114 unsigned int (*serial_in)(struct uart_port *, int); argument
115 void (*serial_out)(struct uart_port *, int, int); argument
116 void (*set_termios)(struct uart_port *, argument
119 void (*set_ldisc)(struct uart_port *, argument
121 unsigned int (*get_mctrl)(struct uart_port *); argument
122 void (*set_mctrl)(struct uart_port *, unsigned int); argument
123 unsigned int (*get_divisor)(struct uart_port *, argument
126 void (*set_divisor)(struct uart_port *, argument
130 int (*startup)(struct uart_port *port); argument
[all …]