Searched refs:UMS_FLAG_T_AXIS (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/usb/input/
H A Dums.c121 #define UMS_FLAG_T_AXIS 0x0008 macro
301 if ((info->sc_flags & UMS_FLAG_T_AXIS) &&
522 info->sc_flags |= UMS_FLAG_T_AXIS;
528 info->sc_flags |= UMS_FLAG_T_AXIS;
564 (info->sc_flags & UMS_FLAG_T_AXIS) ? "T" : "",
731 if (info->sc_flags & UMS_FLAG_T_AXIS)
1155 UMS_FLAG_T_AXIS | UMS_FLAG_W_AXIS)) == 0 &&
1178 if (info->sc_flags & UMS_FLAG_T_AXIS)

Completed in 101 milliseconds