Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
InterfaceMisc.h File Reference

Go to the source code of this file.

Macros

#define DISABLE_USB_ZERO_LEN_INT   0x0F011878
 

Functions

INT InterfaceRDM (PS_INTERFACE_ADAPTER psIntfAdapter, UINT addr, PVOID buff, INT len)
 
INT InterfaceWRM (PS_INTERFACE_ADAPTER psIntfAdapter, UINT addr, PVOID buff, INT len)
 
int InterfaceFileDownload (PVOID psIntfAdapter, struct file *flp, unsigned int on_chip_loc)
 
int InterfaceFileReadbackFromChip (PVOID psIntfAdapter, struct file *flp, unsigned int on_chip_loc)
 
int BcmRDM (PVOID arg, UINT addr, PVOID buff, INT len)
 
int BcmWRM (PVOID arg, UINT addr, PVOID buff, INT len)
 
INT Bcm_clear_halt_of_endpoints (struct bcm_mini_adapter *Adapter)
 
VOID Bcm_kill_all_URBs (PS_INTERFACE_ADAPTER psIntfAdapter)
 

Macro Definition Documentation

#define DISABLE_USB_ZERO_LEN_INT   0x0F011878

Definition at line 40 of file InterfaceMisc.h.

Function Documentation

INT Bcm_clear_halt_of_endpoints ( struct bcm_mini_adapter Adapter)

Definition at line 136 of file InterfaceMisc.c.

VOID Bcm_kill_all_URBs ( PS_INTERFACE_ADAPTER  psIntfAdapter)

Definition at line 175 of file InterfaceMisc.c.

int BcmRDM ( PVOID  arg,
UINT  addr,
PVOID  buff,
INT  len 
)

Definition at line 120 of file InterfaceMisc.c.

int BcmWRM ( PVOID  arg,
UINT  addr,
PVOID  buff,
INT  len 
)

Definition at line 128 of file InterfaceMisc.c.

int InterfaceFileDownload ( PVOID  psIntfAdapter,
struct file flp,
unsigned int  on_chip_loc 
)

Definition at line 3 of file InterfaceDld.c.

int InterfaceFileReadbackFromChip ( PVOID  psIntfAdapter,
struct file flp,
unsigned int  on_chip_loc 
)

Definition at line 55 of file InterfaceDld.c.

INT InterfaceRDM ( PS_INTERFACE_ADAPTER  psIntfAdapter,
UINT  addr,
PVOID  buff,
INT  len 
)

Definition at line 3 of file InterfaceMisc.c.

INT InterfaceWRM ( PS_INTERFACE_ADAPTER  psIntfAdapter,
UINT  addr,
PVOID  buff,
INT  len 
)

Definition at line 60 of file InterfaceMisc.c.