Searched defs:serial8250_device (Results 1 – 1 of 1) sorted by relevance
47 struct serial8250_device { struct48 struct device_header dev_hdr;49 struct mutex mutex;50 u8 id;52 u32 iobase;53 u8 irq;54 u8 irq_state;55 int txcnt;56 int rxcnt;57 int rxdone;[all …]