Lines Matching defs:evbit
404 #define evbit(_t, _c) (((_t) << 16) | (_c))
412 switch(evbit(event.type, event.code)) {
413 case evbit(EV_KEY, BTN_TOOL_PEN):
414 case evbit(EV_KEY, BTN_TOOL_RUBBER):
415 case evbit(EV_KEY, BTN_TOOL_BRUSH):
416 case evbit(EV_KEY, BTN_TOOL_PENCIL):
417 case evbit(EV_KEY, BTN_TOOL_AIRBRUSH):
418 case evbit(EV_KEY, BTN_TOOL_MOUSE):
419 case evbit(EV_KEY, BTN_TOOL_LENS):
424 case evbit(EV_KEY, BTN_TOUCH):
427 case evbit(EV_KEY, BTN_STYLUS):
430 case evbit(EV_KEY, BTN_STYLUS2):
433 case evbit(EV_KEY, BTN_STYLUS3):
436 case evbit(EV_ABS, ABS_X):
439 case evbit(EV_ABS, ABS_Y):
442 case evbit(EV_ABS, ABS_Z):
445 case evbit(EV_ABS, ABS_PRESSURE):
448 case evbit(EV_ABS, ABS_TILT_X):
451 case evbit(EV_ABS, ABS_TILT_Y):
454 case evbit(EV_ABS, ABS_DISTANCE):