Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dserial_core.h37 struct uart_ops { struct
38 unsigned int (*tx_empty)(struct uart_port *);
39 void (*set_mctrl)(struct uart_port *, unsigned int mctrl);
40 unsigned int (*get_mctrl)(struct uart_port *);
41 void (*stop_tx)(struct uart_port *);
42 void (*start_tx)(struct uart_port *);
43 void (*throttle)(struct uart_port *);
44 void (*unthrottle)(struct uart_port *);
45 void (*send_xchar)(struct uart_port *, char ch);
46 void (*stop_rx)(struct uart_port *);
[all …]
/Linux-v5.4/Documentation/driver-api/serial/
Ddriver.rst63 uart_ops section in Low Level Serial API
/Linux-v5.4/drivers/nfc/nfcmrvl/
Duart.c63 static struct nfcmrvl_if_ops uart_ops = { variable
/Linux-v5.4/drivers/tty/serial/
Dserial_core.c2463 static const struct tty_operations uart_ops = { variable