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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dser_a2232.c254 return ap->cd_status;
603 port->cd_status = !(ncd & 1); /* ncd&1 <=> CD is now off */
607 else if (port->cd_status) { // if DCD on: DCD went UP!
645 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.c530 if (!(ChanStatus & CD_ACT) && info->cd_status) {
536 info->cd_status = (ChanStatus & CD_ACT) ? 1 : 0;
788 info->cd_status = 1;
790 info->cd_status = 0;
946 info->cd_status = 1;
948 info->cd_status = 0;
H A Drocket_int.h1135 int cd_status; member in struct:r_port

Completed in 170 milliseconds