Home
last modified time | relevance | path

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

/reactos/drivers/bus/pci/
H A Dpci.c17 static DRIVER_DISPATCH PciDispatchDeviceControl; variable
18 static NTSTATUS NTAPI PciDispatchDeviceControl(IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp);
39 PciDispatchDeviceControl( in PciDispatchDeviceControl() function
259 DriverObject->MajorFunction[IRP_MJ_DEVICE_CONTROL] = PciDispatchDeviceControl; in DriverEntry()