Searched refs:yAbsSetup (Results 1 – 1 of 1) sorted by relevance
149 uinput_abs_setup yAbsSetup; in openUinput() local150 yAbsSetup.code = ABS_MT_POSITION_Y; in openUinput()151 yAbsSetup.absinfo.maximum = screenHeight - 1; in openUinput()152 yAbsSetup.absinfo.minimum = 0; in openUinput()153 if (ioctl(fd, UI_ABS_SETUP, &yAbsSetup) != 0) { in openUinput()198 uinput_abs_setup yAbsSetup; in openUinput() local199 yAbsSetup.code = ABS_Y; in openUinput()200 yAbsSetup.absinfo.maximum = screenHeight - 1; in openUinput()201 yAbsSetup.absinfo.minimum = 0; in openUinput()202 if (ioctl(fd, UI_ABS_SETUP, &yAbsSetup) != 0) { in openUinput()