Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dserial_core.h375 struct uart_ops { struct
376 unsigned int (*tx_empty)(struct uart_port *);
377 void (*set_mctrl)(struct uart_port *, unsigned int mctrl);
378 unsigned int (*get_mctrl)(struct uart_port *);
379 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 *);
383 void (*send_xchar)(struct uart_port *, char ch);
384 void (*stop_rx)(struct uart_port *);
[all …]
/linux/Documentation/driver-api/serial/
H A Ddriver.rst62 uart_ops chapter
/linux/drivers/nfc/nfcmrvl/
H A Duart.c57 static const struct nfcmrvl_if_ops uart_ops = { variable
/linux/drivers/tty/serial/
H A Dsh-sci-common.h104 const struct uart_ops *uart_ops; member
H A Dserial_core.c2653 static const struct tty_operations uart_ops = { variable