HomeSort by relevance Sort by last modified time
    Searched defs:fw_version (Results 1 - 7 of 7) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
chip_stat.c 57 static char fw_version[10] = "na"; variable
58 module_param_string(fw_version, fw_version, sizeof(fw_version), S_IWUSR | S_IRUGO);
59 MODULE_PARM_DESC(fw_version, "WiFi firmware version");
62 Exports WiFi firmware version to /sys/module/wlan/parameters/fw_version
80 fw_version[0] = swVer.FWVersion.major + 48;
81 fw_version[1] = '.';
82 fw_version[2] = swVer.FWVersion.minor + 48;
83 fw_version[3] = '.'
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_IDMgmt.c 85 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 ;
  /bionic/libc/kernel/common/linux/
ethtool.h 39 char fw_version[32]; member in struct:ethtool_drvinfo
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
ethtool.h 39 char fw_version[32]; member in struct:ethtool_drvinfo