Searched refs:EVIOCGPROP (Results 1 – 6 of 6) sorted by relevance
91 #define EVIOCGPROP(len) _IOC(IOC_OUT, EVDEV_IOC_MAGIC, 0x09, len) /* get device properties */ macro
603 case EVIOCGPROP(0): in evdev_ioctl()
309 const unsigned int cmd = EVIOCGPROP(count); in pci_vtinput_read_config_prop_bits()
911 unsigned IOCTL_EVIOCGPROP = EVIOCGPROP(0);
390 _(EVIOCGPROP, WRITE, 0);
1325 ioctl(fd, EVIOCGPROP(sizeof(prop_bits)), prop_bits) < 0) { in r_identify_evdev()1675 if ( ioctl(fd, EVIOCGPROP(sizeof(prop_bits)), prop_bits) >= 0 && in r_init_touchpad_hw()