wzero3_tp.c | 409 int down; local in function:wzero3tp_irq 425 down = (*sc->sc_model->chip.readpos)(&tp); 426 DPRINTF(("%s: x = %d, y = %d, z = %d, down = %d\n", 427 device_xname(sc->sc_dev), tp.x, tp.y, tp.z, down)); 437 if (down) { 447 if (!down) { 452 if (down || sc->sc_buttons != down) { 453 wsmouse_input(sc->sc_wsmousedev, down, tp.x, tp.y, 0, 0, 455 sc->sc_buttons = down; 608 int down; local in function:max1233_readpos 700 int down; local in function:ads7846_readpos [all...] |