|
Linux Kernel
3.7.1
|
#include "headers.h"Go to the source code of this file.
Functions | |
| INT | vendorextnGetSectionInfo (PVOID pContext, PFLASH2X_VENDORSPECIFIC_INFO pVendorInfo) |
| INT | vendorextnInit (struct bcm_mini_adapter *Adapter) |
| INT | vendorextnExit (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) |
| 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.
1.8.2