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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 116 milliseconds