Home
last modified time | relevance | path

Searched refs:strdup (Results 1 – 14 of 14) sorted by relevance

/optee_os/lib/libutils/isoc/
H A Dstrdup.c8 char *strdup(const char *s) in strdup() function
H A Dsub.mk18 srcs-y += strdup.c
/optee_os/lib/libutils/isoc/include/
H A Dstring.h26 char *strdup(const char *s);
/optee_os/core/lib/scmi-server/
H A Dscmi_reset_consumer.c113 s_resets[n].domain_name = strdup(s_resets[n].domain_name); in optee_scmi_server_init_resets()
H A Dscmi_clock_consumer.c213 s_clocks[n].domain_name = strdup(s_clocks[n].domain_name); in optee_scmi_server_init_clocks()
H A Dscmi_server_scpfw.c269 agent_cfg->name = (const char *)strdup(agent_ctx->dt_name); in optee_scmi_server_probe()
/optee_os/core/drivers/regulator/
H A Dregulator_dt.c286 regulator->name = strdup(name); in parse_dt()
364 name = strdup(desc->name); in regulator_dt_register()
H A Dstm32_vrefbuf.c342 regu_name = strdup(fdt_get_name(fdt, node, NULL)); in stm32_vrefbuf_regulator_probe()
/optee_os/core/kernel/
H A Dpm.c48 name = strdup(name); in register_pm_cb()
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dplat_tzc400.c432 tzc_dev->pdata.name = strdup(fdt_get_name(fdt, node, NULL)); in stm32mp_tzc_parse_fdt()
/optee_os/core/arch/arm/plat-stm32mp1/drivers/
H A Dstm32mp1_pmic.c89 priv->regu_name = strdup(name); in priv_dt_properties()
/optee_os/core/drivers/firewall/
H A Dstm32_etzpc.c842 etzpc_device->pdata.name = strdup(fdt_get_name(fdt, node, &len)); in init_etzpc_from_dt()
/optee_os/core/drivers/
H A Dstm32_exti.c756 exti->chip.name = strdup(fdt_get_name(fdt, node, NULL)); in stm32_exti_probe()
H A Dstm32_gpio.c1294 name = strdup(bank_name); in stm32_gpio_firewall_register()