Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dserial_core.h374 struct uart_ops { struct
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 *);
383 void (*stop_rx)(struct uart_port *);
384 void (*start_rx)(struct uart_port *);
385 void (*enable_ms)(struct uart_port *);
387 int (*startup)(struct uart_port *);
388 void (*shutdown)(struct uart_port *);
[all …]
/openbmc/linux/Documentation/driver-api/serial/
H A Ddriver.rst63 uart_ops chapter
/openbmc/linux/drivers/nfc/nfcmrvl/
H A Duart.c52 static const struct nfcmrvl_if_ops uart_ops = { variable
/openbmc/qemu/hw/char/
H A Dnrf51_uart.c193 static const MemoryRegionOps uart_ops = { variable
H A Dcmsdk-apb-uart.c301 static const MemoryRegionOps uart_ops = { variable
H A Dxilinx_uartlite.c169 static const MemoryRegionOps uart_ops = { variable
H A Dcadence_uart.c509 static const MemoryRegionOps uart_ops = { variable
/openbmc/linux/drivers/tty/serial/
H A Dserial_core.c2765 static const struct tty_operations uart_ops = { variable