Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
usbpipe.h File Reference
#include "ttype.h"
#include "device.h"

Go to the source code of this file.

Functions

int PIPEnsControlOut (PSDevice pDevice, BYTE byRequest, WORD wValue, WORD wIndex, WORD wLength, PBYTE pbyBuffer)
 
int PIPEnsControlOutAsyn (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)
 

Function Documentation

int PIPEnsBulkInUsbRead ( PSDevice  pDevice,
PRCB  pRCB 
)

Definition at line 486 of file usbpipe.c.

int PIPEnsControlIn ( PSDevice  pDevice,
BYTE  byRequest,
WORD  wValue,
WORD  wIndex,
WORD  wLength,
PBYTE  pbyBuffer 
)

Definition at line 209 of file usbpipe.c.

int PIPEnsControlOut ( PSDevice  pDevice,
BYTE  byRequest,
WORD  wValue,
WORD  wIndex,
WORD  wLength,
PBYTE  pbyBuffer 
)

Definition at line 150 of file usbpipe.c.

int PIPEnsControlOutAsyn ( PSDevice  pDevice,
BYTE  byRequest,
WORD  wValue,
WORD  wIndex,
WORD  wLength,
PBYTE  pbyBuffer 
)

Definition at line 107 of file usbpipe.c.

int PIPEnsInterruptRead ( PSDevice  pDevice)

Definition at line 348 of file usbpipe.c.

int PIPEnsSendBulkOut ( PSDevice  pDevice,
PUSB_SEND_CONTEXT  pContext 
)

Definition at line 621 of file usbpipe.c.