Searched defs:uart_port (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | serial_core.h | 106 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/ |
D | 8250_aspeed_vuart.c | 216 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/ |
D | serial_core.c | 1964 void (*putchar)(struct uart_port *, int)) in uart_console_write() 2996 struct uart_port *uart_port; in uart_remove_one_port() local
|
D | icom.h | 216 struct uart_port uart_port; member
|
D | msm_serial.c | 183 #define UART_TO_MSM(uart_port) container_of(uart_port, struct msm_port, uart) argument
|
/kernel/linux/linux-5.10/drivers/tty/serial/jsm/ |
D | jsm.h | 193 struct uart_port uart_port; member
|