Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dmax20086-regulator.c133 static int max20086_parse_regulators_dt(struct max20086 *chip, bool *boot_on) in max20086_parse_regulators_dt() argument
157 *boot_on = false; in max20086_parse_regulators_dt()
168 reg->init_data->constraints.boot_on) in max20086_parse_regulators_dt()
169 *boot_on = true; in max20086_parse_regulators_dt()
218 bool boot_on; in max20086_i2c_probe() local
237 ret = max20086_parse_regulators_dt(chip, &boot_on); in max20086_i2c_probe()
261 flags = boot_on ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; in max20086_i2c_probe()
H A Dmax8660.c377 int boot_on, i, id, ret = -EINVAL; in max8660_probe() local
434 boot_on = false; in max8660_probe()
436 boot_on = pdata->subdevs[i].platform_data->constraints.boot_on; in max8660_probe()
440 if (boot_on) in max8660_probe()
445 if (boot_on) in max8660_probe()
453 if (boot_on) in max8660_probe()
463 if (boot_on) in max8660_probe()
H A Dab8500-ext.c55 .boot_on = 1,
74 .boot_on = 1,
H A Dtps65090-regulator.c283 tps_pdata->reg_init_data->constraints.boot_on) { in tps65090_regulator_disable_ext_control()
367 ri_data->constraints.boot_on) in tps65090_parse_dt_reg_data()
H A Dfixed.c147 if (init_data->constraints.boot_on) in of_get_fixed_voltage_config()
H A Dmax8952.c210 if (pdata->reg_data->constraints.boot_on) in max8952_pmic_probe()
H A Dgpio-regulator.c151 if (config->init_data->constraints.boot_on) in of_get_gpio_regulator_config()
H A Dpwm-regulator.c362 if (init_data->constraints.boot_on || init_data->constraints.always_on) in pwm_regulator_probe()
H A Dof_regulator.c128 constraints->boot_on = of_property_read_bool(np, "regulator-boot-on"); in of_get_regulation_constraints()
H A Dmax8973-regulator.c725 ridata->constraints.boot_on)) in max8973_probe()
H A Dbd718x7-regulator.c1799 !rdev->constraints->boot_on)) { in bd718xx_probe()
H A Dcore.c1655 if (rdev->constraints->always_on || rdev->constraints->boot_on) { in set_machine_constraints()
1836 c->boot_on, in constraint_flags_read_file()
5637 rdev->constraints->boot_on)) { in regulator_register()
/openbmc/linux/include/linux/regulator/
H A Dmachine.h212 unsigned boot_on:1; /* bootloader/firmware enabled regulator */ member
/openbmc/u-boot/include/power/
H A Dregulator.h175 bool boot_on; member
/openbmc/u-boot/cmd/
H A Dregulator.c170 constraint(" - boot on:", uc_pdata->boot_on, in do_info()
171 uc_pdata->boot_on ? "true" : "false"); in do_info()
/openbmc/u-boot/drivers/power/regulator/
H A Dregulator-uclass.c238 if (!uc_pdata->always_on && !uc_pdata->boot_on) in regulator_autoset()
378 uc_pdata->boot_on = dev_read_bool(dev, "regulator-boot-on"); in regulator_pre_probe()
/openbmc/linux/arch/arm/mach-omap1/
H A Dboard-ams-delta.c257 .boot_on = 1,