Lines Matching refs:pil
51 static int pil; variable
52 module_param(pil, int, 0);
53 MODULE_PARM_DESC(pil, "Set current used for pressure measurement.");
169 if (pil) { in wm9712_phy_init()
172 pil = 0; in wm9712_phy_init()
177 if (pil == 2) { in wm9712_phy_init()
181 } else if (pil) in wm9712_phy_init()
184 if (!pil) in wm9712_phy_init()
353 if (pil) in wm9712_poll_coord()
364 if (pil && !(data->p & WM97XX_ADCSEL_PRES)) in wm9712_poll_coord()
398 if (pil && !five_wire) { in wm9712_poll_touch()
434 if (pil) in wm9712_acc_enable()