Searched defs:uart_icount (Results 1 – 2 of 2) sorted by relevance
54 struct uart_icount { struct78 struct uart_icount icount; argument
283 struct uart_icount { struct284 __u32 cts;285 __u32 dsr;286 __u32 rng;287 __u32 dcd;288 __u32 rx;289 __u32 tx;290 __u32 frame;291 __u32 overrun;292 __u32 parity;[all …]