Searched refs:xAbsSetup (Results 1 – 1 of 1) sorted by relevance
132 uinput_abs_setup xAbsSetup; in openUinput() local133 xAbsSetup.code = ABS_MT_POSITION_X; in openUinput()134 xAbsSetup.absinfo.maximum = screenWidth - 1; in openUinput()135 xAbsSetup.absinfo.minimum = 0; in openUinput()136 if (ioctl(fd, UI_ABS_SETUP, &xAbsSetup) != 0) { in openUinput()181 uinput_abs_setup xAbsSetup; in openUinput() local182 xAbsSetup.code = ABS_X; in openUinput()183 xAbsSetup.absinfo.maximum = screenWidth - 1; in openUinput()184 xAbsSetup.absinfo.minimum = 0; in openUinput()185 if (ioctl(fd, UI_ABS_SETUP, &xAbsSetup) != 0) { in openUinput()