Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
A Dgeneric.c502 struct async_icount cnow; in usb_serial_generic_msr_changed() local
522 *cprev = cnow; in usb_serial_generic_msr_changed()
530 struct async_icount cnow; in usb_serial_generic_tiocmiwait() local
551 struct async_icount cnow; in usb_serial_generic_get_icount() local
558 icount->cts = cnow.cts; in usb_serial_generic_get_icount()
559 icount->dsr = cnow.dsr; in usb_serial_generic_get_icount()
560 icount->rng = cnow.rng; in usb_serial_generic_get_icount()
561 icount->dcd = cnow.dcd; in usb_serial_generic_get_icount()
562 icount->tx = cnow.tx; in usb_serial_generic_get_icount()
563 icount->rx = cnow.rx; in usb_serial_generic_get_icount()
[all …]
/linux/drivers/tty/
A Damiserial.c1090 cnow = info->icount; in rs_get_icount()
1092 icount->cts = cnow.cts; in rs_get_icount()
1093 icount->dsr = cnow.dsr; in rs_get_icount()
1094 icount->rng = cnow.rng; in rs_get_icount()
1095 icount->dcd = cnow.dcd; in rs_get_icount()
1096 icount->rx = cnow.rx; in rs_get_icount()
1097 icount->tx = cnow.tx; in rs_get_icount()
1101 icount->brk = cnow.brk; in rs_get_icount()
1147 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr && in rs_ioctl()
1148 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) { in rs_ioctl()
[all …]
A Dmxser.c1206 struct async_icount cnow; in mxser_cflags_changed() local
1219 *cprev = cnow; in mxser_cflags_changed()
1263 struct async_icount cnow; in mxser_ioctl() local
1312 cnow = info->icount; in mxser_get_icount()
1316 icount->brk = cnow.brk; in mxser_get_icount()
1320 icount->rx = cnow.rx; in mxser_get_icount()
1321 icount->tx = cnow.tx; in mxser_get_icount()
1322 icount->cts = cnow.cts; in mxser_get_icount()
1323 icount->dsr = cnow.dsr; in mxser_get_icount()
1324 icount->rng = cnow.rng; in mxser_get_icount()
[all …]
A Dnozomi.c1704 *cprev = cnow; in ntty_cflags_changed()
1715 icount->cts = cnow.cts; in ntty_tiocgicount()
1716 icount->dsr = cnow.dsr; in ntty_tiocgicount()
1717 icount->rng = cnow.rng; in ntty_tiocgicount()
1718 icount->dcd = cnow.dcd; in ntty_tiocgicount()
1719 icount->rx = cnow.rx; in ntty_tiocgicount()
1720 icount->tx = cnow.tx; in ntty_tiocgicount()
1721 icount->frame = cnow.frame; in ntty_tiocgicount()
1722 icount->overrun = cnow.overrun; in ntty_tiocgicount()
1723 icount->parity = cnow.parity; in ntty_tiocgicount()
[all …]
A Dsynclink_gt.c1049 cnow = info->icount; in get_icount()
1052 icount->cts = cnow.cts; in get_icount()
1053 icount->dsr = cnow.dsr; in get_icount()
1056 icount->rx = cnow.rx; in get_icount()
1057 icount->tx = cnow.tx; in get_icount()
2708 cnow = info->icount; in wait_mgsl_event()
2742 cprev = cnow; in wait_mgsl_event()
3051 cnow = info->icount; in modem_input_wait()
3056 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr && in modem_input_wait()
3057 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) { in modem_input_wait()
[all …]
/linux/drivers/char/pcmcia/
A Dsynclink_cs.c2001 cnow = info->icount; in wait_events()
2035 cprev = cnow; in wait_events()
2077 cnow = info->icount; in modem_input_wait()
2082 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr && in modem_input_wait()
2083 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) { in modem_input_wait()
2097 cprev = cnow; in modem_input_wait()
2191 cnow = info->icount; in mgslpc_get_icount()
2194 icount->cts = cnow.cts; in mgslpc_get_icount()
2195 icount->dsr = cnow.dsr; in mgslpc_get_icount()
2198 icount->rx = cnow.rx; in mgslpc_get_icount()
[all …]
/linux/drivers/tty/serial/
A Dserial_core.c1189 struct uart_icount cprev, cnow; in uart_wait_modem_status() local
1227 cprev = cnow; in uart_wait_modem_status()
1246 struct uart_icount cnow; in uart_get_icount() local
1257 icount->cts = cnow.cts; in uart_get_icount()
1258 icount->dsr = cnow.dsr; in uart_get_icount()
1259 icount->rng = cnow.rng; in uart_get_icount()
1260 icount->dcd = cnow.dcd; in uart_get_icount()
1261 icount->rx = cnow.rx; in uart_get_icount()
1262 icount->tx = cnow.tx; in uart_get_icount()
1263 icount->frame = cnow.frame; in uart_get_icount()
[all …]
/linux/drivers/net/usb/
A Dhso.c1543 struct uart_icount cprev, cnow; in hso_wait_modem_status() local
1574 cprev = cnow; in hso_wait_modem_status()
1591 struct uart_icount cnow; in hso_get_count() local
1603 icount->cts = cnow.cts; in hso_get_count()
1604 icount->dsr = cnow.dsr; in hso_get_count()
1605 icount->rng = cnow.rng; in hso_get_count()
1606 icount->dcd = cnow.dcd; in hso_get_count()
1607 icount->rx = cnow.rx; in hso_get_count()
1608 icount->tx = cnow.tx; in hso_get_count()
1609 icount->frame = cnow.frame; in hso_get_count()
[all …]

Completed in 41 milliseconds