Home
last modified time | relevance | path

Searched refs:snprintf (Results 1 – 25 of 35) sorted by relevance

12

/rk3399_ARM-atf/plat/mediatek/drivers/spm/
H A Dmt_spm_rc_api_common.c161 ret = snprintf(name, sz - 1, "dram"); in spm_hwcg_name()
164 ret = snprintf(name, sz - 1, "vrf18"); in spm_hwcg_name()
167 ret = snprintf(name, sz - 1, "infra"); in spm_hwcg_name()
170 ret = snprintf(name, sz - 1, "pmic"); in spm_hwcg_name()
173 ret = snprintf(name, sz - 1, "26m"); in spm_hwcg_name()
176 ret = snprintf(name, sz - 1, "vcore"); in spm_hwcg_name()
/rk3399_ARM-atf/include/lib/libc/
H A Dstdio.h21 int snprintf(char *s, size_t n, const char *fmt, ...) __printflike(3, 4);
/rk3399_ARM-atf/lib/aarch64/
H A Darmclang_printf.S29 b snprintf
/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8189/
H A Dmt_spm_hwreq.c426 ret = snprintf(name, sz - 1, "ddren"); in spm_peri_req_name()
429 ret = snprintf(name, sz - 1, "apsrc"); in spm_peri_req_name()
432 ret = snprintf(name, sz - 1, "emi"); in spm_peri_req_name()
435 ret = snprintf(name, sz - 1, "syspll"); in spm_peri_req_name()
438 ret = snprintf(name, sz - 1, "infra"); in spm_peri_req_name()
441 ret = snprintf(name, sz - 1, "pmic"); in spm_peri_req_name()
444 ret = snprintf(name, sz - 1, "26m_vcore"); in spm_peri_req_name()
/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/
H A Dmt_spm_hwreq.c377 ret = snprintf(name, sz - 1, "ddren"); in spm_peri_req_name()
380 ret = snprintf(name, sz - 1, "emi"); in spm_peri_req_name()
383 ret = snprintf(name, sz - 1, "apsrc"); in spm_peri_req_name()
386 ret = snprintf(name, sz - 1, "syspll"); in spm_peri_req_name()
389 ret = snprintf(name, sz - 1, "infra"); in spm_peri_req_name()
392 ret = snprintf(name, sz - 1, "26m_pmic_vcore"); in spm_peri_req_name()
/rk3399_ARM-atf/drivers/auth/mbedtls/
H A Dmbedtls_common.c53 mbedtls_platform_set_snprintf(snprintf); in mbedtls_init()
/rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/cpcv5_4/
H A Dmt_cpu_pm.c425 ret = snprintf(name, RECORD_NAME_LEN-1, "mcusys_off"); in mtk_cpu_pm_mcusys_record()
428 ret = snprintf(name, RECORD_NAME_LEN-1, "system_mem"); in mtk_cpu_pm_mcusys_record()
431 ret = snprintf(name, RECORD_NAME_LEN-1, "system_pll"); in mtk_cpu_pm_mcusys_record()
434 ret = snprintf(name, RECORD_NAME_LEN-1, "system_bus"); in mtk_cpu_pm_mcusys_record()
437 ret = snprintf(name, RECORD_NAME_LEN-1, "system_vcore"); in mtk_cpu_pm_mcusys_record()
440 ret = snprintf(name, RECORD_NAME_LEN-1, "suspend"); in mtk_cpu_pm_mcusys_record()
443 ret = snprintf(name, RECORD_NAME_LEN-1, "Unknown_State"); in mtk_cpu_pm_mcusys_record()
/rk3399_ARM-atf/lib/libc/
H A Dlibc_common.mk21 snprintf.c \
H A Dsnprintf.c265 int snprintf(char *s, size_t n, const char *fmt, ...) in snprintf() function
/rk3399_ARM-atf/tools/fiptool/
H A Dfiptool.c94 snprintf(buf, sizeof(buf), "%s: %s", msg, strerror(errno)); in log_err()
260 snprintf(s, len, in uuid_to_str()
378 snprintf(filename, sizeof(filename), "%s%s", in parse_fip()
694 snprintf(filename, len, "%s", p); in parse_blob_opt()
866 snprintf(outfile, sizeof(outfile), "%s", optarg); in update_cmd()
880 snprintf(outfile, sizeof(outfile), "%s", argv[0]); in update_cmd()
981 snprintf(outdir, sizeof(outdir), "%s", optarg); in unpack_cmd()
1010 snprintf(file, sizeof(file), "%s.bin", in unpack_cmd()
1013 snprintf(file, sizeof(file), "%s", in unpack_cmd()
1124 snprintf(outfile, sizeof(outfile), "%s", optarg); in remove_cmd()
[all …]
/rk3399_ARM-atf/drivers/st/regulator/
H A Dregulator_fixed.c66 len = snprintf(d->name, FIXED_NAME_LEN - 1, "%s", reg_name); in fixed_regulator_register()
H A Dregulator_core.c90 len = snprintf(prop_name, MAX_PROPERTY_LEN - 1, "%s-supply", name); in get_supply_phandle()
/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_usb_dfu.c189 snprintf(serial_string, sizeof(serial_string), "%08X%08X%08X", in update_serial_num_string()
260 snprintf(product, sizeof(product), in stm32mp1_product_desc()
H A Dstm32mp1_private.c480 snprintf(name, STM32_SOC_NAME_SIZE, in stm32mp_get_soc_name()
/rk3399_ARM-atf/plat/st/stm32mp2/
H A Dstm32mp2_usb_dfu.c161 snprintf(serial_string, sizeof(serial_string), "%08X%08X%08X", in update_serial_num_string()
232 snprintf(product, sizeof(product), in stm32mp2_product_desc()
H A Dstm32mp2_private.c318 snprintf(name, STM32_SOC_NAME_SIZE, in stm32mp_get_soc_name()
/rk3399_ARM-atf/plat/renesas/common/
H A Dbl2_interrupt_error.c77 snprintf(msg, sizeof(msg), " Exception type = %s\n", in bl2_interrupt_error_type()
/rk3399_ARM-atf/plat/nvidia/tegra/lib/debug/
H A Dprofiler.c111 (void)snprintf((char *)cur->tag, len, "%s", str); in boot_profiler_add_record()
/rk3399_ARM-atf/plat/nvidia/tegra/
H A Dplatform.mk80 snprintf.c)
/rk3399_ARM-atf/tools/encrypt_fw/src/
H A Dmain.c66 snprintf(p, rem, "--%s %s", opt->name, in print_help()
/rk3399_ARM-atf/common/
H A Dfdt_fixup.c274 snprintf(snode_name, sizeof(snode_name), "cpu@%x", in fdt_add_cpu()
631 snprintf(eth_alias, sizeof(eth_alias), "ethernet%d", ethernet_idx); in fdt_set_mac_address()
/rk3399_ARM-atf/plat/st/common/
H A Dstm32cubeprogrammer_usb.c37 snprintf((char *)&dfu->buffer[GET_PHASE_LEN], \
H A Dstm32cubeprogrammer_uart.c70 snprintf((char *)&handle.error, sizeof(handle.error), __VA_ARGS__); \
/rk3399_ARM-atf/plat/renesas/rzg/
H A Dbl2_plat_setup.c158 snprintf(nodename, sizeof(nodename), "lossy-decompression@"); in bl2_lossy_gen_fdt()
504 snprintf(nodename, sizeof(nodename), "memory@"); in bl2_add_memory_node()
/rk3399_ARM-atf/tools/cert_create/src/
H A Dmain.c122 snprintf(p, rem, "--%s %s", opt->name, in print_help()

12