Searched defs:serial_icounter_struct (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | serial.h | 72 struct serial_icounter_struct { struct 73 int cts, dsr, rng, dcd; 74 int rx, tx; 75 int frame, overrun, parity, brk; 76 int buf_overrun; 77 int reserved[9];
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | serial.h | 102 struct serial_icounter_struct { struct 103 int cts, dsr, rng, dcd; 104 int rx, tx; 105 int frame, overrun, parity, brk; 106 int buf_overrun; 107 int reserved[9];
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | serial.h | 85 struct serial_icounter_struct { struct 86 int cts, dsr, rng, dcd; 87 int rx, tx; 88 int frame, overrun, parity, brk; 89 int buf_overrun; 90 int reserved[9];
|