Linux Kernel
3.7.1
|
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) |
#define CONTINUE_COMMON_PATH 0xFFFF |
Definition at line 5 of file vendorspecificextn.h.
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.