Home | History | Annotate | Download | only in linux

Lines Matching refs:absbit

380 	unsigned long absbit[40];
384 (ioctl(fd, EVIOCGBIT(EV_ABS, sizeof(absbit)), absbit) < 0) ) {
388 test_bit(ABS_X, absbit) && test_bit(ABS_Y, absbit) &&
663 unsigned long absbit[40];
668 (ioctl(fd, EVIOCGBIT(EV_ABS, sizeof(absbit)), absbit) >= 0) &&
699 if ( test_bit(i, absbit) ) {
730 if ( test_bit(i, absbit) || test_bit(i+1, absbit) ) {