Home
last modified time | relevance | path

Searched defs:uart_ops (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/linux/
Dserial_core.h373 struct uart_ops { struct
374 unsigned int (*tx_empty)(struct uart_port *);
375 void (*set_mctrl)(struct uart_port *, unsigned int mctrl);
376 unsigned int (*get_mctrl)(struct uart_port *);
377 void (*stop_tx)(struct uart_port *);
378 void (*start_tx)(struct uart_port *);
379 void (*throttle)(struct uart_port *);
380 void (*unthrottle)(struct uart_port *);
381 void (*send_xchar)(struct uart_port *, char ch);
382 void (*stop_rx)(struct uart_port *);
[all …]
/linux-6.1.9/Documentation/driver-api/serial/
Ddriver.rst63 uart_ops chapter
/linux-6.1.9/drivers/nfc/nfcmrvl/
Duart.c52 static const struct nfcmrvl_if_ops uart_ops = { variable
/linux-6.1.9/drivers/tty/serial/
Dserial_core.c2662 static const struct tty_operations uart_ops = { variable