Searched refs:abs_bits (Results 1 – 1 of 1) sorted by relevance
75 unsigned char abs_bits[1 + ABS_MAX/8/sizeof(unsigned char)]; in getComponentInfo() local76 memset( abs_bits, 0, sizeof(abs_bits) ); in getComponentInfo()83 if (ioctl(deviceID, EVIOCGBIT(i, sizeof(abs_bits)), abs_bits) == -1) in getComponentInfo()88 if( isBitSet(abs_bits, j) ) in getComponentInfo()