Searched refs:propBitmask (Results 1 – 2 of 2) sorted by relevance
158 memset(propBitmask, 0, sizeof(propBitmask)); in Device()346 return test_bit(property, device->propBitmask); in hasInputProperty()1207 ioctl(fd, EVIOCGPROP(sizeof(device->propBitmask)), device->propBitmask); in openDeviceLocked()
358 uint8_t propBitmask[(INPUT_PROP_MAX + 1) / 8]; member