Searched refs:PciDispatchDeviceControl (Results 1 – 1 of 1) sorted by relevance
17 static DRIVER_DISPATCH PciDispatchDeviceControl; variable18 static NTSTATUS NTAPI PciDispatchDeviceControl(IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp);39 PciDispatchDeviceControl( in PciDispatchDeviceControl() function259 DriverObject->MajorFunction[IRP_MJ_DEVICE_CONTROL] = PciDispatchDeviceControl; in DriverEntry()