Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/accessibility/speakup/
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.12.1/drivers/tty/serial/8250/
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;
D8250_platform.c49 static const struct old_serial_port old_serial_port[] = { variable