Searched refs:cd_status (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dser_a2232.c253 return ((struct a2232_port *) ptr)->cd_status;
602 port->cd_status = !(ncd & 1); /* ncd&1 <=> CD is now off */
606 else if (port->cd_status) { // if DCD on: DCD went UP!
638 port->disable_rx = port->throttle_input = port->cd_status = 0;
H A Dser_a2232.h60 short cd_status; member in struct:a2232_port
H A Drocket.c527 if (!(ChanStatus & CD_ACT) && info->cd_status) {
533 info->cd_status = (ChanStatus & CD_ACT) ? 1 : 0;
786 info->cd_status = 1;
788 info->cd_status = 0;
1022 info->cd_status = 1;
1024 info->cd_status = 0;
H A Drocket_int.h1154 int cd_status; member in struct:r_port

Completed in 55 milliseconds