Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Djoystick.h64 #define JSIOCGNAME(len) _IOC(_IOC_READ, 'j', 0x13, len) /* get identifier string */ macro
/linux-2.4.37.9/Documentation/input/
Djoystick-api.txt203 #define JSIOCGNAME(len) /* get identifier string char */
225 4.2 JSIOCGNAME
228 JSIOCGNAME(len) allows you to get the name string of the joystick - the same
234 if (ioctl(fd, JSIOCGNAME(sizeof(name)), name) < 0)
/linux-2.4.37.9/drivers/input/
Djoydev.c400 if ((cmd & ~(_IOC_SIZEMASK << _IOC_SIZESHIFT)) == JSIOCGNAME(0)) { in joydev_ioctl()