synaptics.c | 2104 synaptics_edge_motion(struct synaptics_softc *sc, int delta, int dir) function in typeref:typename:int 2182 dx -= synaptics_edge_motion(sc, dx, 1); 2184 dx += synaptics_edge_motion(sc, dx, -1); 2186 dy -= synaptics_edge_motion(sc, dy, 1); 2188 dy += synaptics_edge_motion(sc, dy, -1); 2194 sdx -= synaptics_edge_motion(sc, sdx, 1); 2196 sdx += synaptics_edge_motion(sc, sdx, -1); 2198 sdy -= synaptics_edge_motion(sc, sdy, 1); 2200 sdy += synaptics_edge_motion(sc, sdy, -1);
|