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

Go to the source code of this file.

Macros

#define CONTINUE_COMMON_PATH   0xFFFF
 

Functions

INT vendorextnGetSectionInfo (PVOID pContext, PFLASH2X_VENDORSPECIFIC_INFO pVendorInfo)
 
INT vendorextnExit (struct bcm_mini_adapter *Adapter)
 
INT vendorextnInit (struct bcm_mini_adapter *Adapter)
 
INT vendorextnIoctl (struct bcm_mini_adapter *Adapter, UINT cmd, ULONG arg)
 
INT vendorextnReadSection (PVOID pContext, PUCHAR pBuffer, FLASH2X_SECTION_VAL SectionVal, UINT offset, UINT numOfBytes)
 
INT vendorextnWriteSection (PVOID pContext, PUCHAR pBuffer, FLASH2X_SECTION_VAL SectionVal, UINT offset, UINT numOfBytes, BOOLEAN bVerify)
 
INT vendorextnWriteSectionWithoutErase (PVOID pContext, PUCHAR pBuffer, FLASH2X_SECTION_VAL SectionVal, UINT offset, UINT numOfBytes)
 

Macro Definition Documentation

#define CONTINUE_COMMON_PATH   0xFFFF

Definition at line 5 of file vendorspecificextn.h.

Function Documentation

INT vendorextnExit ( struct bcm_mini_adapter Adapter)

Definition at line 48 of file vendorspecificextn.c.

INT vendorextnGetSectionInfo ( PVOID  pContext,
PFLASH2X_VENDORSPECIFIC_INFO  pVendorInfo 
)

Definition at line 14 of file vendorspecificextn.c.

INT vendorextnInit ( struct bcm_mini_adapter Adapter)

Definition at line 31 of file vendorspecificextn.c.

INT vendorextnIoctl ( struct bcm_mini_adapter Adapter,
UINT  cmd,
ULONG  arg 
)

Definition at line 68 of file vendorspecificextn.c.

INT vendorextnReadSection ( PVOID  pContext,
PUCHAR  pBuffer,
FLASH2X_SECTION_VAL  SectionVal,
UINT  offset,
UINT  numOfBytes 
)

Definition at line 92 of file vendorspecificextn.c.

INT vendorextnWriteSection ( PVOID  pContext,
PUCHAR  pBuffer,
FLASH2X_SECTION_VAL  SectionVal,
UINT  offset,
UINT  numOfBytes,
BOOLEAN  bVerify 
)

Definition at line 117 of file vendorspecificextn.c.

INT vendorextnWriteSectionWithoutErase ( PVOID  pContext,
PUCHAR  pBuffer,
FLASH2X_SECTION_VAL  SectionVal,
UINT  offset,
UINT  numOfBytes 
)

Definition at line 141 of file vendorspecificextn.c.