Symbol: async_icount
drivers/staging/greybus/uart.c
55
struct async_icount iocount;
drivers/staging/greybus/uart.c
56
struct async_icount oldcount;
drivers/staging/greybus/uart.c
640
struct async_icount old;
drivers/staging/greybus/uart.c
641
struct async_icount new;
drivers/tty/amiserial.c
1080
struct async_icount cnow;
drivers/tty/amiserial.c
1105
struct async_icount cprev, cnow; /* kernel counter temps */
drivers/tty/amiserial.c
182
struct async_icount *icount;
drivers/tty/amiserial.c
308
struct async_icount *icount;
drivers/tty/amiserial.c
73
struct async_icount icount;
drivers/tty/mxser.c
1117
struct async_icount *cprev)
drivers/tty/mxser.c
1119
struct async_icount cnow;
drivers/tty/mxser.c
1173
struct async_icount cnow;
drivers/tty/mxser.c
1217
struct async_icount cnow;
drivers/tty/mxser.c
269
struct async_icount icount; /* kernel counters for 4 input interrupts */
drivers/tty/nozomi.c
1675
struct async_icount *cprev)
drivers/tty/nozomi.c
1677
const struct async_icount cnow = port->tty_icount;
drivers/tty/nozomi.c
1694
const struct async_icount cnow = port->tty_icount;
drivers/tty/nozomi.c
1718
struct async_icount cprev = port->tty_icount;
drivers/tty/nozomi.c
313
struct async_icount tty_icount;
drivers/usb/class/cdc-acm.c
1015
struct async_icount old, new;
drivers/usb/class/cdc-acm.h
92
struct async_icount iocount; /* counters for control line changes */
drivers/usb/class/cdc-acm.h
93
struct async_icount oldcount; /* for comparison of counter */
drivers/usb/gadget/function/u_serial.c
131
struct async_icount icount;
drivers/usb/gadget/function/u_serial.c
898
struct async_icount cnow;
drivers/usb/serial/generic.c
498
unsigned long arg, struct async_icount *cprev)
drivers/usb/serial/generic.c
501
struct async_icount cnow;
drivers/usb/serial/generic.c
529
struct async_icount cnow;
drivers/usb/serial/generic.c
550
struct async_icount cnow;
drivers/usb/serial/io_edgeport.c
1895
struct async_icount *icount;
drivers/usb/serial/io_edgeport.c
1927
struct async_icount *icount;
drivers/usb/serial/io_ti.c
1552
struct async_icount *icount;
drivers/usb/serial/io_ti.c
1588
struct async_icount *icount;
drivers/usb/serial/mct_u232.c
336
static void mct_u232_msr_to_icount(struct async_icount *icount,
drivers/usb/serial/quatech2.c
820
struct async_icount *icount;
drivers/usb/serial/ti_usb_3410_5052.c
1395
struct async_icount *icount;
include/linux/usb/serial.h
101
struct async_icount icount;