Searched defs:uart_ops (Results 1 – 1 of 1) sorted by relevance
68242 struct uart_ops { struct68243 unsigned int (*tx_empty)(struct uart_port *);68244 void (*set_mctrl)(struct uart_port *, unsigned int);68245 unsigned int (*get_mctrl)(struct uart_port *);68246 void (*stop_tx)(struct uart_port *);68247 void (*start_tx)(struct uart_port *);68248 void (*throttle)(struct uart_port *);68249 void (*unthrottle)(struct uart_port *);68250 void (*send_xchar)(struct uart_port *, char);68251 void (*stop_rx)(struct uart_port *);[all …]