Searched defs:uart_ops (Results 1 – 1 of 1) sorted by relevance
376 struct uart_ops { struct377 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 …]