Searched refs:PciPnpControl (Results 1 – 1 of 1) sorted by relevance
26 static DRIVER_DISPATCH PciPnpControl; variable27 static NTSTATUS NTAPI PciPnpControl(IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp);77 PciPnpControl( in PciPnpControl() function260 DriverObject->MajorFunction[IRP_MJ_PNP] = PciPnpControl; in DriverEntry()