Home
last modified time | relevance | path

Searched defs:evbit (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/joystick/linux/
DSDL_sysjoystick.c88 unsigned long evbit[NBITS(EV_MAX)] = { 0 }; in IsJoystick() local
/third_party/libinput/tools/
Dlibinput-debug-tablet.c403 #define evbit(_t, _c) (((_t) << 16) | (_c)) in handle_libevdev_events() macro
/third_party/Linux_Kernel/include/linux/
Dinput.h129 unsigned long evbit[BITS_TO_LONGS(EV_CNT)]; member
Dmod_devicetable.h320 kernel_ulong_t evbit[INPUT_DEVICE_ID_EV_MAX / BITS_PER_LONG + 1]; member