|
void | FlushOutBuff (DEVICE_EXTENSION *pdx) |
|
void | FlushInBuff (DEVICE_EXTENSION *pdx) |
|
int | SendString (DEVICE_EXTENSION *pdx, const char __user *pData, unsigned int n) |
|
int | SendChar (DEVICE_EXTENSION *pdx, char c) |
|
int | Get1401State (DEVICE_EXTENSION *pdx, __u32 *state, __u32 *error) |
|
int | ReadWrite_Cancel (DEVICE_EXTENSION *pdx) |
|
bool | Is1401 (DEVICE_EXTENSION *pdx) |
|
bool | QuickCheck (DEVICE_EXTENSION *pdx, bool bTestBuff, bool bCanReset) |
|
int | Reset1401 (DEVICE_EXTENSION *pdx) |
|
int | GetChar (DEVICE_EXTENSION *pdx) |
|
int | GetString (DEVICE_EXTENSION *pdx, char __user *pUser, int n) |
|
int | Stat1401 (DEVICE_EXTENSION *pdx) |
|
int | LineCount (DEVICE_EXTENSION *pdx) |
|
int | GetOutBufSpace (DEVICE_EXTENSION *pdx) |
|
int | ClearArea (DEVICE_EXTENSION *pdx, int nArea) |
|
int | SetTransfer (DEVICE_EXTENSION *pdx, TRANSFERDESC __user *pTD) |
|
int | UnsetTransfer (DEVICE_EXTENSION *pdx, int nArea) |
|
int | SetEvent (DEVICE_EXTENSION *pdx, TRANSFEREVENT __user *pTE) |
|
int | WaitEvent (DEVICE_EXTENSION *pdx, int nArea, int msTimeOut) |
|
int | TestEvent (DEVICE_EXTENSION *pdx, int nArea) |
|
int | GetTransfer (DEVICE_EXTENSION *pdx, TGET_TX_BLOCK __user *pTX) |
|
int | KillIO1401 (DEVICE_EXTENSION *pdx) |
|
int | BlkTransState (DEVICE_EXTENSION *pdx) |
|
int | StateOf1401 (DEVICE_EXTENSION *pdx) |
|
int | StartSelfTest (DEVICE_EXTENSION *pdx) |
|
int | CheckSelfTest (DEVICE_EXTENSION *pdx, TGET_SELFTEST __user *pGST) |
|
int | TypeOf1401 (DEVICE_EXTENSION *pdx) |
|
int | TransferFlags (DEVICE_EXTENSION *pdx) |
|
int | DbgPeek (DEVICE_EXTENSION *pdx, TDBGBLOCK __user *pDB) |
|
int | DbgPoke (DEVICE_EXTENSION *pdx, TDBGBLOCK __user *pDB) |
|
int | DbgRampData (DEVICE_EXTENSION *pdx, TDBGBLOCK __user *pDB) |
|
int | DbgRampAddr (DEVICE_EXTENSION *pdx, TDBGBLOCK __user *pDB) |
|
int | DbgGetData (DEVICE_EXTENSION *pdx, TDBGBLOCK __user *pDB) |
|
int | DbgStopLoop (DEVICE_EXTENSION *pdx) |
|
int | SetCircular (DEVICE_EXTENSION *pdx, TRANSFERDESC __user *pTD) |
|
int | GetCircBlock (DEVICE_EXTENSION *pdx, TCIRCBLOCK __user *pCB) |
|
int | FreeCircBlock (DEVICE_EXTENSION *pdx, TCIRCBLOCK __user *pCB) |
|