Searched refs:dcd (Results 26 - 44 of 44) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_edgeport.c1681 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
1685 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
1700 icount.dcd = cnow.dcd;
2040 icount->dcd++;
H A Dmos7840.c379 icount->dcd++;
2526 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
2530 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
2545 icount.dcd = cnow.dcd;
H A Dio_ti.c1642 icount->dcd++;
2668 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts)
2672 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
H A Dkeyspan.c676 p_priv->dcd_state = ((msg->dcd) ? 1 : 0);
768 p_priv->dcd_state = ((msg->dcd) ? 1 : 0);
954 p_priv->dcd_state = ((msg->dcd) ? 1 : 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Dip2main.c2211 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) {
2217 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
2254 rc = put_user(cnow.dcd, &p_cuser->dcd);
H A Di2lib.c1535 pCh->icount.dcd++;
1549 pCh->icount.dcd++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dserial_core.c996 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
1039 icount.dcd = cnow.dcd;
H A Dmcfserial.c434 void mcfrs_modem_change(struct mcf_serial *info, int dcd) argument
440 if (dcd)
H A Dioc4_serial.c1882 the_port->icount.dcd = 1;
2220 * the dcd change.
2236 the_port->icount.dcd = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsynclink_gt.c1158 put_user(cnow.dcd, &p_cuser->dcd) ||
2104 info->icount.dcd++;
2140 info->icount.dcd++;
3032 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) {
3040 (arg & TIOCM_CD && cnow.dcd != cprev.dcd) ||
H A Dcyclades.c738 info->icount.dcd++;
1152 info->icount.dcd++;
3467 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
3492 ret_val = put_user(cnow.dcd, &p_cuser->dcd);
H A Dsynclink.c1341 icount->dcd++;
2840 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) {
2848 (arg & TIOCM_CD && cnow.dcd != cprev.dcd) ||
3025 PUT_USER(error,cnow.dcd, &p_cuser->dcd);
H A Dsynclinkmp.c1383 PUT_USER(error,cnow.dcd, &p_cuser->dcd);
2521 icount->dcd++;
3254 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) {
3262 (arg & TIOCM_CD && cnow.dcd != cprev.dcd) ||
H A Dmoxa.c124 int dcd; member in struct:mxser_mstatus
1559 tmp.dcd = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dsynclink_cs.c1158 info->icount.dcd++;
2166 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) {
2174 (arg & TIOCM_CD && cnow.dcd != cprev.dcd) ||
2341 PUT_USER(error,cnow.dcd, &p_cuser->dcd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/4xx_io/
H A Dserial_sicc.c228 __u32 dcd; member in struct:SICC_icount
1323 icount.dcd = cnow.dcd;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcyclades.h540 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:cyclades_icount
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dbaycom_epp.c1054 hi.data.cs.dcd = !(bc->stat & EPP_DCDBIT);
1064 hi.data.ocs.dcd = !(bc->stat & EPP_DCDBIT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dpc300_drv.c2431 pc300status.gen_status.dcd =

Completed in 490 milliseconds

12