Searched refs:rev (Results 1 – 9 of 9) sorted by relevance
/system/core/storaged/ |
D | storaged_info.cpp | 90 uint16_t rev = 0; in report_sysfs() local 96 if (sscanf(buffer.c_str(), "0x%hx", &rev) < 1 || in report_sysfs() 97 rev < 7 || rev > ARRAY_SIZE(emmc_ver_str)) { in report_sysfs() 102 version += emmc_ver_str[rev]; in report_sysfs() 134 uint16_t rev = 0; in report_debugfs() local 142 if (!ParseUint(str, &rev) || in report_debugfs() 143 rev < 7 || rev > ARRAY_SIZE(emmc_ver_str)) { in report_debugfs() 148 version += emmc_ver_str[rev]; in report_debugfs() 180 char rev[8]; in report() local 181 if (sscanf(lines[0].c_str(), "ufs version: 0x%7s\n", rev) < 1) { in report() [all …]
|
/system/libufdt/utils/tests/data/ |
D | mkdtimg.cfg | 4 rev=/:board_rev # Read the value form the path in dtb 13 rev=0x201 # override with another value
|
/system/libufdt/utils/tests/ |
D | mkdtimg_testdata.sh | 53 --page_size=4096 --id=/:board_id --rev=/:board_rev --custom0=0xabc \ 56 "${OUTDIR}/board2v1.dts.dtb" --rev=0x201 \
|
/system/libufdt/utils/ |
D | README.md | 81 --rev=<number|path> 126 $mkdtimg create dtbo.img --id=/:board_id --rev=/:board_rev --custom0=0xabc \ 168 rev=/:board_rev 203 rev = 00010001
|
/system/libufdt/utils/src/ |
D | dt_table.h | 51 uint32_t rev; /* optional, must be zero if unused */ member
|
D | mkdtimg_core.c | 34 char rev[OPTION_VALUE_SIZE_MAX]; member 218 entry.rev = get_fdt32_from_number_or_prop(fdt, options->rev); in output_img_entry() 277 strncpy(options->rev, value, OPTION_VALUE_SIZE_MAX - 1); in set_dt_options()
|
D | mkdtimg_dump.c | 125 output_prop_hex(out_fp, "rev", entry->rev); in output_table_entry()
|
/system/tpm/trunks/ |
D | README | 15 TPM 2.0 rev 00.99.
|
/system/extras/simpleperf/ |
D | Android.mk | 18 simpleperf_version := $(shell git -C $(LOCAL_PATH) rev-parse --short=12 HEAD 2>/dev/null)
|