Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dinput.h174 #define EVIOCGBIT(ev,len) _IOC(_IOC_READ, 'E', 0x20 + (ev), len) /* get event bits */ macro
/Linux-v5.4/Documentation/input/
Dff.rst68 "request" must be EVIOCGBIT(EV_FF, size of features array in bytes )
/Linux-v5.4/drivers/input/
Devdev.c1211 if ((_IOC_NR(cmd) & ~EV_MAX) == _IOC_NR(EVIOCGBIT(0, 0))) in evdev_do_ioctl()