Home | History | Annotate | Download | only in input

Lines Matching refs:relBitmask

169     memset(relBitmask, 0, sizeof(relBitmask));
325 return test_bit(axis, device->relBitmask);
1100 ioctl(fd, EVIOCGBIT(EV_REL, sizeof(device->relBitmask)), device->relBitmask);
1121 && test_bit(REL_X, device->relBitmask)
1122 && test_bit(REL_Y, device->relBitmask)) {