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