Home
last modified time | relevance | path

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

/reactos/drivers/bus/pci/
H A Dpci.c26 static DRIVER_DISPATCH PciPnpControl; variable
27 static NTSTATUS NTAPI PciPnpControl(IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp);
77 PciPnpControl( in PciPnpControl() function
260 DriverObject->MajorFunction[IRP_MJ_PNP] = PciPnpControl; in DriverEntry()