Searched refs:EVIOCGABS (Results 1 – 5 of 5) sorted by relevance
513 case EVIOCGABS(0) ... EVIOCGABS(ABS_MAX): in evdev_ioctl()517 memcpy(data, &evdev->ev_absinfo[cmd - EVIOCGABS(0)], in evdev_ioctl()
101 #define EVIOCGABS(abs) _IOR(EVDEV_IOC_MAGIC, 0x40 + (abs), struct input_absinfo) /* get abs value/… macro
376 if (ioctl(sc->vsc_fd, EVIOCGABS(sc->vsc_config.subsel), &abs) < 0) { in pci_vtinput_read_config_abs_info()
595 unsigned IOCTL_EVIOCGABS = EVIOCGABS(0);
153 _(EVIOCGABS, WRITE, struct_input_absinfo_sz); // fixup