Searched refs:boot_on (Results 1 – 12 of 12) sorted by relevance
134 static int max20086_parse_regulators_dt(struct max20086 *chip, bool *boot_on) in max20086_parse_regulators_dt() argument162 *boot_on = false; in max20086_parse_regulators_dt()173 reg->init_data->constraints.boot_on) in max20086_parse_regulators_dt()174 *boot_on = true; in max20086_parse_regulators_dt()223 bool boot_on; in max20086_i2c_probe() local242 ret = max20086_parse_regulators_dt(chip, &boot_on); in max20086_i2c_probe()266 flags = boot_on ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; in max20086_i2c_probe()
377 int boot_on, i, id, ret = -EINVAL; in max8660_probe() local434 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()
55 .boot_on = 1,74 .boot_on = 1,
330 if (!init_data->constraints.boot_on || drvdata->enb_gpio) in pwm_regulator_init_boot_on()392 if (init_data->constraints.boot_on || init_data->constraints.always_on) in pwm_regulator_probe()
283 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()
210 if (pdata->reg_data->constraints.boot_on) in max8952_pmic_probe()
195 if (init_data->constraints.boot_on) in of_get_fixed_voltage_config()
151 if (config->init_data->constraints.boot_on) in of_get_gpio_regulator_config()
710 ridata->constraints.boot_on)) in max8973_probe()
131 constraints->boot_on = of_property_read_bool(np, "regulator-boot-on"); in of_get_regulation_constraints()
1793 !rdev->constraints->boot_on)) { in bd718xx_probe()
1620 if (rdev->constraints->always_on || rdev->constraints->boot_on) { in set_machine_constraints()1808 c->boot_on, in constraint_flags_read_file()5917 rdev->constraints->boot_on)) { in regulator_register()
Completed in 44 milliseconds