uart_icount
struct uart_icount icount;
struct uart_icount *icount;
struct uart_icount cprev, cnow;
memcpy(&cprev, &tiocmget->icount, sizeof(struct uart_icount));
memcpy(&cnow, &tiocmget->icount, sizeof(struct uart_icount));
struct uart_icount cnow;
memcpy(&cnow, &tiocmget->icount, sizeof(struct uart_icount));
struct uart_icount icount;
struct uart_icount *icount;
struct uart_icount *icount;
struct uart_icount *icount;
struct uart_icount cprev, cnow;
memcpy(&cprev, &uport->icount, sizeof(struct uart_icount));
memcpy(&cnow, &uport->icount, sizeof(struct uart_icount));
struct uart_icount cnow;
memcpy(&cnow, &uport->icount, sizeof(struct uart_icount));
struct uart_icount *icount;
struct uart_icount icount; /* statistics */