Home
last modified time | relevance | path

Searched defs:uart_ops (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dserial_core.h49 struct uart_ops { struct
50 unsigned int (*tx_empty)(struct uart_port *);
51 void (*set_mctrl)(struct uart_port *, unsigned int mctrl);
52 unsigned int (*get_mctrl)(struct uart_port *);
53 void (*stop_tx)(struct uart_port *);
54 void (*start_tx)(struct uart_port *);
55 void (*throttle)(struct uart_port *);
56 void (*unthrottle)(struct uart_port *);
57 void (*send_xchar)(struct uart_port *, char ch);
58 void (*stop_rx)(struct uart_port *);
[all …]
/linux-4.1.27/drivers/tty/serial/
Dserial_core.c2336 static const struct tty_operations uart_ops = { variable