Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
H A Dw6692.c77 static u32 pots; variable
110 module_param(pots, uint, S_IRUGO | S_IWUSR);
111 MODULE_PARM_DESC(pots, "W6692 POTS support bitmask (one bit per card)");
535 if ((!(card->fmask & pots)) ||
560 if ((!(card->fmask & pots)) ||
577 if (!(card->fmask & pots)) in disable_pots()
596 if ((card->fmask & pots) && (wch->b_mode & W_B_MODE_EPCM)) in w6692_mode()
871 if (card->fmask & pots) in initW6692()
875 if ((card->fmask & pots) || (card->fmask & led)) { in initW6692()
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/
H A Dw6692.c77 static u32 pots; variable
110 module_param(pots, uint, S_IRUGO | S_IWUSR);
111 MODULE_PARM_DESC(pots, "W6692 POTS support bitmask (one bit per card)");
535 if ((!(card->fmask & pots)) ||
560 if ((!(card->fmask & pots)) ||
577 if (!(card->fmask & pots)) in disable_pots()
596 if ((card->fmask & pots) && (wch->b_mode & W_B_MODE_EPCM)) in w6692_mode()
871 if (card->fmask & pots) in initW6692()
875 if ((card->fmask & pots) || (card->fmask & led)) { in initW6692()

Completed in 4 milliseconds