Searched defs:uart_icount (Results 1 – 2 of 2) sorted by relevance
54 struct uart_icount { struct76 struct uart_icount icount; argument
100 struct uart_icount { struct101 __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 …]