Searched refs:EVIOCGNAME (Results 1 - 7 of 7) sorted by relevance
/third_party/ltp/testcases/kernel/input/ |
H A D | input_helper.c | 56 ret = ioctl(fd, EVIOCGNAME(sizeof(name)), name); in try_open_device() 59 "ioctl(%s, EVIOCGNAME(256), ...) failed", in try_open_device()
|
/third_party/libinput/include/linux/linux/ |
H A D | input.h | 132 #define EVIOCGNAME(len) _IOC(_IOC_READ, 'E', 0x06, len) /* get device name */ macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input.h | 133 #define EVIOCGNAME(len) _IOC(IOC_OUT, 'E', 0x06, len) /* get device name */ macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input.h | 140 #define EVIOCGNAME(len) _IOC(_IOC_READ, 'E', 0x06, len) /* get device name */ macro
|
/third_party/pulseaudio/src/modules/ |
H A D | module-mmkbd-evdev.c | 211 if (ioctl(u->fd, EVIOCGNAME(sizeof(name)), name) < 0) { in pa__init() 212 pa_log("EVIOCGNAME failed: %s", pa_cstrerror(errno)); in pa__init()
|
/third_party/glfw/src/ |
H A D | linux_joystick.c | 168 if (ioctl(linjs.fd, EVIOCGNAME(sizeof(name)), name) < 0) in openJoystickDevice()
|
/third_party/libevdev/libevdev/ |
H A D | libevdev.c | 397 rc = ioctl(fd, EVIOCGNAME(sizeof(buf) - 1), buf); in libevdev_set_fd()
|
Completed in 7 milliseconds