Home
last modified time | relevance | path

Searched refs:devInfo (Results 1 – 8 of 8) sorted by relevance

/reactos/sdk/lib/drivers/wdf/shared/support/km/
H A Dfxtelemetrykm.cpp294 USHORT devInfo = 0; in GetDriverInfo() local
308 devInfo = Fdo->GetDeviceTelemetryInfoFlags(); in GetDriverInfo()
319 …DriverInfo->bitmap.IsUsingEdgeTriggeredLineInterrupt = IsDeviceInfoFlagSet(devInfo, DeviceInfoLine… in GetDriverInfo()
320 …DriverInfo->bitmap.IsUsingMsiXOrSingleMsi22Interrupt = IsDeviceInfoFlagSet(devInfo, DeviceInfoMsiX… in GetDriverInfo()
321 …DriverInfo->bitmap.IsUsingMsi22MultiMessageInterrupt = IsDeviceInfoFlagSet(devInfo, DeviceInfoMsi2… in GetDriverInfo()
323 …DriverInfo->bitmap.IsUsingPassiveLevelInterrupt = IsDeviceInfoFlagSet(devInfo, DeviceInfoPassiveLe… in GetDriverInfo()
324 … DriverInfo->bitmap.IsUsingBusMasterDma = IsDeviceInfoFlagSet(devInfo, DeviceInfoDmaBusMaster); in GetDriverInfo()
325 DriverInfo->bitmap.IsUsingSystemDma = IsDeviceInfoFlagSet(devInfo, DeviceInfoDmaSystem); in GetDriverInfo()
326 …DriverInfo->bitmap.IsUsingSystemDmaDuplex = IsDeviceInfoFlagSet(devInfo, DeviceInfoDmaSystemDuplex… in GetDriverInfo()
327 …DriverInfo->bitmap.IsUsingStaticBusEnumration = IsDeviceInfoFlagSet(devInfo, DeviceInfoHasStaticCh… in GetDriverInfo()
[all …]
/reactos/dll/win32/setupapi/
H A Dinterface.c298 IN struct DeviceInfo *devInfo) in CreateSymbolicLink() argument
303 …Length = wcslen(devInfo->instanceId) + 4 /* prepend ##?# */ + 41 /* #{GUID} + */ + 1 /* zero byte … in CreateSymbolicLink()
310 wcscat(Key, devInfo->instanceId); in CreateSymbolicLink()
337 IN struct DeviceInfo *devInfo) in InstallOneInterface() argument
351 …gstr_w(InterfaceSection), InterfaceFlags, hInf, DeviceInfoSet, devInfo, debugstr_w(devInfo->instan… in InstallOneInterface()
354 Path = CreateSymbolicLink(InterfaceGuid, ReferenceString, devInfo); in InstallOneInterface()
358 CreateDeviceInterface(devInfo, Path, InterfaceGuid, &DevItf); in InstallOneInterface()
437 struct DeviceInfo *devInfo; in SetupDiInstallDeviceInterfaces() local
450 devInfo = (struct DeviceInfo *)DeviceInfoData->Reserved; in SetupDiInstallDeviceInterfaces()
530 …g, InterfaceSection, InterfaceFlags, SelectedDriver->InfFileDetails->hInf, DeviceInfoSet, devInfo); in SetupDiInstallDeviceInterfaces()
H A Dsetupapi_private.h318 HKEY SETUPDI_CreateDevKey(HKEY RootKey, struct DeviceInfo *devInfo, REGSAM samDesired);
319 HKEY SETUPDI_CreateDrvKey(HKEY RootKey, struct DeviceInfo *devInfo, UUID *ClassGuid, REGSAM samDesi…
320 HKEY SETUPDI_OpenDevKey(HKEY RootKey, struct DeviceInfo *devInfo, REGSAM samDesired);
321 HKEY SETUPDI_OpenDrvKey(HKEY RootKey, struct DeviceInfo *devInfo, REGSAM samDesired);
H A Ddevinst.c1915 struct DeviceInfo *devInfo; in SetupDiGetDeviceInstanceIdW() local
1955 lstrcpyW(DeviceInstanceId, devInfo->instanceId); in SetupDiGetDeviceInstanceIdW()
1957 *RequiredSize = lstrlenW(devInfo->instanceId) + 1; in SetupDiGetDeviceInstanceIdW()
2813 struct DeviceInfo *devInfo = in SetupDiEnumDeviceInterfaces() local
2848 struct DeviceInfo *devInfo = in SetupDiEnumDeviceInterfaces() local
3234 struct DeviceInfo *devInfo; in SetupDiGetDeviceRegistryPropertyW() local
5943 struct DeviceInfo *devInfo; in SetupDiOpenDevRegKey() local
5977 if (devInfo->set != set) in SetupDiOpenDevRegKey()
6041 struct DeviceInfo *devInfo; in SetupDiDeleteDevRegKey() local
6075 if (devInfo->set != set) in SetupDiDeleteDevRegKey()
[all …]
H A Ddevclass.c1257 struct DeviceInfo *devInfo = NULL; in SetupDiGetClassDevPropertySheetsW() local
1296 devInfo = (struct DeviceInfo *)DeviceInfoData->Reserved; in SetupDiGetClassDevPropertySheetsW()
1301 …hKey = SetupDiOpenClassRegKeyExW(devInfo ? &devInfo->ClassGuid : &devInfoSet->ClassGuid, KEY_QUERY… in SetupDiGetClassDevPropertySheetsW()
1328 if (devInfo != NULL && devInfo->hmodDevicePropPageProvider == NULL) in SetupDiGetClassDevPropertySheetsW()
1330 hKey = SETUPDI_OpenDrvKey(devInfoSet->HKLM, devInfo, KEY_QUERY_VALUE); in SetupDiGetClassDevPropertySheetsW()
1343 devInfo->hmodDevicePropPageProvider = hModule; in SetupDiGetClassDevPropertySheetsW()
1344 devInfo->pDevicePropPageProvider = pPropPageProvider; in SetupDiGetClassDevPropertySheetsW()
1372 if (devInfo != NULL && devInfo->pDevicePropPageProvider != NULL) in SetupDiGetClassDevPropertySheetsW()
1373 …((PROPERTY_PAGE_PROVIDER)devInfo->pDevicePropPageProvider)(&Request, SETUP_GetClassDevPropertyShee… in SetupDiGetClassDevPropertySheetsW()
H A Ddriver.c765 struct DeviceInfo *devInfo = (struct DeviceInfo *)DeviceInfoData->Reserved; in SetupDiBuildDriverInfoList() local
766 if (!(devInfo->CreationFlags & DICD_INHERIT_CLASSDRVS)) in SetupDiBuildDriverInfoList()
767 pDriverListHead = &devInfo->DriverListHead; in SetupDiBuildDriverInfoList()
795 struct DeviceInfo *devInfo = (struct DeviceInfo *)DeviceInfoData->Reserved; in SetupDiBuildDriverInfoList() local
811 …hDriverKey = SETUPDI_OpenDrvKey(((struct DeviceInfoSet *)DeviceInfoSet)->HKLM, devInfo, KEY_QUERY_… in SetupDiBuildDriverInfoList()
856 &devInfo->ClassGuid, in SetupDiBuildDriverInfoList()
1382 struct DeviceInfo *devInfo = NULL; in SetupDiEnumDriverInfoW() local
1385 devInfo = (struct DeviceInfo *)DeviceInfoData->Reserved; in SetupDiEnumDriverInfoW()
1386 if (!devInfo || (devInfo->CreationFlags & DICD_INHERIT_CLASSDRVS)) in SetupDiEnumDriverInfoW()
1392 ListHead = &devInfo->DriverListHead; in SetupDiEnumDriverInfoW()
/reactos/sdk/lib/drivers/wdf/shared/support/um/
H A Dfxtelemetryum.cpp193 USHORT devInfo = 0; in GetDriverInfo() local
200 devInfo = Fdo->GetDeviceTelemetryInfoFlags(); in GetDriverInfo()
209 …DriverInfo->bitmap.IsUsingLevelTriggeredLineInterrupt = IsDeviceInfoFlagSet(devInfo, DeviceInfoLin… in GetDriverInfo()
210 …DriverInfo->bitmap.IsUsingEdgeTriggeredLineInterrupt = IsDeviceInfoFlagSet(devInfo, DeviceInfoLine… in GetDriverInfo()
211 …DriverInfo->bitmap.IsUsingMsiXOrSingleMsi22Interrupt = IsDeviceInfoFlagSet(devInfo, DeviceInfoMsiX… in GetDriverInfo()
212 …DriverInfo->bitmap.IsUsingMsi22MultiMessageInterrupt = IsDeviceInfoFlagSet(devInfo, DeviceInfoMsi2… in GetDriverInfo()
/reactos/drivers/storage/class/classpnp/
H A Dclass.c904 PCLASS_DEV_INFO devInfo; in ClassDispatchPnp() local
930 devInfo = &(initData->FdoData); in ClassDispatchPnp()
932 devInfo = &(initData->PdoData); in ClassDispatchPnp()
1824 PCLASS_DEV_INFO devInfo; in ClassPnpStartDevice() local
1846 devInfo = &(initData->FdoData); in ClassPnpStartDevice()
1848 devInfo = &(initData->PdoData); in ClassPnpStartDevice()
1851 NT_ASSERT(devInfo->ClassInitDevice != NULL); in ClassPnpStartDevice()
1852 NT_ASSERT(devInfo->ClassStartDevice != NULL); in ClassPnpStartDevice()
8963 PCLASS_DEV_INFO devInfo; local
9027 devExtSize = devInfo->DeviceExtensionSize +
[all …]