Searched refs:lifetime_a (Results 1 – 3 of 3) sorted by relevance
146 << version << eol << lifetime_a << lifetime_b in publish()275 if (sscanf(buffer.c_str(), "0x%hx 0x%hx", &lifetime_a, &lifetime_b) < 2 || in report_sysfs()276 (lifetime_a == 0 && lifetime_b == 0)) { in report_sysfs()315 lifetime_a = val; in report()321 if (eol == 0 || (lifetime_a == 0 && lifetime_b == 0)) { in report()350 lifetime_a = halInfo.lifetimeA; in set_values_from_hal_storage_info()
39 2733 storaged_emmc_info (mmc_ver|3),(eol|1),(lifetime_a|1),(lifetime_b|1)
44 uint16_t lifetime_a; // device life time estimation (type A) variable61 storage_info_t() : eol(0), lifetime_a(0), lifetime_b(0), in storage_info_t()