Home
last modified time | relevance | path

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

/reactos/drivers/usb/usbccgp/
H A Dfunction.c254 OUT PUSBC_FUNCTION_DESCRIPTOR FunctionDescriptor) in USBCCGP_InitInterfaceListOfFunctionDescriptor() argument
317 OUT PUSBC_FUNCTION_DESCRIPTOR FunctionDescriptor) in USBCCGP_InitFunctionDescriptor() argument
326 FunctionDescriptor->FunctionNumber = (UCHAR)FunctionNumber; in USBCCGP_InitFunctionDescriptor()
337 if (!FunctionDescriptor->InterfaceDescriptorList) in USBCCGP_InitFunctionDescriptor()
408 FunctionDescriptor->HardwareId.Buffer = DescriptionBuffer; in USBCCGP_InitFunctionDescriptor()
431 FunctionDescriptor->CompatibleId.Buffer = DescriptionBuffer; in USBCCGP_InitFunctionDescriptor()
471 if (!FDODeviceExtension->FunctionDescriptor) in USBCCGP_EnumWithAssociationDescriptor()
511 OUT PUSBC_FUNCTION_DESCRIPTOR FunctionDescriptor) in USBCCG_InitIdsWithInterfaceDescriptor() argument
572 FunctionDescriptor->HardwareId.Buffer = DescriptionBuffer; in USBCCG_InitIdsWithInterfaceDescriptor()
630 if (!FDODeviceExtension->FunctionDescriptor) in USBCCGP_LegacyEnum()
[all …]
H A Dmisc.c112 IN PUSBC_FUNCTION_DESCRIPTOR FunctionDescriptor, in DumpFunctionDescriptor() argument
121 DPRINT("FunctionNumber %lu\n", FunctionDescriptor[Index].FunctionNumber); in DumpFunctionDescriptor()
122 DPRINT("HardwareId %S\n", FunctionDescriptor[Index].HardwareId.Buffer); in DumpFunctionDescriptor()
123 DPRINT("CompatibleId %S\n", FunctionDescriptor[Index].CompatibleId.Buffer); in DumpFunctionDescriptor()
124 DPRINT("FunctionDescription %wZ\n", &FunctionDescriptor[Index].FunctionDescription); in DumpFunctionDescriptor()
125 DPRINT("NumInterfaces %lu\n", FunctionDescriptor[Index].NumberOfInterfaces); in DumpFunctionDescriptor()
127 for(SubIndex = 0; SubIndex < FunctionDescriptor[Index].NumberOfInterfaces; SubIndex++) in DumpFunctionDescriptor()
129 …DPRINT(" Index %lu Interface %p\n", SubIndex, FunctionDescriptor[Index].InterfaceDescriptorList[Su… in DumpFunctionDescriptor()
132 …DPRINT(" Index %lu bLength %x\n", SubIndex, FunctionDescriptor[Index].InterfaceDescriptorList[SubI… in DumpFunctionDescriptor()
136 …DPRINT(" Index %lu bNumEndpoints %x\n", SubIndex, FunctionDescriptor[Index].InterfaceDescriptorLis… in DumpFunctionDescriptor()
[all …]
H A Dpdo.c53 if (PDODeviceExtension->FunctionDescriptor->FunctionDescription.Length) in USBCCGP_PdoHandleQueryDeviceText()
58 …Buffer = AllocateItem(NonPagedPool, PDODeviceExtension->FunctionDescriptor->FunctionDescription.Le… in USBCCGP_PdoHandleQueryDeviceText()
71 …mory(Buffer, PDODeviceExtension->FunctionDescriptor->FunctionDescription.Buffer, PDODeviceExtensio… in USBCCGP_PdoHandleQueryDeviceText()
276 DeviceString = &PDODeviceExtension->FunctionDescriptor->HardwareId; in USBCCGP_PdoHandleQueryId()
295 swprintf(Buffer, L"%04x", PDODeviceExtension->FunctionDescriptor->FunctionNumber); in USBCCGP_PdoHandleQueryId()
304 DeviceString = &PDODeviceExtension->FunctionDescriptor->CompatibleId; in USBCCGP_PdoHandleQueryId()
535 for (Index = 0; Index < PDODeviceExtension->FunctionDescriptor->NumberOfInterfaces; Index++) in USBCCGP_BuildConfigurationDescriptor()
540 … InterfaceDescriptor = PDODeviceExtension->FunctionDescriptor->InterfaceDescriptorList[Index]; in USBCCGP_BuildConfigurationDescriptor()
611 for (Index = 0; Index < PDODeviceExtension->FunctionDescriptor->NumberOfInterfaces; Index++) in USBCCGP_BuildConfigurationDescriptor()
616 … InterfaceDescriptor = PDODeviceExtension->FunctionDescriptor->InterfaceDescriptorList[Index]; in USBCCGP_BuildConfigurationDescriptor()
[all …]
H A Dusbccgp.h29 PUSBC_FUNCTION_DESCRIPTOR FunctionDescriptor; // usb function descriptor member
44 PUSBC_FUNCTION_DESCRIPTOR FunctionDescriptor; // function descriptor member
117 IN PUSBC_FUNCTION_DESCRIPTOR FunctionDescriptor,
H A Dfdo.c218 PDODeviceExtension->FunctionDescriptor = &FDODeviceExtension->FunctionDescriptor[Index]; in FDO_CreateChildPdo()
315 ASSERT(FDODeviceExtension->FunctionDescriptor); in FDO_StartDevice()
316 DumpFunctionDescriptor(FDODeviceExtension->FunctionDescriptor, in FDO_StartDevice()