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

  /src/sys/dev/usb/
uatp.c 1716 unsigned int y_pressure, y_raw, y_fingers; local in function:interpret_input
1721 y_pressure = interpret_dimension(sc, uatp_y_acc(sc),
1727 y_pressure, y_raw, y_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 1716 unsigned int y_pressure, y_raw, y_fingers; local in function:interpret_input
1721 y_pressure = interpret_dimension(sc, uatp_y_acc(sc),
1727 y_pressure, y_raw, y_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 25 milliseconds