Lines Matching refs:pil
56 static int pil; variable
57 module_param(pil, int, 0);
58 MODULE_PARM_DESC(pil, "Set current used for pressure measurement.");
174 if (pil) { in wm9712_phy_init()
177 pil = 0; in wm9712_phy_init()
182 if (pil == 2) { in wm9712_phy_init()
186 } else if (pil) in wm9712_phy_init()
189 if (!pil) in wm9712_phy_init()
358 if (pil) in wm9712_poll_coord()
369 if (pil && !(data->p & WM97XX_ADCSEL_PRES)) in wm9712_poll_coord()
403 if (pil && !five_wire) { in wm9712_poll_touch()
439 if (pil) in wm9712_acc_enable()