Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dserial_core.h39 struct uart_ops { struct
40 unsigned int (*tx_empty)(struct uart_port *);
41 void (*set_mctrl)(struct uart_port *, unsigned int mctrl);
42 unsigned int (*get_mctrl)(struct uart_port *);
43 void (*stop_tx)(struct uart_port *);
44 void (*start_tx)(struct uart_port *);
45 void (*throttle)(struct uart_port *);
46 void (*unthrottle)(struct uart_port *);
47 void (*send_xchar)(struct uart_port *, char ch);
48 void (*stop_rx)(struct uart_port *);
[all …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A Ddriver.rst63 uart_ops chapter
/OK3568_Linux_fs/kernel/drivers/nfc/nfcmrvl/
H A Duart.c63 static struct nfcmrvl_if_ops uart_ops = { variable
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial_core.c2536 static const struct tty_operations uart_ops = { variable