Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dserial_core.h38 struct uart_ops { struct
39 unsigned int (*tx_empty)(struct uart_port *);
40 void (*set_mctrl)(struct uart_port *, unsigned int mctrl);
41 unsigned int (*get_mctrl)(struct uart_port *);
42 void (*stop_tx)(struct uart_port *);
43 void (*start_tx)(struct uart_port *);
44 void (*throttle)(struct uart_port *);
45 void (*unthrottle)(struct uart_port *);
46 void (*send_xchar)(struct uart_port *, char ch);
47 void (*stop_rx)(struct uart_port *);
[all …]
/kernel/linux/linux-6.6/include/linux/
Dserial_core.h374 struct uart_ops { struct
375 unsigned int (*tx_empty)(struct uart_port *);
376 void (*set_mctrl)(struct uart_port *, unsigned int mctrl);
377 unsigned int (*get_mctrl)(struct uart_port *);
378 void (*stop_tx)(struct uart_port *);
379 void (*start_tx)(struct uart_port *);
380 void (*throttle)(struct uart_port *);
381 void (*unthrottle)(struct uart_port *);
382 void (*send_xchar)(struct uart_port *, char ch);
383 void (*stop_rx)(struct uart_port *);
[all …]
/kernel/linux/linux-6.6/Documentation/driver-api/serial/
Ddriver.rst63 uart_ops chapter
/kernel/linux/linux-5.10/Documentation/driver-api/serial/
Ddriver.rst63 uart_ops chapter
/kernel/linux/linux-6.6/drivers/nfc/nfcmrvl/
Duart.c52 static const struct nfcmrvl_if_ops uart_ops = { variable
/kernel/linux/linux-5.10/drivers/nfc/nfcmrvl/
Duart.c63 static struct nfcmrvl_if_ops uart_ops = { variable
/kernel/uniproton/demos/hi3093/bsp/uart/
Dserial.h47 } uart_ops; typedef
/kernel/linux/linux-5.10/drivers/tty/serial/
Dserial_core.c2559 static const struct tty_operations uart_ops = { variable
/kernel/linux/linux-6.6/drivers/tty/serial/
Dserial_core.c2765 static const struct tty_operations uart_ops = { variable