Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dserial_core.h100 struct uart_icount { struct
101 __u32 cts;
102 __u32 dsr;
103 __u32 rng;
104 __u32 dcd;
105 __u32 rx;
106 __u32 tx;
107 __u32 frame;
108 __u32 overrun;
109 __u32 parity;
[all …]