Searched refs:fw_version (Results 1 - 6 of 6) 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/uapi/linux/
H A Dcyclades.h445 __u32 fw_version; /* firmware version */ member in struct:BOARD_CTRL
H A Dethtool.h87 char fw_version[ETHTOOL_FWVERS_LEN]; /* firmware version string */ 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 214 milliseconds