Searched refs:cnow (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dark3116.c464 struct async_icount cnow = priv->icount; local
466 icount.cts = cnow.cts;
467 icount.dsr = cnow.dsr;
468 icount.rng = cnow.rng;
469 icount.dcd = cnow.dcd;
470 icount.rx = cnow.rx;
471 icount.tx = cnow.tx;
472 icount.frame = cnow.frame;
473 icount.overrun = cnow.overrun;
474 icount.parity = cnow
[all...]
H A Dmos7720.c1970 struct async_icount cnow; local
2005 cnow = mos7720_port->icount;
2006 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
2007 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
2009 if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
2010 ((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
2011 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
2012 ((arg & TIOCM_CTS) && (cnow
[all...]
H A Dssu100.c439 struct async_icount cnow = priv->icount; local
441 icount.cts = cnow.cts;
442 icount.dsr = cnow.dsr;
443 icount.rng = cnow.rng;
444 icount.dcd = cnow.dcd;
445 icount.rx = cnow.rx;
446 icount.tx = cnow.tx;
447 icount.frame = cnow.frame;
448 icount.overrun = cnow.overrun;
449 icount.parity = cnow
[all...]
H A Dio_edgeport.c1632 struct async_icount cnow; local
1658 cnow = edge_port->icount;
1659 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
1660 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
1662 if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
1663 ((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
1664 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
1665 ((arg & TIOCM_CTS) && (cnow
[all...]
H A Dmos7840.c2222 struct async_icount cnow; local
2267 cnow = mos7840_port->icount;
2269 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
2270 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
2272 if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
2273 ((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
2274 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
2275 ((arg & TIOCM_CTS) && (cnow
[all...]
H A Dti_usb_3410_5052.c795 struct async_icount cnow; local
819 cnow = tport->tp_icount;
820 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
821 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
823 if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
824 ((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
825 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
826 ((arg & TIOCM_CTS) && (cnow
[all...]
H A Dio_ti.c2537 struct async_icount cnow; local
2555 cnow = edge_port->icount;
2556 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
2557 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
2559 if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
2560 ((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
2561 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
2562 ((arg & TIOCM_CTS) && (cnow
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Damiserial.c1270 struct async_icount cprev, cnow; /* kernel counter temps */ local
1319 cnow = info->state->icount; /* atomic copy */
1321 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
1322 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
1324 if ( ((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
1325 ((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
1326 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
1327 ((arg & TIOCM_CTS) && (cnow
[all...]
H A Dnozomi.c1794 const struct async_icount cnow = port->tty_icount; local
1797 ret = ((flags & TIOCM_RNG) && (cnow.rng != cprev->rng)) ||
1798 ((flags & TIOCM_DSR) && (cnow.dsr != cprev->dsr)) ||
1799 ((flags & TIOCM_CD) && (cnow.dcd != cprev->dcd)) ||
1800 ((flags & TIOCM_CTS) && (cnow.cts != cprev->cts));
1802 *cprev = cnow;
1809 const struct async_icount cnow = port->tty_icount; local
1812 icount.cts = cnow.cts;
1813 icount.dsr = cnow.dsr;
1814 icount.rng = cnow
[all...]
H A Dmxser.c1636 struct async_icount cnow; local
1641 cnow = info->icount; /* atomic copy */
1644 ret = ((arg & TIOCM_RNG) && (cnow.rng != cprev->rng)) ||
1645 ((arg & TIOCM_DSR) && (cnow.dsr != cprev->dsr)) ||
1646 ((arg & TIOCM_CD) && (cnow.dcd != cprev->dcd)) ||
1647 ((arg & TIOCM_CTS) && (cnow.cts != cprev->cts));
1649 *cprev = cnow;
1659 struct async_icount cnow; local
1728 cnow = info->icount; /* note the counters on entry */
1732 mxser_cflags_changed(info, arg, &cnow));
[all...]
H A Dsynclink.c2681 struct mgsl_icount cprev, cnow; local
2740 cnow = info->icount;
2754 cnow.exithunt == cprev.exithunt &&
2755 cnow.rxidle == cprev.rxidle) {
2769 (cnow.exithunt != cprev.exithunt ? MgslEvent_ExitHuntMode:0) +
2770 (cnow.rxidle != cprev.rxidle ? MgslEvent_IdleReceived:0) );
2774 cprev = cnow;
2802 struct mgsl_icount cprev, cnow; local
2821 cnow = info->icount;
2826 if (cnow
2964 struct mgsl_icount cnow; /* kernel counter temps */ local
[all...]
H A Dsynclink_gt.c1036 struct mgsl_icount cnow; /* kernel counter temps */ local
1059 cnow = info->icount;
1062 if (put_user(cnow.cts, &p_cuser->cts) ||
1063 put_user(cnow.dsr, &p_cuser->dsr) ||
1064 put_user(cnow.rng, &p_cuser->rng) ||
1065 put_user(cnow.dcd, &p_cuser->dcd) ||
1066 put_user(cnow.rx, &p_cuser->rx) ||
1067 put_user(cnow.tx, &p_cuser->tx) ||
1068 put_user(cnow.frame, &p_cuser->frame) ||
1069 put_user(cnow
2745 struct mgsl_icount cprev, cnow; local
3058 struct mgsl_icount cprev, cnow; local
[all...]
H A Dsynclinkmp.c1263 struct mgsl_icount cnow; /* kernel counter temps */ local
1316 cnow = info->icount;
1319 PUT_USER(error,cnow.cts, &p_cuser->cts);
1321 PUT_USER(error,cnow.dsr, &p_cuser->dsr);
1323 PUT_USER(error,cnow.rng, &p_cuser->rng);
1325 PUT_USER(error,cnow.dcd, &p_cuser->dcd);
1327 PUT_USER(error,cnow.rx, &p_cuser->rx);
1329 PUT_USER(error,cnow.tx, &p_cuser->tx);
1331 PUT_USER(error,cnow.frame, &p_cuser->frame);
1333 PUT_USER(error,cnow
3046 struct mgsl_icount cprev, cnow; local
3169 struct mgsl_icount cprev, cnow; local
[all...]
H A Dcyclades.c2659 struct cyclades_icount cnow; local
2664 cnow = info->icount; /* atomic copy */
2667 ret = ((arg & TIOCM_RNG) && (cnow.rng != cprev->rng)) ||
2668 ((arg & TIOCM_DSR) && (cnow.dsr != cprev->dsr)) ||
2669 ((arg & TIOCM_CD) && (cnow.dcd != cprev->dcd)) ||
2670 ((arg & TIOCM_CTS) && (cnow.cts != cprev->cts));
2672 *cprev = cnow;
2687 struct cyclades_icount cnow; /* kernel counter temps */ local
2781 cnow = info->icount;
2784 cy_cflags_changed(info, arg, &cnow));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Dip2main.c2123 struct async_icount cprev, cnow; /* kernel counter temps */ local
2264 cnow = pCh->icount; /* atomic copy */
2266 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
2267 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) {
2271 if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
2272 ((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
2273 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
2274 ((arg & TIOCM_CTS) && (cnow
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dserial_core.c1013 struct uart_icount cprev, cnow; local
1031 memcpy(&cnow, &uport->icount, sizeof(struct uart_icount));
1036 if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
1037 ((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
1038 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
1039 ((arg & TIOCM_CTS) && (cnow.cts != cprev.cts))) {
1052 cprev = cnow;
1071 struct uart_icount cnow; local
1075 memcpy(&cnow, &uport->icount, sizeof(struct uart_icount));
1078 icount.cts = cnow
[all...]
H A D68360serial.c1337 struct async_icount cnow; local
1338 /* struct async_icount_24 cnow;*/ /* kernel counter temps */
1409 cnow = info->state->icount; /* atomic copy */
1411 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
1412 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
1414 if ( ((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
1415 ((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
1416 ((arg & TIOCM_CD) && (cnow
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/
H A Dsynclink_cs.c1983 struct mgsl_icount cprev, cnow; local
2034 cnow = info->icount;
2048 cnow.exithunt == cprev.exithunt &&
2049 cnow.rxidle == cprev.rxidle) {
2063 (cnow.exithunt != cprev.exithunt ? MgslEvent_ExitHuntMode:0) +
2064 (cnow.rxidle != cprev.rxidle ? MgslEvent_IdleReceived:0) );
2068 cprev = cnow;
2091 struct mgsl_icount cprev, cnow; local
2110 cnow = info->icount;
2115 if (cnow
2232 struct mgsl_icount cnow; /* kernel counter temps */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dhso.c1603 struct uart_icount cprev, cnow; local
1619 memcpy(&cnow, &tiocmget->icount, sizeof(struct uart_icount));
1622 if (((arg & TIOCM_RNG) && (cnow.rng != cprev.rng)) ||
1623 ((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
1624 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd))) {
1634 cprev = cnow;
1652 struct uart_icount cnow; local
1660 memcpy(&cnow, &tiocmget->icount, sizeof(struct uart_icount));
1663 icount.cts = cnow.cts;
1664 icount.dsr = cnow
[all...]

Completed in 249 milliseconds