Searched defs:uart_ops (Results 1 – 2 of 2) sorted by relevance
74545 struct uart_ops { struct74546 unsigned int (*tx_empty)(struct uart_port *);74547 void (*set_mctrl)(struct uart_port *, unsigned int);74548 unsigned int (*get_mctrl)(struct uart_port *);74549 void (*stop_tx)(struct uart_port *);74550 void (*start_tx)(struct uart_port *);74551 void (*throttle)(struct uart_port *);74552 void (*unthrottle)(struct uart_port *);74553 void (*send_xchar)(struct uart_port *, char);74554 void (*stop_rx)(struct uart_port *);[all …]
84385 struct uart_ops { struct84386 unsigned int (*tx_empty)(struct uart_port *);84387 void (*set_mctrl)(struct uart_port *, unsigned int);84388 unsigned int (*get_mctrl)(struct uart_port *);84389 void (*stop_tx)(struct uart_port *);84390 void (*start_tx)(struct uart_port *);84391 void (*throttle)(struct uart_port *);84392 void (*unthrottle)(struct uart_port *);84393 void (*send_xchar)(struct uart_port *, char);84394 void (*stop_rx)(struct uart_port *);[all …]