Searched refs:HIDIOCREVOKE (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/hid/ |
| A D | hidraw.c | 7 #ifndef HIDIOCREVOKE 8 #define HIDIOCREVOKE _IOW('H', 0x0D, int) /* Revoke device access */ macro 114 err = ioctl(self->hidraw_fd, HIDIOCREVOKE, NULL); in TEST_F() 138 err = ioctl(self->hidraw_fd, HIDIOCREVOKE, NULL); in TEST_F() 178 err = ioctl(self->hidraw_fd, HIDIOCREVOKE, NULL); in TEST_F() 220 err = ioctl(self->hidraw_fd, HIDIOCREVOKE, NULL); in TEST_F()
|
| /linux/include/uapi/linux/ |
| A D | hidraw.h | 49 #define HIDIOCREVOKE _IOW('H', 0x0D, int) /* Revoke device access */ macro
|
| /linux/drivers/hid/ |
| A D | hidraw.c | 447 case HIDIOCREVOKE: in hidraw_ioctl()
|
Completed in 6 milliseconds