Searched defs:uart_icount (Results 1 – 2 of 2) sorted by relevance
51 struct uart_icount { struct73 struct uart_icount icount; argument
411 struct uart_icount { struct412 __u32 cts;413 __u32 dsr;414 __u32 rng;415 __u32 dcd;416 __u32 rx;417 __u32 tx;418 __u32 frame;419 __u32 overrun;420 __u32 parity;[all …]