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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/telephony/
H A Dixj.h1122 unsigned int pstn_present:1; member in struct:__anon16148
H A Dixj.c1400 if (j->cardtype == QTI_LINEJACK && !j->flags.pstncheck && j->flags.pstn_present) {
6685 j->flags.pstn_present = 0; /* Assume the line is not there */
6739 j->flags.pstn_present = 1;
6741 j->flags.pstn_present = 0;
6743 if (j->flags.pstn_present) {
6757 return j->flags.pstn_present;
6933 j->flags.pstn_present = 0;
7307 len += sprintf(buf + len, "\nPSTN Present %d", j->flags.pstn_present);

Completed in 175 milliseconds