Home
last modified time | relevance | path

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

/include/linux/
Dserial_core.h376 struct uart_ops { struct
377 unsigned int (*tx_empty)(struct uart_port *);
378 void (*set_mctrl)(struct uart_port *, unsigned int mctrl);
379 unsigned int (*get_mctrl)(struct uart_port *);
380 void (*stop_tx)(struct uart_port *);
381 void (*start_tx)(struct uart_port *);
382 void (*throttle)(struct uart_port *);
383 void (*unthrottle)(struct uart_port *);
384 void (*send_xchar)(struct uart_port *, char ch);
385 void (*stop_rx)(struct uart_port *);
[all …]