Home
last modified time | relevance | path

Searched refs:CmResourceTypeInterrupt (Results 1 – 25 of 56) sorted by relevance

123

/reactos/ntoskrnl/fstub/
H A Dtranslate.c50 ASSERT(Source->Type == CmResourceTypeInterrupt); in FstubTranslateResource()
75 ASSERT(Alternative->Type == CmResourceTypeInterrupt); in FstubTranslateResource()
123 ASSERT(Source->Type == CmResourceTypeInterrupt); in FstubTranslateRequirement()
/reactos/modules/rostests/unittests/isapnp/
H A Dprecomp.h254 ok((Desc)->Type == CmResourceTypeInterrupt, \
255 "Desc->Type = %u, expected %u\n", (Desc)->Type, CmResourceTypeInterrupt); \
360 ok((Desc)->Type == CmResourceTypeInterrupt, \
361 "Desc->Type = %u, expected %u\n", (Desc)->Type, CmResourceTypeInterrupt); \
/reactos/boot/freeldr/freeldr/arch/i386/pc98/
H A Dpc98hw.c282 PartialDescriptor->Type = CmResourceTypeInterrupt; in DetectBiosFloppyController()
558 PartialDescriptor->Type = CmResourceTypeInterrupt; in DetectPointerController()
693 PartialDescriptor->Type = CmResourceTypeInterrupt; in DetectKeyboardController()
779 PartialDescriptor->Type = CmResourceTypeInterrupt; in DetectParallelPorts()
864 PartialDescriptor->Type = CmResourceTypeInterrupt; in DetectSerialPorts()
929 PartialDescriptor->Type = CmResourceTypeInterrupt; in DetectSerialPorts()
/reactos/drivers/bus/isapnp/
H A Dinterface.c35 ResourceType != CmResourceTypeInterrupt) in IsaFdoQueryInterface()
/reactos/drivers/bus/pcix/arb/
H A Dtr_irq.c62 if ((ULONG_PTR)InterfaceData != CmResourceTypeInterrupt) in tranirq_Constructor()
/reactos/drivers/wdm/audio/backpln/portcls/
H A Dinterrupt.cpp224 Descriptor = m_ResourceList->FindTranslatedEntry(CmResourceTypeInterrupt, m_ResourceIndex); in Connect()
311 if (ResourceIndex > ResourceList->NumberOfEntriesOfType(CmResourceTypeInterrupt)) in PcNewInterruptSync()
/reactos/dll/win32/devmgr/properties/
H A Dhwresource.cpp124 #define CmResourceTypeInterrupt 2 macro
257 if (Descriptor->Type == CmResourceTypeInterrupt) in AddResourceItems()
/reactos/ntoskrnl/io/
H A Ddebug.c55 case CmResourceTypeInterrupt: in PipDumpCmResourceDescriptor()
212 case CmResourceTypeInterrupt: in PipDumpIoResourceDescriptor()
/reactos/boot/freeldr/freeldr/arch/i386/pc/
H A Dmachpc.c828 PartialDescriptor->Type = CmResourceTypeInterrupt; in DetectSerialPorts()
933 PartialDescriptor->Type = CmResourceTypeInterrupt; in DetectParallelPorts()
1120 PartialDescriptor->Type = CmResourceTypeInterrupt; in DetectKeyboardController()
1297 PartialResourceList->PartialDescriptors[0].Type = CmResourceTypeInterrupt; in DetectPS2Mouse()
1389 PartialDescriptor->Type = CmResourceTypeInterrupt; in CreateBusMousePeripheralKey()
H A Dpchw.c310 PartialDescriptor->Type = CmResourceTypeInterrupt; in DetectBiosFloppyController()
/reactos/hal/halx86/generic/
H A Dusage.c129 case CmResourceTypeInterrupt: in HalpGetResourceSortValue()
167 RawDescriptor->Type = CmResourceTypeInterrupt; in HalpBuildPartialFromIdt()
/reactos/ntoskrnl/io/pnpmgr/
H A Dpnpres.c195 ASSERT(IoDesc->Type == CmResourceTypeInterrupt); in IopFindInterruptResource()
302 case CmResourceTypeInterrupt: in IopFixupResourceListWithRequirements()
400 case CmResourceTypeInterrupt: in IopFixupResourceListWithRequirements()
640 case CmResourceTypeInterrupt: in IopCheckResourceDescriptor()
1042 case CmResourceTypeInterrupt: in IopTranslateDeviceResources()
H A Darbiters.c216 CmResourceTypeInterrupt, in IopIrqInitialize()
/reactos/dll/win32/msports/
H A Dclassinst.c179 case CmResourceTypeInterrupt: in GetSerialPortNumber()
251 case CmResourceTypeInterrupt: in GetParallelPortNumber()
/reactos/drivers/storage/ide/pciidex/
H A Dpdo.c321 Descriptor->Type = CmResourceTypeInterrupt; in PciIdeXPdoQueryResources()
408 Descriptor->Type = CmResourceTypeInterrupt; in PciIdeXPdoQueryResourceRequirements()
/reactos/hal/halx86/acpi/
H A Dhalpnpdd.c409 if (Descriptor->Type == CmResourceTypeInterrupt) in HalpQueryResources()
412 PartialDesc->Type = CmResourceTypeInterrupt; in HalpQueryResources()
/reactos/hal/halx86/legacy/
H A Dhalpnpdd.c389 if (Descriptor->Type == CmResourceTypeInterrupt) in HalpQueryResources()
392 PartialDesc->Type = CmResourceTypeInterrupt; in HalpQueryResources()
/reactos/drivers/bus/pcix/
H A Ddebug.c266 case CmResourceTypeInterrupt: return "CmResourceTypeInterrupt"; in PciDebugCmResourceTypeToText()
/reactos/drivers/input/inport/
H A Dpnp.c87 case CmResourceTypeInterrupt: in InPortStartDevice()
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/pnp/km/
H A Dfxpkgpnpkm.cpp126 case CmResourceTypeInterrupt: in FilterResourceRequirements()
/reactos/drivers/storage/port/storport/
H A Dmisc.c265 case CmResourceTypeInterrupt: in GetResourceListInterrupt()
/reactos/sdk/include/xdk/
H A Dcmtypes.h11 #define CmResourceTypeInterrupt 2 macro
226 #define CmResourceTypeInterrupt 2 macro
/reactos/sdk/include/ddk/
H A Dportcls.h457 NumberOfEntriesOfType(CmResourceTypeInterrupt)
460 FindTranslatedEntry(CmResourceTypeInterrupt, (n))
463 FindUntranslatedEntry(CmResourceTypeInterrupt, (n))
466 AddEntryFromParent((p), CmResourceTypeInterrupt, (n))
490 AddEntryFromParent((p), CmResourceTypeInterrupt, (n))
/reactos/drivers/bus/pci/
H A Dpdo.c588 Descriptor->Type = CmResourceTypeInterrupt; in PdoQueryResourceRequirements()
874 Descriptor->Type = CmResourceTypeInterrupt; in PdoQueryResources()
1349 if (RawPartialDesc->Type == CmResourceTypeInterrupt) in PdoStartDevice()
/reactos/sdk/include/ndk/
H A Dcmtypes.h79 #define CmResourceTypeInterrupt 2 macro

123