Home | History | Annotate | Download | only in input

Lines Matching refs:relBitmask

124     memset(relBitmask, 0, sizeof(relBitmask));
274 return test_bit(axis, device->relBitmask);
932 ioctl(fd, EVIOCGBIT(EV_REL, sizeof(device->relBitmask)), device->relBitmask);
952 && test_bit(REL_X, device->relBitmask)
953 && test_bit(REL_Y, device->relBitmask)) {