Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Djoystick.h62 #define JSIOCGNAME(len) _IOC(_IOC_READ, 'j', 0x13, len) /* get identifier string */ macro
/linux-4.1.27/Documentation/input/
Djoystick-api.txt201 #define JSIOCGNAME(len) /* get identifier string char */
223 4.2 JSIOCGNAME
226 JSIOCGNAME(len) allows you to get the name string of the joystick - the same
232 if (ioctl(fd, JSIOCGNAME(sizeof(name)), name) < 0)
/linux-4.1.27/drivers/input/
Djoydev.c582 case JSIOCGNAME(0): in joydev_ioctl_common()
/linux-4.1.27/fs/
Dcompat_ioctl.c1388 COMPATIBLE_IOCTL(JSIOCGNAME(0))