Searched refs:hookstate (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dtelephony.h227 * hookstate bit is set if there is a change in hookstate status, it does not
243 unsigned int hookstate:1; member in struct:phone_except
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/telephony/
H A Dixj.c107 * Fixed POTS hookstate detection while it is connected to PSTN port.
183 * Modified to allow hookstate detection on the POTS port when the PSTN port is selected.
190 * Added hookstate checks in CallerID routines to stop FSK.
883 if(time_after(jiffies, j->pstn_sleeptil) && !(j->flags.pots_pstn && j->hookstate)) {
912 if(j->m_DAAShadowRegs.SOP_REGS.SOP.cr1.bitreg.RMR != XR0.bitreg.RMR && time_after(jiffies, j->pstn_sleeptil) && !(j->flags.pots_pstn && j->hookstate)) {
1172 j->hookstate = ixj_hookstate(j);
1174 if (!(j->hookstate)) {
1178 j->ex.bits.hookstate = 1;
1240 if (j->hookstate & 1) {
1380 if (j->hookstate) { /*
[all...]
H A Dixj.h1281 char hookstate; member in struct:__anon7069

Completed in 109 milliseconds