Home | History | Annotate | Download | only in linux

Lines Matching refs:absbit

384 	unsigned long absbit[NBITS(ABS_MAX)] = { 0 };
388 (ioctl(fd, EVIOCGBIT(EV_ABS, sizeof(absbit)), absbit) < 0) ) {
392 test_bit(ABS_X, absbit) && test_bit(ABS_Y, absbit) &&
675 unsigned long absbit[NBITS(ABS_MAX)] = { 0 };
680 (ioctl(fd, EVIOCGBIT(EV_ABS, sizeof(absbit)), absbit) >= 0) &&
711 if ( test_bit(i, absbit) ) {
742 if ( test_bit(i, absbit) || test_bit(i+1, absbit) ) {