Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-stm32mp1/drivers/
H A Dstm32mp1_pmic.c83 static void priv_dt_properties(const void *fdt, int regu_node, in priv_dt_properties() argument
86 const char *name = fdt_get_name(fdt, regu_node, NULL); in priv_dt_properties()
93 if (fdt_getprop(fdt, regu_node, "st,mask-reset", NULL)) in priv_dt_properties()
151 int regu_node, const char *lp_state) in dt_get_regu_low_power_config() argument
183 regu_state_node = fdt_subnode_offset(fdt, regu_node, lp_state); in dt_get_regu_low_power_config()
537 const char *regu_name, int regu_node, in register_pmic_regulator() argument
559 priv_dt_properties(fdt, regu_node, pmic_regu_cfg + i); in register_pmic_regulator()
570 res = regulator_dt_register(fdt, regu_node, regulators_node, &desc); in register_pmic_regulator()
580 int regu_node = 0; in parse_regulator_fdt_nodes() local
586 fdt_for_each_subnode(regu_node, fdt, regulators_node) { in parse_regulator_fdt_nodes()
[all …]