Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/isdn/hardware/mISDN/
Dw6692.c93 static u32 pots; variable
126 module_param(pots, uint, S_IRUGO | S_IWUSR);
127 MODULE_PARM_DESC(pots, "W6692 POTS support bitmask (one bit per card)");
542 if ((!(card->fmask & pots)) ||
567 if ((!(card->fmask & pots)) ||
584 if (!(card->fmask & pots)) in disable_pots()
603 if ((card->fmask & pots) && (wch->b_mode & W_B_MODE_EPCM)) in w6692_mode()
880 if (card->fmask & pots) in initW6692()
884 if ((card->fmask & pots) || (card->fmask & led)) { in initW6692()
/linux-3.4.99/include/linux/
Dtelephony.h88 pots = 0, enumerator
/linux-3.4.99/Documentation/input/
Damijoy.txt150 With normal (NTSC or PAL) horiz. line rate, the pots will
181 | 00 | START | Start pots (dump capacitors,start counters) |
/linux-3.4.99/drivers/isdn/hisax/
Dasuscom.c409 cs->hw.asus.pots = cs->hw.asus.cfg_reg + ASUS_CTRL_POTS; in setup_asuscom()
Dhisax.h633 unsigned int pots; member
/linux-3.4.99/drivers/staging/telephony/
Dixj.c5955 j->caplist[j->caps].cap = pots; in add_caps()