Searched refs:fw_version (Results 1 - 5 of 5) sorted by relevance

/external/libnfc-nxp/src/
H A DphHciNfc_IDMgmt.c85 uint32_t fw_version; member in struct:phHciNfc_IDMgmt_Info
795 p_identity_info->fw_version |=
798 pHwRef->device_info.fw_version = p_identity_info->fw_version ;
H A DphDnldNfc.c321 uint32_t fw_version; member in struct:fw_data_hdr
3357 if ( !pHwRef->device_info.fw_version )
3363 else if ( (pHwRef->device_info.fw_version >> (BYTE_SIZE * 2))
3364 != ( cur_fw_hdr->fw_version >> (BYTE_SIZE * 2) ))
3370 else if (( pHwRef->device_info.fw_version < cur_fw_hdr->fw_version )
3378 else if (( pHwRef->device_info.fw_version > cur_fw_hdr->fw_version )
H A DphLibNfc.c872 phLibNfc_StackCapabilities->psDevCapabilities.fw_version=
873 gpphLibContext->psHwReference->device_info.fw_version;
/external/kernel-headers/original/linux/
H A Dethtool.h54 char fw_version[32]; /* firmware version string, if applicable */ member in struct:ethtool_drvinfo
/external/libnfc-nxp/inc/
H A DphNfcTypes.h328 uint32_t fw_version; /**< \ingroup grp_hal_common member in struct:phNfc_sDeviceCapabilities_t

Completed in 233 milliseconds