HomeSort by: relevance | last modified time | path
    Searched defs:synaptics_edge_bottom (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pckbport/
synaptics.c 111 static int synaptics_edge_bottom = SYNAPTICS_EDGE_BOTTOM; variable in typeref:typename:int
118 static int synaptics_button_boundary = SYNAPTICS_EDGE_BOTTOM;
295 synaptics_edge_bottom = synaptics_value(
302 if (synaptics_edge_bottom != synaptics_old_edge_bottom) {
303 if (synaptics_edge_bottom <= synaptics_true_edge_bottom) {
305 synaptics_edge_bottom = synaptics_true_edge_bottom;
308 synaptics_edge_bottom,
313 synaptics_old_edge_bottom = synaptics_edge_bottom;
319 synaptics_edge_bottom,
    [all...]

Completed in 43 milliseconds