Searched refs:EVIOCGNAME (Results 1 – 5 of 5) sorted by relevance
110 #define EVIOCGNAME(len) _IOC(_IOC_READ, 'E', 0x06, len) /* get device name */ macro
528 (ioctl(fd, EVIOCGNAME(sizeof(namebuf)), namebuf) <= 0) && in SDL_SYS_JoystickName()
462 unsigned IOCTL_EVIOCGNAME = EVIOCGNAME(0);
146 _(EVIOCGNAME, WRITE, 0);
1787 #ifndef EVIOCGNAME1788 #error EVIOCGNAME() ioctl not available