CyDCD 703 drivers/tty/cyclades.c if (mdm_change & CyDCD) CyDCD 715 drivers/tty/cyclades.c if ((mdm_change & CyDCD) && tty_port_check_carrier(&info->port)) { CyDCD 716 drivers/tty/cyclades.c if (mdm_status & CyDCD) CyDCD 2120 drivers/tty/cyclades.c cflags |= CyDSR | CyRI | CyDCD; CyDCD 2398 drivers/tty/cyclades.c result |= ((status & CyDCD) ? TIOCM_CAR : 0) | CyDCD 2978 drivers/tty/cyclades.c cd = cyy_readb(info, CyMSVR1) & CyDCD;