Searched refs:dcd (Results 1 - 25 of 35) sorted by relevance

12

/drivers/usb/serial/
H A Dkeyspan_usa28msg.h152 dcd, member in struct:keyspan_usa28_portStatusMessage
H A Dkeyspan_usa49msg.h242 dcd, // reports DCD pin member in struct:keyspan_usa49_portStatusMessage
H A Dssu100.c392 (priv->icount.dcd != prev.dcd) ||
404 (prev.dcd == cur.dcd) &&
410 (arg & TIOCM_CD && (prev.dcd != cur.dcd)) ||
427 icount->dcd = cnow.dcd;
566 priv->icount.dcd++;
H A Dkeyspan_usa90msg.h157 dcd, // reports DCD pin member in struct:keyspan_usa90_portStatusMessage
H A Dark3116.c423 icount->dcd = cnow.dcd;
469 (prev.dcd == priv->icount.dcd) &&
477 (prev.dcd != priv->icount.dcd)) ||
584 priv->icount.dcd++;
H A Dmct_u232.c371 icount->dcd++;
868 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
872 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
896 icount->dcd = ic->dcd;
H A Dti_usb_3410_5052.c790 icount->dcd = cnow.dcd;
833 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
837 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
1456 icount->dcd++;
H A Dmos7720.c1888 icount->dcd = cnow.dcd;
2013 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
2017 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
H A Dio_edgeport.c1636 icount->dcd = cnow.dcd;
1713 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
1717 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
2088 icount->dcd++;
H A Dio_ti.c1546 icount->dcd++;
2498 icount->dcd = ic->dcd;
2559 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
2563 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
H A Dmos7840.c451 icount->dcd++;
2239 icount->dcd = cnow.dcd;
2311 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
2315 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
/drivers/staging/media/lirc/
H A Dlirc_serial.c648 int counter, dcd; local
697 dcd = (status & hardware[type].signal_pin) ? 1 : 0;
699 if (dcd == last_dcd) {
702 dcd, sense,
717 dcd, sense,
723 if (!(dcd^sense)) {
728 dcd, sense,
741 frbwrite(dcd^sense ? data : (data|PULSE_BIT));
743 last_dcd = dcd;
/drivers/tty/
H A Dmoxa.c125 int dcd; member in struct:mxser_mstatus
367 tmp.dcd = 1;
1136 int dcd; local
1139 dcd = ch->DCDState;
1141 return dcd;
1345 static void moxa_new_dcdstate(struct moxa_port *p, u8 dcd) argument
1349 dcd = !!dcd;
1352 if (dcd != p->DCDState) {
1353 p->DCDState = dcd;
[all...]
H A Damiserial.c396 icount->dcd++;
1238 icount->dcd = cnow.dcd;
1305 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
1309 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
1721 state->icount.rng = state->icount.dcd = 0;
H A Dnozomi.c1008 dc->port[port].tty_icount.dcd++;
1014 dc->port[port].tty_icount.dcd, dc->port[port].tty_icount.cts,
1778 ((flags & TIOCM_CD) && (cnow.dcd != cprev->dcd)) ||
1795 icount->dcd = cnow.dcd;
H A Dmxser.c283 int dcd; member in struct:mxser_mstatus
822 port->icount.dcd++;
1532 ms.dcd = 1;
1577 ip->icount.dcd++;
1647 ((arg & TIOCM_CD) && (cnow.dcd != cprev->dcd)) ||
1835 icount->dcd = cnow.dcd;
H A Dcyclades.c713 info->icount.dcd++;
1132 info->icount.dcd++;
1135 u32 dcd = fw_ver > 241 ? param : local
1137 if (dcd & C_RS_DCD)
2652 ((arg & TIOCM_CD) && (cnow.dcd != cprev->dcd)) ||
2800 sic->dcd = cnow.dcd;
/drivers/net/hamradio/
H A Dscc.c451 scc->dcd = 0;
456 scc->dcd = 1;
459 scc_notify(scc, scc->dcd? HWEV_DCD_OFF:HWEV_DCD_ON);
470 scc->dcd = 1;
474 scc->dcd = 0;
477 scc_notify(scc, scc->dcd? HWEV_DCD_ON:HWEV_DCD_OFF);
1109 if ( (grp1 & RXGROUP) && scc2->dcd )
1143 if (scc->dcd || (scc->kiss.persist) < Rand || (scc->kiss.group && is_grouped(scc)) )
1358 scc_notify(scc, scc->dcd? HWEV_DCD_ON:HWEV_DCD_OFF);
1870 scc->kiss.softdcd = 0; /* hardware dcd */
[all...]
H A Dhdlcdrv.c385 if (s->hdlcrx.dcd) {
557 bi.data.cs.dcd = s->hdlcrx.dcd;
567 bi.data.ocs.dcd = s->hdlcrx.dcd;
H A Dyam.c144 int dcd; member in struct:yam_port
545 if (yp->dcd && yp->rx_len >= 3 && yp->rx_len < YAM_MAX_FRAME) {
629 if (yp->dcd) {
766 yp->dcd = (msr & RX_DCD) ? 1 : 0;
/drivers/mmc/card/
H A Dsdio_uart.c58 __u32 dcd; member in struct:uart_icount
505 port->icount.dcd++;
1019 if (port->icount.dcd)
1020 seq_printf(m, " dcd:%d",
1021 port->icount.dcd);
/drivers/net/wan/
H A Dpc300.h263 u8 dcd; member in struct:rsv_x21_status
H A Dwanxl.c122 const char *cable, *pm, *dte = "", *dsr = "", *dcd = ""; local
146 dcd = (value & STATUS_CABLE_DCD) ? ", carrier ON" :
152 pm, dte, cable, dsr, dcd);
/drivers/staging/serial/
H A D68360serial.c139 __u32 cts, dsr, rng, dcd, tx, rx;
559 icount->dcd++;
1403 icount->dcd = cnow.dcd;
1489 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
1493 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
2528 state->icount.rng = state->icount.dcd = 0;
/drivers/net/usb/
H A Dhso.c1558 icount->dcd++;
1604 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd))) {
1646 icount->dcd = cnow.dcd;

Completed in 4940 milliseconds

12