Home
last modified time | relevance | path

Searched refs:cnow (Results 1 – 8 of 8) sorted by relevance

/drivers/usb/serial/
A Dgeneric.c501 struct async_icount cnow; in usb_serial_generic_msr_changed() local
521 *cprev = cnow; in usb_serial_generic_msr_changed()
529 struct async_icount cnow; in usb_serial_generic_tiocmiwait() local
550 struct async_icount cnow; in usb_serial_generic_get_icount() local
557 icount->cts = cnow.cts; in usb_serial_generic_get_icount()
558 icount->dsr = cnow.dsr; in usb_serial_generic_get_icount()
559 icount->rng = cnow.rng; in usb_serial_generic_get_icount()
560 icount->dcd = cnow.dcd; in usb_serial_generic_get_icount()
561 icount->tx = cnow.tx; in usb_serial_generic_get_icount()
562 icount->rx = cnow.rx; in usb_serial_generic_get_icount()
[all …]
/drivers/tty/
A Damiserial.c1084 cnow = info->icount; in rs_get_icount()
1086 icount->cts = cnow.cts; in rs_get_icount()
1087 icount->dsr = cnow.dsr; in rs_get_icount()
1088 icount->rng = cnow.rng; in rs_get_icount()
1089 icount->dcd = cnow.dcd; in rs_get_icount()
1090 icount->rx = cnow.rx; in rs_get_icount()
1091 icount->tx = cnow.tx; in rs_get_icount()
1095 icount->brk = cnow.brk; in rs_get_icount()
1141 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr && in rs_ioctl()
1142 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) { in rs_ioctl()
[all …]
A Dmxser.c1146 struct async_icount cnow; in mxser_cflags_changed() local
1159 *cprev = cnow; in mxser_cflags_changed()
1203 struct async_icount cnow; in mxser_ioctl() local
1252 cnow = info->icount; in mxser_get_icount()
1256 icount->brk = cnow.brk; in mxser_get_icount()
1260 icount->rx = cnow.rx; in mxser_get_icount()
1261 icount->tx = cnow.tx; in mxser_get_icount()
1262 icount->cts = cnow.cts; in mxser_get_icount()
1263 icount->dsr = cnow.dsr; in mxser_get_icount()
1264 icount->rng = cnow.rng; in mxser_get_icount()
[all …]
A Dnozomi.c1685 *cprev = cnow; in ntty_cflags_changed()
1696 icount->cts = cnow.cts; in ntty_tiocgicount()
1697 icount->dsr = cnow.dsr; in ntty_tiocgicount()
1698 icount->rng = cnow.rng; in ntty_tiocgicount()
1699 icount->dcd = cnow.dcd; in ntty_tiocgicount()
1700 icount->rx = cnow.rx; in ntty_tiocgicount()
1701 icount->tx = cnow.tx; in ntty_tiocgicount()
1702 icount->frame = cnow.frame; in ntty_tiocgicount()
1703 icount->overrun = cnow.overrun; in ntty_tiocgicount()
1704 icount->parity = cnow.parity; in ntty_tiocgicount()
[all …]
A Dsynclink_gt.c1041 cnow = info->icount; in get_icount()
1044 icount->cts = cnow.cts; in get_icount()
1045 icount->dsr = cnow.dsr; in get_icount()
1048 icount->rx = cnow.rx; in get_icount()
1049 icount->tx = cnow.tx; in get_icount()
2704 cnow = info->icount; in wait_mgsl_event()
2738 cprev = cnow; in wait_mgsl_event()
3047 cnow = info->icount; in modem_input_wait()
3052 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr && in modem_input_wait()
3053 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) { in modem_input_wait()
[all …]
/drivers/net/usb/
A Dhso.c1537 struct uart_icount cprev, cnow; in hso_wait_modem_status() local
1568 cprev = cnow; in hso_wait_modem_status()
1585 struct uart_icount cnow; in hso_get_count() local
1597 icount->cts = cnow.cts; in hso_get_count()
1598 icount->dsr = cnow.dsr; in hso_get_count()
1599 icount->rng = cnow.rng; in hso_get_count()
1600 icount->dcd = cnow.dcd; in hso_get_count()
1601 icount->rx = cnow.rx; in hso_get_count()
1602 icount->tx = cnow.tx; in hso_get_count()
1603 icount->frame = cnow.frame; in hso_get_count()
[all …]
/drivers/tty/serial/
A Dserial_core.c1220 struct uart_icount cprev, cnow; in uart_wait_modem_status() local
1258 cprev = cnow; in uart_wait_modem_status()
1277 struct uart_icount cnow; in uart_get_icount() local
1287 icount->cts = cnow.cts; in uart_get_icount()
1288 icount->dsr = cnow.dsr; in uart_get_icount()
1289 icount->rng = cnow.rng; in uart_get_icount()
1290 icount->dcd = cnow.dcd; in uart_get_icount()
1291 icount->rx = cnow.rx; in uart_get_icount()
1292 icount->tx = cnow.tx; in uart_get_icount()
1293 icount->frame = cnow.frame; in uart_get_icount()
[all …]
/drivers/usb/gadget/function/
A Du_serial.c898 struct async_icount cnow; in gs_get_icount() local
902 cnow = port->icount; in gs_get_icount()
905 icount->rx = cnow.rx; in gs_get_icount()
906 icount->tx = cnow.tx; in gs_get_icount()

Completed in 45 milliseconds