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