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

Go to the source code of this file.

Functions

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

Function Documentation

void Wb35Tx_CurrentTime ( struct wbsoft_priv adapter,
u32  time_count 
)

Definition at line 179 of file wb35tx.c.

void Wb35Tx_destroy ( struct hw_data hw_data)

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 hw_data,
u8 **  buffer 
)

Definition at line 18 of file wb35tx.c.

unsigned char Wb35Tx_initial ( struct hw_data hw_data)

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 hw_data)

Definition at line 146 of file wb35tx.c.