ReactOS 0.4.16-dev-290-g89a3b8f
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
HINSTANCE | hDllInstance |
const GUID | HidClassGuid = {0x4D1E55B2, 0xF16F, 0x11CF, {0x88,0xCB,0x00,0x11,0x11,0x00,0x00,0x30}} |
Definition at line 45 of file hid.c.
Referenced by BuildUSBAudioFilterTopology(), FilterAudioVolumeHandler(), HidParser_AddCollection(), HidParser_AddReportToCollection(), HidParser_AllocateCollection(), HidParser_AllocateReport(), HidParser_BuildContext(), HidParser_GetCollectionDescription(), HidParser_ParseReportDescriptor(), HidParser_ReserveReportItems(), InitCapturePin(), InitStreamPin(), RenderInitializeUrbAndIrp(), UsbAudioAllocCaptureUrbIso(), USBAudioCreateFilterContext(), USBAudioFilterCreate(), UsbAudioGetDataRanges(), USBAudioGetDescriptor(), UsbAudioGetSetProperty(), USBAudioPinBuildDescriptors(), USBAudioPinCreate(), USBAudioPnPStart(), USBAudioSelectAudioStreamingInterface(), USBAudioSelectConfiguration(), UsbAudioSetFormat(), and USBAudioStartDevice().
Definition at line 80 of file hid.c.
Referenced by HidParser_AllocateCollection(), HidParser_GetCollection(), HidParser_GetCollectionDescription(), and HidParser_ParseReportDescriptor().
Definition at line 92 of file hid.c.
Definition at line 53 of file hid.c.
Referenced by FilterAudioVolumeHandler(), HidParser_AddCollection(), HidParser_AddReportToCollection(), HidParser_FreeCollectionDescription(), HidParser_GetCollectionDescription(), HidParser_GetReport(), HidParser_ParseReportDescriptor(), USBAudioCreateFilterContext(), USBAudioGetDescriptor(), UsbAudioGetSetProperty(), USBAudioInitComponentId(), UsbAudioRenderComplete(), USBAudioSelectAudioStreamingInterface(), USBAudioSelectConfiguration(), UsbAudioSetFormat(), and USBAudioStartDevice().
Definition at line 122 of file hid.c.
HIDAPI BOOLEAN WINAPI HidD_FreePreparsedData | ( | IN PHIDP_PREPARSED_DATA | PreparsedData | ) |
Definition at line 139 of file hid.c.
Referenced by get_device(), test_device_info(), test_get_input_report(), and test_read_device().
HIDAPI BOOLEAN WINAPI HidD_GetAttributes | ( | IN HANDLE | HidDeviceObject, |
OUT PHIDD_ATTRIBUTES | Attributes | ||
) |
Definition at line 152 of file hid.c.
Referenced by test_device_info().
HIDAPI BOOLEAN WINAPI HidD_GetConfiguration | ( | IN HANDLE | HidDeviceObject, |
OUT PHIDD_CONFIGURATION | Configuration, | ||
IN ULONG | ConfigurationLength | ||
) |
Definition at line 502 of file hid.c.
Referenced by HidD_GetConfiguration(), and HidD_SetConfiguration().
HIDAPI BOOLEAN WINAPI HidD_GetFeature | ( | IN HANDLE | HidDeviceObject, |
OUT PVOID | ReportBuffer, | ||
IN ULONG | ReportBufferLength | ||
) |
Definition at line 202 of file hid.c.
Referenced by get_device(), and run_for_each_device().
HIDAPI BOOLEAN WINAPI HidD_GetIndexedString | ( | IN HANDLE | HidDeviceObject, |
IN ULONG | StringIndex, | ||
OUT PVOID | Buffer, | ||
IN ULONG | BufferLength | ||
) |
Definition at line 465 of file hid.c.
HIDAPI BOOLEAN WINAPI HidD_GetInputReport | ( | IN HANDLE | HidDeviceObject, |
IN OUT PVOID | ReportBuffer, | ||
IN ULONG | ReportBufferLength | ||
) |
HIDAPI BOOLEAN WINAPI HidD_GetManufacturerString | ( | IN HANDLE | HidDeviceObject, |
OUT PVOID | Buffer, | ||
IN ULONG | BufferLength | ||
) |
HIDAPI BOOLEAN WINAPI HidD_GetMsGenreDescriptor | ( | IN HANDLE | HidDeviceObject, |
OUT PVOID | Buffer, | ||
IN ULONG | BufferLength | ||
) |
HIDAPI BOOLEAN WINAPI HidD_GetNumInputBuffers | ( | IN HANDLE | HidDeviceObject, |
OUT PULONG | NumberBuffers | ||
) |
HIDAPI BOOLEAN WINAPI HidD_GetPhysicalDescriptor | ( | IN HANDLE | HidDeviceObject, |
OUT PVOID | Buffer, | ||
IN ULONG | BufferLength | ||
) |
HIDAPI BOOLEAN WINAPI HidD_GetPreparsedData | ( | IN HANDLE | HidDeviceObject, |
OUT PHIDP_PREPARSED_DATA * | PreparsedData | ||
) |
Definition at line 290 of file hid.c.
Referenced by get_device(), test_device_info(), test_get_input_report(), and test_read_device().
HIDAPI BOOLEAN WINAPI HidD_GetProductString | ( | IN HANDLE | HidDeviceObject, |
OUT PVOID | Buffer, | ||
IN ULONG | BufferLength | ||
) |
Definition at line 345 of file hid.c.
Referenced by test_device_info(), test_get_input_report(), and test_read_device().
HIDAPI BOOLEAN WINAPI HidD_GetSerialNumberString | ( | IN HANDLE | HidDeviceObject, |
OUT PVOID | Buffer, | ||
IN ULONG | BufferLength | ||
) |
HIDAPI BOOLEAN WINAPI HidD_SetConfiguration | ( | IN HANDLE | HidDeviceObject, |
IN PHIDD_CONFIGURATION | Configuration, | ||
IN ULONG | ConfigurationLength | ||
) |
HIDAPI BOOLEAN WINAPI HidD_SetFeature | ( | IN HANDLE | HidDeviceObject, |
IN PVOID | ReportBuffer, | ||
IN ULONG | ReportBufferLength | ||
) |
HIDAPI BOOLEAN WINAPI HidD_SetOutputReport | ( | IN HANDLE | HidDeviceObject, |
IN PVOID | ReportBuffer, | ||
IN ULONG | ReportBufferLength | ||
) |
Definition at line 61 of file hid.c.
Referenced by HidParser_GetCaps(), HidParser_GetCollectionDescription(), HidParser_GetSpecificValueCapsWithReport(), HidParser_GetUsagesWithReport(), and HidParser_ParseReportDescriptor().
Definition at line 41 of file hid.c.
Referenced by HidD_GetHidGuid().