|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| #define NDEBUG |
Definition at line 14 of file function.c.
| NTSTATUS USBCCG_InitIdsWithInterfaceDescriptor | ( | IN PFDO_DEVICE_EXTENSION | FDODeviceExtension, |
| IN PUSB_INTERFACE_DESCRIPTOR | Descriptor, | ||
| IN ULONG | FunctionIndex, | ||
| OUT PUSBC_FUNCTION_DESCRIPTOR | FunctionDescriptor | ||
| ) |
Definition at line 507 of file function.c.
Referenced by USBCCGP_EnumWithAudioLegacy(), and USBCCGP_LegacyEnum().
| ULONG USBCCGP_CountAssociationDescriptors | ( | IN PUSB_CONFIGURATION_DESCRIPTOR | ConfigurationDescriptor | ) |
Definition at line 160 of file function.c.
Referenced by USBCCGP_EnumWithAssociationDescriptor().
| NTSTATUS USBCCGP_CustomEnumWithInterface | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 97 of file function.c.
Referenced by USBCCGP_EnumerateFunctions().
| NTSTATUS USBCCGP_EnumerateFunctions | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 870 of file function.c.
Referenced by FDO_StartDevice().
| NTSTATUS USBCCGP_EnumWithAssociationDescriptor | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 442 of file function.c.
Referenced by USBCCGP_EnumerateFunctions().
| NTSTATUS USBCCGP_EnumWithAudioLegacy | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 751 of file function.c.
Referenced by USBCCGP_EnumerateFunctions().
| NTSTATUS USBCCGP_EnumWithUnionFunctionDescriptors | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 743 of file function.c.
Referenced by USBCCGP_EnumerateFunctions().
| PUSB_INTERFACE_ASSOCIATION_DESCRIPTOR USBCCGP_GetAssociationDescriptorAtIndex | ( | IN PUSB_CONFIGURATION_DESCRIPTOR | ConfigurationDescriptor, |
| IN ULONG | Index | ||
| ) |
Definition at line 201 of file function.c.
Referenced by USBCCGP_InitFunctionDescriptor().
| NTSTATUS USBCCGP_InitFunctionDescriptor | ( | IN PFDO_DEVICE_EXTENSION | FDODeviceExtension, |
| IN ULONG | FunctionNumber, | ||
| OUT PUSBC_FUNCTION_DESCRIPTOR | FunctionDescriptor | ||
| ) |
Definition at line 314 of file function.c.
Referenced by USBCCGP_EnumWithAssociationDescriptor().
| NTSTATUS USBCCGP_InitInterfaceListOfFunctionDescriptor | ( | IN PUSB_CONFIGURATION_DESCRIPTOR | ConfigurationDescriptor, |
| IN PUSB_INTERFACE_ASSOCIATION_DESCRIPTOR | AssociationDescriptor, | ||
| OUT PUSBC_FUNCTION_DESCRIPTOR | FunctionDescriptor | ||
| ) |
Definition at line 251 of file function.c.
Referenced by USBCCGP_InitFunctionDescriptor().
| NTSTATUS USBCCGP_LegacyEnum | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 607 of file function.c.
Referenced by USBCCGP_EnumerateFunctions().
| NTSTATUS USBCCGP_QueryInterface | ( | IN PDEVICE_OBJECT | DeviceObject, |
| OUT PUSBC_DEVICE_CONFIGURATION_INTERFACE_V1 | BusInterface | ||
| ) |
Definition at line 18 of file function.c.
Referenced by FDO_StartDevice().