Searched refs:pstn_present (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/telephony/
H A Dixj.h1122 unsigned int pstn_present:1; member in struct:__anon7110
H A Dixj.c1404 if (j->cardtype == QTI_LINEJACK && !j->flags.pstncheck && j->flags.pstn_present) {
6683 j->flags.pstn_present = 0; /* Assume the line is not there */
6737 j->flags.pstn_present = 1;
6739 j->flags.pstn_present = 0;
6741 if (j->flags.pstn_present) {
6755 return j->flags.pstn_present;
6931 j->flags.pstn_present = 0;
7305 len += sprintf(buf + len, "\nPSTN Present %d", j->flags.pstn_present);

Completed in 174 milliseconds