/openbmc/linux/Documentation/driver-api/serial/ |
H A D | driver.rst | 19 by uart_ops) to the core serial driver. The low level driver is also 42 are described in the struct uart_ops listing below.) 63 uart_ops chapter 67 :identifiers: uart_ops
|
/openbmc/linux/drivers/nfc/nfcmrvl/ |
H A D | uart.c | 52 static const struct nfcmrvl_if_ops uart_ops = { variable 117 priv = nfcmrvl_nci_register_dev(NFCMRVL_PHY_UART, nu, &uart_ops, in nfcmrvl_nci_uart_open()
|
/openbmc/qemu/hw/char/ |
H A D | xilinx_uartlite.c | 169 static const MemoryRegionOps uart_ops = { variable 228 memory_region_init_io(&s->mmio, obj, &uart_ops, s, in xilinx_uartlite_init()
|
H A D | nrf51_uart.c | 193 static const MemoryRegionOps uart_ops = { variable 273 memory_region_init_io(&s->iomem, obj, &uart_ops, s, in nrf51_uart_init()
|
H A D | cmsdk-apb-uart.c | 301 static const MemoryRegionOps uart_ops = { variable 326 memory_region_init_io(&s->iomem, obj, &uart_ops, s, "uart", 0x1000); in cmsdk_apb_uart_init()
|
H A D | cadence_uart.c | 509 static const MemoryRegionOps uart_ops = { variable 562 memory_region_init_io(&s->iomem, obj, &uart_ops, s, "uart", 0x1000); in cadence_uart_init()
|
/openbmc/linux/scripts/ |
H A D | const_structs.checkpatch | 83 uart_ops
|
/openbmc/linux/include/linux/ |
H A D | serial_core.h | 374 struct uart_ops { struct 564 const struct uart_ops *ops;
|
/openbmc/linux/drivers/tty/serial/ |
H A D | tegra-tcu.c | 132 static const struct uart_ops tegra_tcu_uart_ops = {
|
H A D | qcom_geni_serial.c | 142 static const struct uart_ops qcom_geni_console_pops; 143 static const struct uart_ops qcom_geni_uart_pops; 1560 static const struct uart_ops qcom_geni_console_pops = { 1582 static const struct uart_ops qcom_geni_uart_pops = {
|
H A D | mux.c | 403 static const struct uart_ops mux_pops = {
|
H A D | 21285.c | 352 static const struct uart_ops serial21285_ops = {
|
H A D | altera_jtaguart.c | 238 static const struct uart_ops altera_jtaguart_ops = {
|
H A D | liteuart.c | 265 static const struct uart_ops liteuart_ops = {
|
H A D | sunhv.c | 372 static const struct uart_ops sunhv_pops = {
|
H A D | timbuart.c | 382 static const struct uart_ops timbuart_ops = {
|
H A D | apbuart.c | 297 static const struct uart_ops grlib_apbuart_ops = {
|
H A D | arc_uart.c | 454 static const struct uart_ops arc_serial_pops = {
|
H A D | digicolor-usart.c | 367 static const struct uart_ops digicolor_uart_ops = {
|
H A D | clps711x.c | 332 static const struct uart_ops uart_clps711x_ops = {
|
H A D | altera_uart.c | 393 static const struct uart_ops altera_uart_ops = {
|
H A D | mps2-uart.c | 395 static const struct uart_ops mps2_uart_pops = {
|
H A D | mcf.c | 447 static const struct uart_ops mcf_uart_ops = {
|
H A D | vt8500_serial.c | 560 static const struct uart_ops vt8500_uart_pops = {
|
/openbmc/linux/drivers/tty/serial/8250/ |
H A D | 8250_core.c | 384 static const struct uart_ops *base_ops; 385 static struct uart_ops univ8250_port_ops; 475 static void univ8250_rsa_support(struct uart_ops *ops) in univ8250_rsa_support()
|