Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
wb35tx.c File Reference
#include <linux/usb.h>
#include <linux/gfp.h>
#include "wb35tx_f.h"
#include "mds_f.h"

Go to the source code of this file.

Functions

unsigned char Wb35Tx_get_tx_buffer (struct hw_data *pHwData, u8 **pBuffer)
 
void Wb35Tx_start (struct wbsoft_priv *adapter)
 
unsigned char Wb35Tx_initial (struct hw_data *pHwData)
 
void Wb35Tx_stop (struct hw_data *pHwData)
 
void Wb35Tx_destroy (struct hw_data *pHwData)
 
void Wb35Tx_CurrentTime (struct wbsoft_priv *adapter, u32 TimeCount)
 
void Wb35Tx_EP2VM_start (struct wbsoft_priv *adapter)
 

Function Documentation

void Wb35Tx_CurrentTime ( struct wbsoft_priv adapter,
u32  TimeCount 
)

Definition at line 179 of file wb35tx.c.

void Wb35Tx_destroy ( struct hw_data pHwData)

Definition at line 163 of file wb35tx.c.

void Wb35Tx_EP2VM_start ( struct wbsoft_priv adapter)

Definition at line 279 of file wb35tx.c.

unsigned char Wb35Tx_get_tx_buffer ( struct hw_data pHwData,
u8 **  pBuffer 
)

Definition at line 18 of file wb35tx.c.

unsigned char Wb35Tx_initial ( struct hw_data pHwData)

Definition at line 129 of file wb35tx.c.

void Wb35Tx_start ( struct wbsoft_priv adapter)

Definition at line 116 of file wb35tx.c.

void Wb35Tx_stop ( struct hw_data pHwData)

Definition at line 146 of file wb35tx.c.