Searched defs:uart_ops (Results 1 – 4 of 4) sorted by relevance
375 struct uart_ops { struct379 void (*stop_tx)(struct uart_port *);380 void (*start_tx)(struct uart_port *);381 void (*throttle)(struct uart_port *);382 void (*unthrottle)(struct uart_port *);384 void (*stop_rx)(struct uart_port *);385 void (*start_rx)(struct uart_port *);386 void (*enable_ms)(struct uart_port *);388 int (*startup)(struct uart_port *);389 void (*shutdown)(struct uart_port *);[all …]
63 uart_ops section in Low Level Serial API
52 static const struct nfcmrvl_if_ops uart_ops = { variable
2748 static const struct tty_operations uart_ops = { variable
Completed in 18 milliseconds