Home
last modified time | relevance | path

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

/linux-4.4.14/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_mctrl)(struct uart_port *, unsigned int); argument
127 int (*startup)(struct uart_port *port); argument
128 void (*shutdown)(struct uart_port *port); argument
129 void (*throttle)(struct uart_port *port); argument
130 void (*unthrottle)(struct uart_port *port); argument
131 int (*handle_irq)(struct uart_port *); argument
[all …]
/linux-4.4.14/drivers/tty/serial/
Dmsm_serial.h135 #define UART_TO_MSM(uart_port) ((struct msm_port *) uart_port) argument
Dicom.h229 struct uart_port uart_port; member
Dserial_core.c1779 void (*putchar)(struct uart_port *, int)) in uart_console_write()
Dioc4_serial.c645 struct uart_port *uart_port) in port_is_active()
/linux-4.4.14/drivers/tty/serial/jsm/
Djsm.h202 struct uart_port uart_port; member