Searched refs:yAbsSetup (Results 1 – 1 of 1) sorted by relevance
140 uinput_abs_setup yAbsSetup; in openUinput() local141 yAbsSetup.code = ABS_MT_POSITION_Y; in openUinput()142 yAbsSetup.absinfo.maximum = screenHeight - 1; in openUinput()143 yAbsSetup.absinfo.minimum = 0; in openUinput()144 if (ioctl(fd, UI_ABS_SETUP, &yAbsSetup) != 0) { in openUinput()189 uinput_abs_setup yAbsSetup; in openUinput() local190 yAbsSetup.code = ABS_Y; in openUinput()191 yAbsSetup.absinfo.maximum = screenHeight - 1; in openUinput()192 yAbsSetup.absinfo.minimum = 0; in openUinput()193 if (ioctl(fd, UI_ABS_SETUP, &yAbsSetup) != 0) { in openUinput()