|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| BOOLEAN NTAPI | IntVideoPortInterruptRoutine (IN struct _KINTERRUPT *Interrupt, IN PVOID ServiceContext) |
| BOOLEAN NTAPI | IntVideoPortSetupInterrupt (IN PDEVICE_OBJECT DeviceObject, IN PVIDEO_PORT_DRIVER_EXTENSION DriverExtension, IN PVIDEO_PORT_CONFIG_INFO ConfigInfo) |
| VP_STATUS NTAPI | VideoPortEnableInterrupt (IN PVOID HwDeviceExtension) |
| VP_STATUS NTAPI | VideoPortDisableInterrupt (IN PVOID HwDeviceExtension) |
| #define NDEBUG |
Definition at line 26 of file interrupt.c.
| BOOLEAN NTAPI IntVideoPortInterruptRoutine | ( | IN struct _KINTERRUPT * | Interrupt, |
| IN PVOID | ServiceContext | ||
| ) |
Definition at line 32 of file interrupt.c.
Referenced by IntVideoPortSetupInterrupt().
| BOOLEAN NTAPI IntVideoPortSetupInterrupt | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PVIDEO_PORT_DRIVER_EXTENSION | DriverExtension, | ||
| IN PVIDEO_PORT_CONFIG_INFO | ConfigInfo | ||
| ) |
Definition at line 45 of file interrupt.c.
Referenced by IntVideoPortFindAdapter().
Definition at line 154 of file interrupt.c.
Definition at line 116 of file interrupt.c.