Searched refs:pots (Results 1 – 3 of 3) sorted by relevance
93 static u32 pots; variable126 module_param(pots, uint, S_IRUGO | S_IWUSR);127 MODULE_PARM_DESC(pots, "W6692 POTS support bitmask (one bit per card)");554 if ((!(card->fmask & pots)) ||579 if ((!(card->fmask & pots)) ||596 if (!(card->fmask & pots)) in disable_pots()615 if ((card->fmask & pots) && (wch->b_mode & W_B_MODE_EPCM)) in w6692_mode()892 if (card->fmask & pots) in initW6692()896 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