Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dserial_core.h373 struct uart_ops { struct
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 *);
382 void (*stop_rx)(struct uart_port *);
383 void (*start_rx)(struct uart_port *);
384 void (*enable_ms)(struct uart_port *);
386 int (*startup)(struct uart_port *);
387 void (*shutdown)(struct uart_port *);
[all …]
/linux-6.3-rc2/Documentation/driver-api/serial/
A Ddriver.rst63 uart_ops section in Low Level Serial API
/linux-6.3-rc2/drivers/nfc/nfcmrvl/
A Duart.c52 static const struct nfcmrvl_if_ops uart_ops = { variable
/linux-6.3-rc2/drivers/tty/serial/
A Dserial_core.c2666 static const struct tty_operations uart_ops = { variable

Completed in 15 milliseconds