Lines Matching defs:edge
174 * copy of edges so we can recalculate edge limit if there is
785 SYSCTL_DESCR("Define left edge of touchpad"),
797 SYSCTL_DESCR("Define right edge of touchpad"),
809 SYSCTL_DESCR("Define top edge of touchpad"),
821 SYSCTL_DESCR("Define bottom edge of touchpad"),
833 SYSCTL_DESCR("Define edge motion rate"),
989 SYSCTL_DESCR("Top edge of button area"),
1001 SYSCTL_DESCR("Left edge of button 2 region"),
1013 SYSCTL_DESCR("Left edge of button 3 region"),
2077 /* Edge detection */
2108 * When edge motion is enabled, synaptics_edge_motion_delta is
2112 * transition from finger movement to edge motion.
2146 int dx, dy, dz, sdx, sdy, sdz, edge;
2175 * the edge of the touchpad, apply edge motion emulation if it
2179 edge = synaptics_check_edge(sp->sp_x, sp->sp_y);
2181 if (edge & SYN_EDGE_LEFT)
2183 if (edge & SYN_EDGE_RIGHT)
2185 if (edge & SYN_EDGE_BOTTOM)
2187 if (edge & SYN_EDGE_TOP)
2191 edge = synaptics_check_edge(sp->sp_sx, sp->sp_sy);
2193 if (edge & SYN_EDGE_LEFT)
2195 if (edge & SYN_EDGE_RIGHT)
2197 if (edge & SYN_EDGE_BOTTOM)
2199 if (edge & SYN_EDGE_TOP)