Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/speakup/
Dserialio.h18 struct old_serial_port { struct
19 unsigned int uart; /* unused */
20 unsigned int baud_base;
21 unsigned int port;
22 unsigned int irq;
23 upf_t flags; /* unused */
/Linux-v4.19/drivers/tty/serial/8250/
D8250.h51 struct old_serial_port { struct
52 unsigned int uart;
53 unsigned int baud_base;
54 unsigned int port;
55 unsigned int irq;
56 upf_t flags;
57 unsigned char io_type;
58 unsigned char __iomem *iomem_base;
59 unsigned short iomem_reg_shift;
D8250_core.c69 static const struct old_serial_port old_serial_port[] = { variable