Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dinput.h149 #define EVIOCGLED(len) _IOC(_IOC_READ, 'E', 0x19, len) /* get all LEDs */ macro
/external/strace/
Devdev.c417 case _IOC_NR(EVIOCGLED(0)): in evdev_read_ioctl()
/external/autotest/client/bin/input/
Dlinux_input.py116 def EVIOCGLED(length): function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc539 unsigned IOCTL_EVIOCGLED = EVIOCGLED(0);
Dsanitizer_common_interceptors_ioctl.inc145 _(EVIOCGLED, WRITE, 0);