pen_threshold 31 drivers/input/touchscreen/fsl-imx25-tcq.c unsigned int pen_threshold; pen_threshold 275 drivers/input/touchscreen/fsl-imx25-tcq.c if (touch_pre < priv->pen_threshold && pen_threshold 276 drivers/input/touchscreen/fsl-imx25-tcq.c touch_post < priv->pen_threshold) { pen_threshold 287 drivers/input/touchscreen/fsl-imx25-tcq.c } else if (touch_pre >= priv->pen_threshold && pen_threshold 288 drivers/input/touchscreen/fsl-imx25-tcq.c touch_post >= priv->pen_threshold) { pen_threshold 440 drivers/input/touchscreen/fsl-imx25-tcq.c priv->pen_threshold = 500; pen_threshold 459 drivers/input/touchscreen/fsl-imx25-tcq.c of_property_read_u32(np, "fsl,pen-threshold", &priv->pen_threshold);