Searched refs:pots (Results 1 – 3 of 3) sorted by relevance
90 static u32 pots; variable123 module_param(pots, uint, S_IRUGO | S_IWUSR);124 MODULE_PARM_DESC(pots, "W6692 POTS support bitmask (one bit per card)");550 if ((!(card->fmask & pots)) ||575 if ((!(card->fmask & pots)) ||592 if (!(card->fmask & pots)) in disable_pots()611 if ((card->fmask & pots) && (wch->b_mode & W_B_MODE_EPCM)) in w6692_mode()887 if (card->fmask & pots) in initW6692()891 if ((card->fmask & pots) || (card->fmask & led)) { in initW6692()
408 cs->hw.asus.pots = cs->hw.asus.cfg_reg + ASUS_CTRL_POTS; in setup_asuscom()
633 unsigned int pots; member