Home
last modified time | relevance | path

Searched refs:HID_DEVICE_ATTRIBUTES (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/include/ddk/
H A Dhidport.h29 }HID_DEVICE_ATTRIBUTES, * PHID_DEVICE_ATTRIBUTES; typedef
/reactos/drivers/hid/hidclass/
H A Dprecomp.h49 HID_DEVICE_ATTRIBUTES Attributes;
H A Dfdo.c323 IoStack->Parameters.DeviceIoControl.OutputBufferLength = sizeof(HID_DEVICE_ATTRIBUTES); in HidClassFDO_GetDescriptors()
H A Dpdo.c746 …tension->Common.Attributes, &FDODeviceExtension->Common.Attributes, sizeof(HID_DEVICE_ATTRIBUTES)); in HidClassPDO_CreatePDO()
/reactos/drivers/hid/hidusb/
H A Dhidusb.c749 … if (IoStack->Parameters.DeviceIoControl.OutputBufferLength < sizeof(HID_DEVICE_ATTRIBUTES)) in HidInternalDeviceControl()
766 Attributes->Size = sizeof(HID_DEVICE_ATTRIBUTES); in HidInternalDeviceControl()