Searched refs:EVIOCGPROP (Results 1 – 4 of 4) sorted by relevance
85 #define EVIOCGPROP(len) _IOC(_IOC_READ, 'E', 0x09, len) macro
72 res = ioctl(fd, EVIOCGPROP(sizeof(bits)), bits); in print_input_props()
231 TEMP_FAILURE_RETRY(ioctl(mFd, EVIOCGPROP(sizeof(mPropBitmask)), mPropBitmask)); in queryProperties()
1978 device->readDeviceBitMask(EVIOCGPROP(0), device->propBitmask); in openDeviceLocked()