Searched defs:uart_icount (Results 1 – 2 of 2) sorted by relevance
50 struct uart_icount { struct72 struct uart_icount icount; argument
88 struct uart_icount { struct89 __u32 cts;90 __u32 dsr;91 __u32 rng;92 __u32 dcd;93 __u32 rx;94 __u32 tx;95 __u32 frame;96 __u32 overrun;97 __u32 parity;[all …]