ReactOS
0.4.15-dev-1627-gaf0f858
|
Go to the source code of this file.
Functions | |
_Dispatch_type_ (IRP_MJ_DEVICE_CONTROL) | |
VOID NTAPI | i8042SendHookWorkItem (IN PDEVICE_OBJECT DeviceObject, IN PVOID Context) |
static VOID NTAPI | i8042StartIo (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
static BOOLEAN | i8042PacketWrite (IN PPORT_DEVICE_EXTENSION DeviceExtension) |
BOOLEAN | i8042PacketIsr (IN PPORT_DEVICE_EXTENSION DeviceExtension, IN UCHAR Output) |
NTSTATUS | i8042StartPacket (IN PPORT_DEVICE_EXTENSION DeviceExtension, IN PFDO_DEVICE_EXTENSION FdoDeviceExtension, IN PUCHAR Bytes, IN ULONG ByteCount, IN PIRP Irp) |
static NTSTATUS NTAPI | i8042DeviceControl (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
static NTSTATUS NTAPI | i8042InternalDeviceControl (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
static NTSTATUS NTAPI | i8042Power (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
static NTSTATUS NTAPI | i8042SystemControl (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
NTSTATUS NTAPI | DriverEntry (IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath) |
Variables | |
static DRIVER_STARTIO | i8042StartIo |
_Dispatch_type_ | ( | IRP_MJ_DEVICE_CONTROL | ) |
Definition at line 21 of file i8042prt.c.
NTSTATUS NTAPI DriverEntry | ( | IN PDRIVER_OBJECT | DriverObject, |
IN PUNICODE_STRING | RegistryPath | ||
) |
Definition at line 482 of file i8042prt.c.
Definition at line 390 of file i8042prt.c.
Referenced by DriverEntry().
|
static |
Definition at line 411 of file i8042prt.c.
Referenced by DriverEntry().
BOOLEAN i8042PacketIsr | ( | IN PPORT_DEVICE_EXTENSION | DeviceExtension, |
IN UCHAR | Output | ||
) |
Definition at line 271 of file i8042prt.c.
Referenced by i8042KbdInterruptService(), and i8042MouInterruptService().
|
static |
Definition at line 248 of file i8042prt.c.
Referenced by i8042PacketIsr(), and i8042StartPacket().
Definition at line 461 of file i8042prt.c.
Referenced by DriverEntry().
Definition at line 100 of file i8042prt.c.
Definition at line 225 of file i8042prt.c.
NTSTATUS i8042StartPacket | ( | IN PPORT_DEVICE_EXTENSION | DeviceExtension, |
IN PFDO_DEVICE_EXTENSION | FdoDeviceExtension, | ||
IN PUCHAR | Bytes, | ||
IN ULONG | ByteCount, | ||
IN PIRP | Irp | ||
) |
Definition at line 329 of file i8042prt.c.
Referenced by i8042KbdStartIo().
|
static |
Definition at line 20 of file i8042prt.c.
Referenced by DriverEntry().