Home
last modified time | relevance | path

Searched refs:JS_EVENT_BUTTON (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Djoystick.h40 #define JS_EVENT_BUTTON 0x01 /* button pressed/released */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Djoystick.h40 #define JS_EVENT_BUTTON 0x01 /* button pressed/released */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Djoystick.h40 #define JS_EVENT_BUTTON 0x01 /* button pressed/released */ macro
/OK3568_Linux_fs/kernel/Documentation/input/joydev/
H A Djoystick-api.rst69 #define JS_EVENT_BUTTON 0x01 /* button pressed/released */
77 int type = JS_EVENT_BUTTON | JS_EVENT_INIT; /* 0x81 */
120 if (js_event.type == JS_EVENT_BUTTON) {
128 if ((js_event.type & ~JS_EVENT_INIT) == JS_EVENT_BUTTON) {
/OK3568_Linux_fs/kernel/drivers/input/
H A Djoydev.c125 event.type = JS_EVENT_BUTTON; in joydev_event()
303 event->type = JS_EVENT_BUTTON | JS_EVENT_INIT; in joydev_generate_startup_event()