|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| NTSTATUS NTAPI | USBSTOR_GetDescriptor (IN PDEVICE_OBJECT DeviceObject, IN UCHAR DescriptorType, IN ULONG DescriptorLength, IN UCHAR DescriptorIndex, IN LANGID LanguageId, OUT PVOID *OutDescriptor) |
| NTSTATUS | USBSTOR_GetDescriptors (IN PDEVICE_OBJECT DeviceObject) |
| NTSTATUS NTAPI | USBSTOR_ScanConfigurationDescriptor (IN PUSB_CONFIGURATION_DESCRIPTOR ConfigurationDescriptor, OUT PUSB_INTERFACE_DESCRIPTOR *OutInterfaceDescriptor, OUT PUSB_ENDPOINT_DESCRIPTOR *InEndpointDescriptor, OUT PUSB_ENDPOINT_DESCRIPTOR *OutEndpointDescriptor) |
| VOID | DumpConfigurationDescriptor (PUSB_CONFIGURATION_DESCRIPTOR ConfigurationDescriptor) |
| NTSTATUS | USBSTOR_SelectConfigurationAndInterface (IN PDEVICE_OBJECT DeviceObject, IN PFDO_DEVICE_EXTENSION DeviceExtension) |
| NTSTATUS | USBSTOR_GetPipeHandles (IN PFDO_DEVICE_EXTENSION DeviceExtension) |
| #define NDEBUG |
Definition at line 12 of file descriptor.c.
| VOID DumpConfigurationDescriptor | ( | PUSB_CONFIGURATION_DESCRIPTOR | ConfigurationDescriptor | ) |
Definition at line 220 of file descriptor.c.
| NTSTATUS NTAPI USBSTOR_GetDescriptor | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN UCHAR | DescriptorType, | ||
| IN ULONG | DescriptorLength, | ||
| IN UCHAR | DescriptorIndex, | ||
| IN LANGID | LanguageId, | ||
| OUT PVOID * | OutDescriptor | ||
| ) |
Definition at line 18 of file descriptor.c.
Referenced by USBSTOR_GetDescriptors().
| NTSTATUS USBSTOR_GetDescriptors | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 75 of file descriptor.c.
Referenced by USBSTOR_FdoHandleStartDevice().
| NTSTATUS USBSTOR_GetPipeHandles | ( | IN PFDO_DEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 319 of file descriptor.c.
Referenced by USBSTOR_FdoHandleStartDevice().
| NTSTATUS NTAPI USBSTOR_ScanConfigurationDescriptor | ( | IN PUSB_CONFIGURATION_DESCRIPTOR | ConfigurationDescriptor, |
| OUT PUSB_INTERFACE_DESCRIPTOR * | OutInterfaceDescriptor, | ||
| OUT PUSB_ENDPOINT_DESCRIPTOR * | InEndpointDescriptor, | ||
| OUT PUSB_ENDPOINT_DESCRIPTOR * | OutEndpointDescriptor | ||
| ) |
Definition at line 140 of file descriptor.c.
Referenced by USBSTOR_SelectConfigurationAndInterface().
| NTSTATUS USBSTOR_SelectConfigurationAndInterface | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PFDO_DEVICE_EXTENSION | DeviceExtension | ||
| ) |
Definition at line 234 of file descriptor.c.
Referenced by USBSTOR_FdoHandleStartDevice().