Home
last modified time | relevance | path

Searched refs:HIDIOCGRAWPHYS (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dhidraw.h23 #define HIDIOCGRAWPHYS(len) _IOC(_IOC_READ, 'H', 0x05, len) macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dhidraw.h38 #define HIDIOCGRAWPHYS(len) _IOC(_IOC_READ, 'H', 0x05, len) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dhidraw.h36 #define HIDIOCGRAWPHYS(len) _IOC(_IOC_READ, 'H', 0x05, len) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dhidraw.h36 #define HIDIOCGRAWPHYS(len) _IOC(_IOC_READ, 'H', 0x05, len) macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dhidraw.h38 #define HIDIOCGRAWPHYS(len) _IOC(_IOC_READ, 'H', 0x05, len) macro
/kernel/linux/linux-5.10/samples/hidraw/
H A Dhid-example.c95 res = ioctl(fd, HIDIOCGRAWPHYS(256), buf); in main()
97 perror("HIDIOCGRAWPHYS"); in main()
/kernel/linux/linux-6.6/samples/hidraw/
H A Dhid-example.c95 res = ioctl(fd, HIDIOCGRAWPHYS(256), buf); in main()
97 perror("HIDIOCGRAWPHYS"); in main()
/kernel/linux/linux-5.10/drivers/hid/
H A Dhidraw.c449 if (_IOC_NR(cmd) == _IOC_NR(HIDIOCGRAWPHYS(0))) { in hidraw_ioctl()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhidraw.c480 if (_IOC_NR(cmd) == _IOC_NR(HIDIOCGRAWPHYS(0))) { in hidraw_ioctl()

Completed in 3 milliseconds