Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dserial_core.h106 struct uart_port { struct
110 unsigned int (*serial_in)(struct uart_port *, int); argument
111 void (*serial_out)(struct uart_port *, int, int); argument
112 void (*set_termios)(struct uart_port *, argument
115 void (*set_ldisc)(struct uart_port *, argument
117 unsigned int (*get_mctrl)(struct uart_port *); argument
118 void (*set_mctrl)(struct uart_port *, unsigned int); argument
119 unsigned int (*get_divisor)(struct uart_port *, argument
122 void (*set_divisor)(struct uart_port *, argument
126 int (*startup)(struct uart_port *port); argument
[all …]
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
D8250_aspeed_vuart.c216 static int aspeed_vuart_startup(struct uart_port *uart_port) in aspeed_vuart_startup()
231 static void aspeed_vuart_shutdown(struct uart_port *uart_port) in aspeed_vuart_shutdown()
/kernel/linux/linux-5.10/drivers/tty/serial/
Dserial_core.c1964 void (*putchar)(struct uart_port *, int)) in uart_console_write()
2996 struct uart_port *uart_port; in uart_remove_one_port() local
Dicom.h216 struct uart_port uart_port; member
Dmsm_serial.c183 #define UART_TO_MSM(uart_port) container_of(uart_port, struct msm_port, uart) argument
/kernel/linux/linux-5.10/drivers/tty/serial/jsm/
Djsm.h193 struct uart_port uart_port; member