Home
last modified time | relevance | path

Searched refs:GenericUSBDeviceString (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/usb/usbhub/
H A Dusbhub.h115 extern PWSTR GenericUSBDeviceString;
H A Dusbhub.c19 PWSTR GenericUSBDeviceString = NULL; variable
5025 if (GenericUSBDeviceString) in USBH_DriverUnload()
5027 ExFreePool(GenericUSBDeviceString); in USBH_DriverUnload()
5028 GenericUSBDeviceString = NULL; in USBH_DriverUnload()
5133 USBH_RegQueryGenericUSBDeviceString(&GenericUSBDeviceString); in DriverEntry()
H A Dpnp.c1980 if (!GenericUSBDeviceString) in USBH_PdoQueryDeviceText()
1985 NumSymbols = wcslen(GenericUSBDeviceString); in USBH_PdoQueryDeviceText()
1998 GenericUSBDeviceString, in USBH_PdoQueryDeviceText()