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

  /src/sys/dev/usb/
uatp.c 1715 unsigned int x_pressure, x_raw, x_fingers; local in function:interpret_input
1719 x_pressure = interpret_dimension(sc, uatp_x_acc(sc),
1726 x_pressure, x_raw, x_fingers,
1730 if ((x_pressure == 0) && (y_pressure == 0)) {
1748 } else if ((x_pressure == 0) || (y_pressure == 0)) {
1753 } else if ((x_pressure == 1) && (y_pressure == 1)) {
uatp.c 1715 unsigned int x_pressure, x_raw, x_fingers; local in function:interpret_input
1719 x_pressure = interpret_dimension(sc, uatp_x_acc(sc),
1726 x_pressure, x_raw, x_fingers,
1730 if ((x_pressure == 0) && (y_pressure == 0)) {
1748 } else if ((x_pressure == 0) || (y_pressure == 0)) {
1753 } else if ((x_pressure == 1) && (y_pressure == 1)) {

Completed in 26 milliseconds