HomeSort by relevance Sort by last modified time
    Searched refs:HID_CTL_CODE (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hidclass.h 26 #define HID_CTL_CODE(id) CTL_CODE (FILE_DEVICE_KEYBOARD,(id), METHOD_NEITHER, FILE_ANY_ACCESS)
39 #define IOCTL_HID_GET_COLLECTION_DESCRIPTOR HID_CTL_CODE (100)
40 #define IOCTL_HID_FLUSH_QUEUE HID_CTL_CODE (101)
52 #define IOCTL_HID_ENABLE_SECURE_READ HID_CTL_CODE (130)
53 #define IOCTL_HID_DISABLE_SECURE_READ HID_CTL_CODE (131)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
hidclass.h 46 #define HID_CTL_CODE(id) \
57 #define IOCTL_HID_FLUSH_QUEUE HID_CTL_CODE(101)
58 #define IOCTL_HID_GET_COLLECTION_DESCRIPTOR HID_CTL_CODE(100)
  /external/libusb/libusb/os/
windows_winusb.h 158 #define HID_CTL_CODE(id) \

Completed in 119 milliseconds