Home
last modified time | relevance | path

Searched refs:async_icount (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/drivers/usb/class/
Dcdc-acm.h115 struct async_icount iocount; /* counters for control line changes */
116 struct async_icount oldcount; /* for comparison of counter */
Dcdc-acm.c940 struct async_icount old, new; in wait_serial_change()
/Linux-v4.19/include/linux/
Dserial.h20 struct async_icount { struct
/Linux-v4.19/drivers/usb/serial/
Dgeneric.c493 unsigned long arg, struct async_icount *cprev) in usb_serial_generic_msr_changed()
496 struct async_icount cnow; in usb_serial_generic_msr_changed()
524 struct async_icount cnow; in usb_serial_generic_tiocmiwait()
545 struct async_icount cnow; in usb_serial_generic_get_icount()
Dmct_u232.c336 static void mct_u232_msr_to_icount(struct async_icount *icount, in mct_u232_msr_to_icount()
Dquatech2.c891 struct async_icount *icount; in qt2_update_lsr()
Dmos7840.c392 struct async_icount *icount; in mos7840_handle_new_msr()
415 struct async_icount *icount; in mos7840_handle_new_lsr()
Dio_ti.c1557 struct async_icount *icount; in handle_new_msr()
1593 struct async_icount *icount; in handle_new_lsr()
Dio_edgeport.c2024 struct async_icount *icount; in handle_new_msr()
2056 struct async_icount *icount; in handle_new_lsr()
Dti_usb_3410_5052.c1468 struct async_icount *icount; in ti_handle_new_msr()
/Linux-v4.19/drivers/staging/fwserial/
Dfwserial.h272 struct async_icount icount;
Dfwserial.c1185 struct async_icount *prev) in check_msr_delta()
1187 struct async_icount now; in check_msr_delta()
1204 struct async_icount prev; in wait_msr_change()
/Linux-v4.19/drivers/staging/greybus/
Duart.c63 struct async_icount iocount;
64 struct async_icount oldcount;
673 struct async_icount old; in wait_serial_change()
674 struct async_icount new; in wait_serial_change()
/Linux-v4.19/drivers/tty/
Damiserial.c97 struct async_icount icount;
255 struct async_icount *icount; in receive_chars()
383 struct async_icount *icount; in check_modem_status()
1193 struct async_icount cnow; in rs_get_icount()
1218 struct async_icount cprev, cnow; /* kernel counter temps */ in rs_ioctl()
Dnozomi.c333 struct async_icount tty_icount;
1720 struct async_icount *cprev) in ntty_cflags_changed()
1722 const struct async_icount cnow = port->tty_icount; in ntty_cflags_changed()
1739 const struct async_icount cnow = port->tty_icount; in ntty_tiocgicount()
1765 struct async_icount cprev = port->tty_icount; in ntty_ioctl()
Dmxser.c244 struct async_icount icount; /* kernel counters for 4 input interrupts */
1639 struct async_icount *cprev) in mxser_cflags_changed()
1641 struct async_icount cnow; in mxser_cflags_changed()
1664 struct async_icount cnow; in mxser_ioctl()
1824 struct async_icount cnow; in mxser_get_icount()
/Linux-v4.19/include/linux/usb/
Dserial.h112 struct async_icount icount;