Searched defs:uart_ops (Results 1 – 8 of 8) sorted by relevance
374 struct uart_ops { struct375 unsigned int (*tx_empty)(struct uart_port *);376 void (*set_mctrl)(struct uart_port *, unsigned int mctrl);377 unsigned int (*get_mctrl)(struct uart_port *);378 void (*stop_tx)(struct uart_port *);379 void (*start_tx)(struct uart_port *);380 void (*throttle)(struct uart_port *);381 void (*unthrottle)(struct uart_port *);382 void (*send_xchar)(struct uart_port *, char ch);383 void (*stop_rx)(struct uart_port *);[all …]
63 uart_ops chapter
52 static const struct nfcmrvl_if_ops uart_ops = { variable
301 static const MemoryRegionOps uart_ops = { variable
193 static const MemoryRegionOps uart_ops = { variable
169 static const MemoryRegionOps uart_ops = { variable
509 static const MemoryRegionOps uart_ops = { variable
2765 static const struct tty_operations uart_ops = { variable