Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Djoystick.h59 #define JSIOCGNAME(len) _IOC(_IOC_READ, 'j', 0x13, len) /* get identifier string */ macro
/Linux-v4.19/Documentation/input/joydev/
Djoystick-api.rst234 #define JSIOCGNAME(len) /* get identifier string char */
256 JSIOCGNAME section in IOCTLs
259 JSIOCGNAME(len) allows you to get the name string of the joystick - the same
265 if (ioctl(fd, JSIOCGNAME(sizeof(name)), name) < 0)
/Linux-v4.19/drivers/input/
Djoydev.c584 case JSIOCGNAME(0): in joydev_ioctl_common()
/Linux-v4.19/fs/
Dcompat_ioctl.c1224 COMPATIBLE_IOCTL(JSIOCGNAME(0))