Lines Matching refs:down
89 * @irq_tc: The interrupt number for pen up/down interrupt
111 * get_down - return the down state of the pen
115 * Return non-zero if both readings show that the pen is down.
119 /* returns true if both data values show stylus down */
128 bool down;
133 down = get_down(data0, data1);
135 if (down) {
174 * Called when the IRQ_TC is fired for a pen up or down event.
180 bool down;
185 down = get_down(data0, data1);
187 /* TODO we should never get an interrupt with down set while
191 if (down)
197 /* Clear pen down/up interrupt */