Searched defs:uart_ops (Results 1 – 1 of 1) sorted by relevance
23249 struct uart_ops { struct23250 unsigned int (*tx_empty)(struct uart_port *);23251 void (*set_mctrl)(struct uart_port *, unsigned int);23252 unsigned int (*get_mctrl)(struct uart_port *);23253 void (*stop_tx)(struct uart_port *);23254 void (*start_tx)(struct uart_port *);23255 void (*throttle)(struct uart_port *);23256 void (*unthrottle)(struct uart_port *);23257 void (*send_xchar)(struct uart_port *, char);23258 void (*stop_rx)(struct uart_port *);[all …]