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

Go to the source code of this file.

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 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)
 
VOID putUsbSuspend (struct work_struct *work)
 

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 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.

VOID putUsbSuspend ( struct work_struct work)

Definition at line 225 of file InterfaceMisc.c.