Home
last modified time | relevance | path

Searched defs:old_serial_port (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/accessibility/speakup/
A Dserialio.h15 struct old_serial_port { struct
16 unsigned int uart; /* unused */
17 unsigned int baud_base;
18 unsigned int port;
19 unsigned int irq;
20 upf_t flags; /* unused */
/linux-6.3-rc2/drivers/tty/serial/8250/
A D8250.h56 struct old_serial_port { struct
57 unsigned int uart;
58 unsigned int baud_base;
59 unsigned int port;
60 unsigned int irq;
61 upf_t flags;
62 unsigned char io_type;
63 unsigned char __iomem *iomem_base;
64 unsigned short iomem_reg_shift;
A D8250_core.c71 static const struct old_serial_port old_serial_port[] = { variable

Completed in 10 milliseconds