Home
last modified time | relevance | path

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

/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 */
/drivers/tty/serial/8250/
D8250.h53 struct old_serial_port { struct
54 unsigned int uart;
55 unsigned int baud_base;
56 unsigned int port;
57 unsigned int irq;
58 upf_t flags;
59 unsigned char io_type;
60 unsigned char __iomem *iomem_base;
61 unsigned short iomem_reg_shift;
D8250_core.c71 static const struct old_serial_port old_serial_port[] = { variable