Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/class/
H A Dcdc-acm.h120 struct async_icount iocount; /* counters for control line changes */
121 struct async_icount oldcount; /* for comparison of counter */
H A Dcdc-acm.c979 struct async_icount old, new; in wait_serial_change()
/OK3568_Linux_fs/kernel/include/linux/
H A Dserial.h20 struct async_icount { struct
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dgeneric.c499 unsigned long arg, struct async_icount *cprev) in usb_serial_generic_msr_changed()
502 struct async_icount cnow; in usb_serial_generic_msr_changed()
530 struct async_icount cnow; in usb_serial_generic_tiocmiwait()
551 struct async_icount cnow; in usb_serial_generic_get_icount()
H A Dmct_u232.c336 static void mct_u232_msr_to_icount(struct async_icount *icount, in mct_u232_msr_to_icount()
H A Dquatech2.c855 struct async_icount *icount; in qt2_update_lsr()
H A Dio_ti.c1559 struct async_icount *icount; in handle_new_msr()
1595 struct async_icount *icount; in handle_new_lsr()
H A Dio_edgeport.c2008 struct async_icount *icount; in handle_new_msr()
2040 struct async_icount *icount; in handle_new_lsr()
H A Dti_usb_3410_5052.c1446 struct async_icount *icount; in ti_handle_new_msr()
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Duart.c55 struct async_icount iocount;
56 struct async_icount oldcount;
656 struct async_icount old; in wait_serial_change()
657 struct async_icount new; in wait_serial_change()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Damiserial.c87 struct async_icount icount;
217 struct async_icount *icount; in receive_chars()
345 struct async_icount *icount; in check_modem_status()
1115 struct async_icount cnow; in rs_get_icount()
1140 struct async_icount cprev, cnow; /* kernel counter temps */ in rs_ioctl()
H A Dnozomi.c333 struct async_icount tty_icount;
1714 struct async_icount *cprev) in ntty_cflags_changed()
1716 const struct async_icount cnow = port->tty_icount; in ntty_cflags_changed()
1733 const struct async_icount cnow = port->tty_icount; in ntty_tiocgicount()
1759 struct async_icount cprev = port->tty_icount; in ntty_ioctl()
H A Dmxser.c244 struct async_icount icount; /* kernel counters for 4 input interrupts */
1658 struct async_icount *cprev) in mxser_cflags_changed()
1660 struct async_icount cnow; in mxser_cflags_changed()
1682 struct async_icount cnow; in mxser_ioctl()
1831 struct async_icount cnow; in mxser_get_icount()
/OK3568_Linux_fs/kernel/drivers/staging/fwserial/
H A Dfwserial.h272 struct async_icount icount;
H A Dfwserial.c1188 struct async_icount *prev) in check_msr_delta()
1190 struct async_icount now; in check_msr_delta()
1207 struct async_icount prev; in wait_msr_change()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dserial.h107 struct async_icount icount;