Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.3 KiB

  1. LIBRARY USBD.SYS
  2. EXPORTS
  3. USBD_AllocateDeviceName
  4. USBD_CalculateUsbBandwidth
  5. USBD_CompleteRequest
  6. USBD_CreateConfigurationRequest
  7. USBD_CreateDevice
  8. USBD_Debug_GetHeap
  9. USBD_Debug_LogEntry
  10. USBD_Debug_RetHeap
  11. USBD_Dispatch
  12. USBD_FreeDeviceMutex
  13. USBD_FreeDeviceName
  14. USBD_GetDeviceInformation
  15. USBD_GetInterfaceLength
  16. USBD_GetPdoRegistryParameter
  17. USBD_GetSuspendPowerState
  18. USBD_GetUSBDIVersion
  19. USBD_InitializeDevice
  20. USBD_MakePdoName
  21. USBD_ParseConfigurationDescriptor
  22. USBD_QueryBusTime
  23. USBD_RegisterHcDeviceCapabilities
  24. USBD_RegisterHcFilter
  25. USBD_RegisterHostController
  26. USBD_RemoveDevice
  27. USBD_RestoreDevice
  28. USBD_SetSuspendPowerState
  29. USBD_WaitDeviceMutex
  30. #if defined(_X86_) && !defined(NO_DEF_ALIAS)
  31. _USBD_CreateConfigurationRequestEx@8
  32. _USBD_ParseConfigurationDescriptorEx@28
  33. _USBD_ParseDescriptors@16
  34. USBD_CreateConfigurationRequestEx=_USBD_CreateConfigurationRequestEx@8
  35. USBD_ParseConfigurationDescriptorEx=_USBD_ParseConfigurationDescriptorEx@28
  36. USBD_ParseDescriptors=_USBD_ParseDescriptors@16
  37. #else
  38. USBD_CreateConfigurationRequestEx
  39. USBD_ParseConfigurationDescriptorEx
  40. USBD_ParseDescriptors
  41. #endif
  42. DllInitialize PRIVATE
  43. DllUnload PRIVATE