Lines Matching full:pil
31 * Set pil = 2 to use 400uA
32 * pil = 1 to use 200uA and
33 * pil = 0 to disable pressure measurement.
38 static int pil; variable
39 module_param(pil, int, 0);
40 MODULE_PARM_DESC(pil, "Set current used for pressure measurement.");
145 if (pil == 2) { in wm9705_phy_init()
149 } else if (pil) in wm9705_phy_init()
152 if (!pil) in wm9705_phy_init()
280 if (pil) { in wm9705_poll_touch()
313 if (pil) in wm9705_acc_enable()