Home
last modified time | relevance | path

Searched refs:GAMEPORT_ID_VENDOR_INTERACT (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dgameport.h16 #define GAMEPORT_ID_VENDOR_INTERACT 0x0006 macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dgameport.h23 #define GAMEPORT_ID_VENDOR_INTERACT 0x0006 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dgameport.h29 #define GAMEPORT_ID_VENDOR_INTERACT 0x0006 macro
/kernel/linux/linux-5.10/drivers/input/joystick/
Dinteract.c243 input_dev->id.vendor = GAMEPORT_ID_VENDOR_INTERACT; in interact_connect()