Searched refs:c_dcd (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 Dsx.h27 int c_dcd; member in struct:sx_port
H A Dsx.c588 port->c_dcd, tty_port_carrier_raised(&port->gs.port),
809 /* port->c_dcd = sx_get_CD (port); */
982 int c_dcd; local
986 port->c_dcd, tty_port_carrier_raised(&port->gs.port));
998 c_dcd = tty_port_carrier_raised(&port->gs.port);
999 sx_dprintk(SX_DEBUG_MODEMSIGNALS, "DCD is now %d\n", c_dcd);
1000 if (c_dcd != port->c_dcd) {
1001 port->c_dcd = c_dcd;
[all...]
H A Dvme_scc.c663 port->c_dcd = !!(sr & SR_DCD);
666 else if (port->c_dcd) {
988 port->c_dcd = 0; /* Prevent initial 1->0 interrupt */
1009 port->c_dcd = tty_port_carrier_raised(&port->gs.port);
H A Dscc.h80 int c_dcd; member in struct:scc_port

Completed in 117 milliseconds