Searched defs:uart_port (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | serial_core.h | 110 struct uart_port { struct 114 unsigned int (*serial_in)(struct uart_port *, int); argument 115 void (*serial_out)(struct uart_port *, int, int); argument 116 void (*set_termios)(struct uart_port *, argument 119 void (*set_ldisc)(struct uart_port *, argument 121 unsigned int (*get_mctrl)(struct uart_port *); argument 122 void (*set_mctrl)(struct uart_port *, unsigned int); argument 123 unsigned int (*get_divisor)(struct uart_port *, argument 126 void (*set_divisor)(struct uart_port *, argument 130 int (*startup)(struct uart_port *port); argument [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | serial_sh.h | 7 struct uart_port { struct 8 unsigned long iobase; /* in/out[bwl] */ 9 unsigned char *membase; /* read/write[bwl] */ 10 unsigned long mapbase; /* for ioremap */ 11 enum sh_serial_type type; /* port type */ 12 enum sh_clk_mode clk_mode; /* clock mode */
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/8250/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | serial_core.c | 1986 void (*putchar)(struct uart_port *, int)) in uart_console_write() 3020 struct uart_port *uart_port; in uart_remove_one_port() local
|
| H A D | icom.h | 216 struct uart_port uart_port; member
|
| H A D | msm_serial.c | 183 #define UART_TO_MSM(uart_port) container_of(uart_port, struct msm_port, uart) argument
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/ |
| H A D | jsm.h | 193 struct uart_port uart_port; member
|