#include "int.h"
#include "rxtx.h"
#include "dpc.h"
#include "control.h"
#include "desc.h"
#include "device.h"
Go to the source code of this file.
|
int | PIPEnsControlOutAsyn (PSDevice pDevice, BYTE byRequest, WORD wValue, WORD wIndex, WORD wLength, PBYTE pbyBuffer) |
|
int | PIPEnsControlOut (PSDevice pDevice, BYTE byRequest, WORD wValue, WORD wIndex, WORD wLength, PBYTE pbyBuffer) |
|
int | PIPEnsControlIn (PSDevice pDevice, BYTE byRequest, WORD wValue, WORD wIndex, WORD wLength, PBYTE pbyBuffer) |
|
int | PIPEnsInterruptRead (PSDevice pDevice) |
|
int | PIPEnsBulkInUsbRead (PSDevice pDevice, PRCB pRCB) |
|
int | PIPEnsSendBulkOut (PSDevice pDevice, PUSB_SEND_CONTEXT pContext) |
|
#define URB_ASYNC_UNLINK 0 |