Home
last modified time | relevance | path

Searched refs:psFlash2xCSInfo (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/
Dnvm.c524 return (Adapter->psFlash2xCSInfo->OffsetFromDSDStartForDSDHeader + sizeof(DSD_HEADER)); in BcmGetFlashSize()
2535 psAdapter->psFlash2xCSInfo = (PFLASH2X_CS_INFO)kzalloc(sizeof(FLASH2X_CS_INFO), GFP_KERNEL); in BcmAllocFlashCSStructure()
2536 if(psAdapter->psFlash2xCSInfo == NULL) in BcmAllocFlashCSStructure()
2548 kfree(psAdapter->psFlash2xCSInfo); in BcmAllocFlashCSStructure()
2563 kfree(psAdapter->psFlash2xCSInfo); in BcmDeAllocFlashCSStructure()
2568 static INT BcmDumpFlash2XCSStructure(PFLASH2X_CS_INFO psFlash2xCSInfo,PMINI_ADAPTER Adapter) in BcmDumpFlash2XCSStructure() argument
2572 …(Adapter,DBG_TYPE_OTHERS, NVM_RW, DBG_LVL_ALL, "Signature is :%x", (psFlash2xCSInfo->MagicNumber)… in BcmDumpFlash2XCSStructure()
2573 …THERS, NVM_RW, DBG_LVL_ALL, "Flash Major Version :%d", MAJOR_VERSION(psFlash2xCSInfo->FlashLayoutV… in BcmDumpFlash2XCSStructure()
2574 …THERS, NVM_RW, DBG_LVL_ALL, "Flash Minor Version :%d", MINOR_VERSION(psFlash2xCSInfo->FlashLayoutV… in BcmDumpFlash2XCSStructure()
2575 …DBG_TYPE_OTHERS, NVM_RW, DBG_LVL_ALL, " ISOImageMajorVersion:0x%x", (psFlash2xCSInfo->ISOImageVers… in BcmDumpFlash2XCSStructure()
[all …]
DAdapter.h545 PFLASH2X_CS_INFO psFlash2xCSInfo; member
DBcmchar.c1786 if (copy_to_user(IoBuffer.OutputBuffer, Adapter->psFlash2xCSInfo, sizeof(FLASH2X_CS_INFO))) in bcm_char_ioctl()