Searched refs:udev_type (Results 1 – 5 of 5) sorted by relevance
/third_party/libinput/src/ |
D | quirks.c | 107 enum udev_type { enum 135 uint32_t udev_type; member 531 s->match.udev_type = UDEV_TOUCHPAD; in parse_match() 533 s->match.udev_type = UDEV_MOUSE; in parse_match() 535 s->match.udev_type = UDEV_POINTINGSTICK; in parse_match() 537 s->match.udev_type = UDEV_KEYBOARD; in parse_match() 539 s->match.udev_type = UDEV_JOYSTICK; in parse_match() 541 s->match.udev_type = UDEV_TABLET; in parse_match() 543 s->match.udev_type = UDEV_TABLET_PAD; in parse_match() 1223 enum udev_type flag; in match_fill_udev_type() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/ |
D | SDL_udev.h | 60 typedef void (*SDL_UDEV_Callback)(SDL_UDEV_deviceevent udev_type, int udev_class, const char *devpa…
|
D | SDL_evdev.c | 114 void SDL_EVDEV_udev_callback(SDL_UDEV_deviceevent udev_type, int udev_class,
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/linux/ |
D | SDL_sysjoystick.c | 55 void joystick_udev_callback(SDL_UDEV_deviceevent udev_type, int udev_class, const char *devpath); 138 void joystick_udev_callback(SDL_UDEV_deviceevent udev_type, int udev_class, const char *devpath) in joystick_udev_callback() argument 144 switch (udev_type) { in joystick_udev_callback()
|
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/linux/ |
D | SDL_syshaptic.c | 52 void haptic_udev_callback(SDL_UDEV_deviceevent udev_type, int udev_class, const char *devpath); 214 void haptic_udev_callback(SDL_UDEV_deviceevent udev_type, int udev_class, const char *devpath) in haptic_udev_callback() argument 220 switch( udev_type ) in haptic_udev_callback()
|