#include <initguid.h>
#include <wdm.h>
#include "cbm_driver.h"
Go to the source code of this file.
Functions | |
| NTSTATUS | ParPortSetMode (PDEVICE_EXTENSION Pdx) |
| Set the operational mode of the parallel port. | |
| NTSTATUS | ParPortUnsetMode (PDEVICE_EXTENSION Pdx) |
| Unset the operational mode of the parallel port. | |
**************************************************************
Definition in file PortAccessWdm.c.
|
|
Set the operational mode of the parallel port. This function sets the operational mode of the parallel port.
This function must be run at IRQL == PASSIVE_LEVEL. Definition at line 38 of file PortAccessWdm.c. References cbmiec_udelay(), FUNC_ENTER, ParPortSetModeNt4(), and ParPortSetModeWdm(). Referenced by cbm_lock_parport(). |
|
|
Unset the operational mode of the parallel port. This function unsets the operational mode of the parallel port.
This function must be run at IRQL == PASSIVE_LEVEL. Definition at line 59 of file PortAccessWdm.c. References FUNC_ENTER, and ParPortUnsetModeWdm(). Referenced by cbm_lock_parport(), cbm_unlock_parport(), and ParPortSetModeWdm(). |
1.4.2