Home
last modified time | relevance | path

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

/Linux-v4.19/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 unsigned int (*get_divisor)(struct uart_port *, argument
133 void (*set_divisor)(struct uart_port *, argument
137 int (*startup)(struct uart_port *port); argument
[all …]
/Linux-v4.19/drivers/tty/serial/8250/
D8250_aspeed_vuart.c168 static int aspeed_vuart_startup(struct uart_port *uart_port) in aspeed_vuart_startup()
183 static void aspeed_vuart_shutdown(struct uart_port *uart_port) in aspeed_vuart_shutdown()
/Linux-v4.19/drivers/tty/serial/
Dserial_core.c1851 void (*putchar)(struct uart_port *, int)) in uart_console_write()
2818 struct uart_port *uart_port; in uart_remove_one_port() local
Dicom.h216 struct uart_port uart_port; member
Dmsm_serial.c187 #define UART_TO_MSM(uart_port) container_of(uart_port, struct msm_port, uart) argument
Dioc4_serial.c642 struct uart_port *uart_port) in port_is_active()
/Linux-v4.19/drivers/tty/serial/jsm/
Djsm.h193 struct uart_port uart_port; member