Searched refs:regu_name (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/arch/arm/plat-stm32mp1/drivers/ |
| H A D | stm32mp1_pmic.c | 55 char *regu_name; member 89 priv->regu_name = strdup(name); in priv_dt_properties() 90 if (!priv->regu_name) in priv_dt_properties() 150 static void dt_get_regu_low_power_config(const void *fdt, const char *regu_name, in dt_get_regu_low_power_config() argument 169 if (stpmic1_regu_has_lp_cfg(regu_name)) { in dt_get_regu_low_power_config() 170 if (stpmic1_lp_cfg(regu_name, ®u_cfg->cfg)) { in dt_get_regu_low_power_config() 171 DMSG("Cannot setup low power for regu %s", regu_name); in dt_get_regu_low_power_config() 200 if (stpmic1_lp_voltage_cfg(regu_name, mv, ®u_cfg->cfg)) { in dt_get_regu_low_power_config() 201 DMSG("Cannot set voltage for %s", regu_name); in dt_get_regu_low_power_config() 298 ret = stpmic1_regulator_enable(priv->regu_name); in pmic_set_state() [all …]
|
| /optee_os/core/drivers/regulator/ |
| H A D | regulator_fixed.c | 132 char *regu_name = NULL; in fixed_regulator_probe() local 134 regu_name = (char *)fdt_get_name(fdt, node, NULL); in fixed_regulator_probe() 139 regu_name, type); in fixed_regulator_probe() 155 .name = regu_name, in fixed_regulator_probe() 163 EMSG("Can't register regulator %s: %#"PRIx32, regu_name, res); in fixed_regulator_probe()
|
| H A D | regulator_gpio.c | 247 char *regu_name = NULL; in regulator_gpio_probe() local 249 regu_name = (char *)fdt_get_name(fdt, node, NULL); in regulator_gpio_probe() 254 regu_name, type); in regulator_gpio_probe() 277 .name = regu_name, in regulator_gpio_probe() 285 EMSG("Can't register regulator %s: %#"PRIx32, regu_name, res); in regulator_gpio_probe()
|
| H A D | stm32_vrefbuf.c | 325 char *regu_name = NULL; in stm32_vrefbuf_regulator_probe() local 342 regu_name = strdup(fdt_get_name(fdt, node, NULL)); in stm32_vrefbuf_regulator_probe() 343 if (!regu_name) in stm32_vrefbuf_regulator_probe() 356 .name = regu_name, in stm32_vrefbuf_regulator_probe()
|