Home
last modified time | relevance | path

Searched refs:pots (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/isdn/hardware/mISDN/
H A Dw6692.c77 static u32 pots; variable
111 module_param(pots, uint, S_IRUGO | S_IWUSR);
112 MODULE_PARM_DESC(pots, "W6692 POTS support bitmask (one bit per card)");
536 if ((!(card->fmask & pots)) ||
561 if ((!(card->fmask & pots)) ||
578 if (!(card->fmask & pots)) in disable_pots()
597 if ((card->fmask & pots) && (wch->b_mode & W_B_MODE_EPCM)) in w6692_mode()
872 if (card->fmask & pots) in initW6692()
876 if ((card->fmask & pots) || (card->fmask & led)) { in initW6692()