Searched defs:uart_icount (Results 1 – 2 of 2) sorted by relevance
50 struct uart_icount { struct72 struct uart_icount icount; argument
93 struct uart_icount { struct94 __u32 cts;95 __u32 dsr;96 __u32 rng;97 __u32 dcd;98 __u32 rx;99 __u32 tx;100 __u32 frame;101 __u32 overrun;102 __u32 parity;[all …]