Home | History | Annotate | Download | only in linux

Lines Matching defs:test_bit

376 #define test_bit(nr, addr) \
391 if (!(test_bit(EV_KEY, evbit) && test_bit(EV_ABS, evbit) &&
392 test_bit(ABS_X, absbit) && test_bit(ABS_Y, absbit) &&
393 (test_bit(BTN_TRIGGER, keybit) || test_bit(BTN_A, keybit) || test_bit(BTN_1, keybit)))) return 0;
686 if ( test_bit(i, keybit) ) {
696 if ( test_bit(i, keybit) ) {
711 if ( test_bit(i, absbit) ) {
742 if ( test_bit(i, absbit) || test_bit(i+1, absbit) ) {
749 if ( test_bit(REL_X, relbit) || test_bit(REL_Y, relbit) ) {