Searched refs:EVIOCGBIT (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | usb-common.c | 191 ioctl(priv->fd, EVIOCGBIT(EV_REL, sizeof(bits)), bits); in usbPrint() 222 ioctl(priv->fd, EVIOCGBIT(EV_ABS, sizeof(bits)), bits); in usbPrint() 307 ioctl(priv->fd, EVIOCGBIT(EV_LED, sizeof(bits)), bits); in usbPrint() 344 ioctl(priv->fd, EVIOCGBIT(EV_SND, sizeof(bits)), bits); in usbPrint() 395 ioctl(priv->fd, EVIOCGBIT(0, sizeof(priv->mask)), priv->mask); in usbInit() 402 ioctl(priv->fd, EVIOCGBIT(EV_REL, sizeof(bits)), bits); in usbInit() 417 ioctl(priv->fd, EVIOCGBIT(EV_ABS, sizeof(bits)), bits); in usbInit() 427 ioctl(priv->fd, EVIOCGBIT(EV_LED, sizeof(bits)), bits); in usbInit()
|
| /OK3568_Linux_fs/external/recovery/minui/ |
| H A D | events.c | 77 if (ioctl(fd, EVIOCGBIT(0, sizeof(ev_bits)), ev_bits) < 0) { in ev_init() 198 ret = ioctl(ev_fdinfo[i].fd, EVIOCGBIT(0, sizeof(ev_bits)), ev_bits); in ev_sync_key_state()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | key_test.c | 131 EVIOCGBIT(EV_KEY, sizeof(keybitmask)), in key_code_probe()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/examples/ |
| H A D | ev.c | 68 ioctl(fd, EVIOCGBIT(0, sizeof(mask)), mask); in main()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | input.h | 172 #define EVIOCGBIT(ev,len) _IOC(_IOC_READ, 'E', 0x20 + (ev), len) /* get event bits */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | input.h | 172 #define EVIOCGBIT(ev,len) _IOC(_IOC_READ, 'E', 0x20 + (ev), len) /* get event bits */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | input.h | 175 #define EVIOCGBIT(ev,len) _IOC(_IOC_READ, 'E', 0x20 + (ev), len) /* get event bits */ macro
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | ff.rst | 68 "request" must be EVIOCGBIT(EV_FF, size of features array in bytes )
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | evdev.c | 1199 if ((_IOC_NR(cmd) & ~EV_MAX) == _IOC_NR(EVIOCGBIT(0, 0))) in evdev_do_ioctl()
|