Home
last modified time | relevance | path

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

/include/linux/
Dserial_core.h105 struct uart_port { struct
109 unsigned int (*serial_in)(struct uart_port *, int); argument
110 void (*serial_out)(struct uart_port *, int, int); argument
111 void (*set_termios)(struct uart_port *, argument
114 void (*set_ldisc)(struct uart_port *, argument
116 unsigned int (*get_mctrl)(struct uart_port *); argument
117 void (*set_mctrl)(struct uart_port *, unsigned int); argument
118 unsigned int (*get_divisor)(struct uart_port *, argument
121 void (*set_divisor)(struct uart_port *, argument
125 int (*startup)(struct uart_port *port); argument
[all …]