Home
last modified time | relevance | path

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

/include/linux/
Dserial_core.h117 struct uart_port { struct
121 unsigned int (*serial_in)(struct uart_port *, int); argument
122 void (*serial_out)(struct uart_port *, int, int); argument
123 void (*set_termios)(struct uart_port *, argument
126 void (*set_ldisc)(struct uart_port *, argument
128 unsigned int (*get_mctrl)(struct uart_port *); argument
129 void (*set_mctrl)(struct uart_port *, unsigned int); argument
130 int (*startup)(struct uart_port *port); argument
131 void (*shutdown)(struct uart_port *port); argument
132 void (*throttle)(struct uart_port *port); argument
[all …]