Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/regulator/
Dmax20086-regulator.c134 static int max20086_parse_regulators_dt(struct max20086 *chip, bool *boot_on) in max20086_parse_regulators_dt() argument
158 *boot_on = false; in max20086_parse_regulators_dt()
169 reg->init_data->constraints.boot_on) in max20086_parse_regulators_dt()
170 *boot_on = true; in max20086_parse_regulators_dt()
219 bool boot_on; in max20086_i2c_probe() local
238 ret = max20086_parse_regulators_dt(chip, &boot_on); in max20086_i2c_probe()
262 flags = boot_on ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; in max20086_i2c_probe()
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()
Dab8500-ext.c55 .boot_on = 1,
74 .boot_on = 1,
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()
Dfixed.c148 if (init_data->constraints.boot_on) in of_get_fixed_voltage_config()
Dmax8952.c211 if (pdata->reg_data->constraints.boot_on) in max8952_pmic_probe()
Dgpio-regulator.c151 if (config->init_data->constraints.boot_on) in of_get_gpio_regulator_config()
Dpwm-regulator.c359 if (init_data->constraints.boot_on || init_data->constraints.always_on) in pwm_regulator_probe()
Dof_regulator.c128 constraints->boot_on = of_property_read_bool(np, "regulator-boot-on"); in of_get_regulation_constraints()
Dmax8973-regulator.c725 ridata->constraints.boot_on)) in max8973_probe()
Dbd718x7-regulator.c1809 !rdev->constraints->boot_on)) { in bd718xx_probe()
Dcore.c1592 if (rdev->constraints->always_on || rdev->constraints->boot_on) { in set_machine_constraints()
1771 c->boot_on, in constraint_flags_read_file()
5557 rdev->constraints->boot_on)) { in regulator_register()
/linux-6.1.9/arch/arm/mach-davinci/
Dboard-mityomapl138.c270 .boot_on = 1,
281 .boot_on = 1,
292 .boot_on = 1,
303 .boot_on = 1,
315 .boot_on = 1,
Dboard-da850-evm.c970 .boot_on = 1,
983 .boot_on = 1,
998 .boot_on = 1,
1012 .boot_on = 1,
1025 .boot_on = 1,
/linux-6.1.9/include/linux/regulator/
Dmachine.h212 unsigned boot_on:1; /* bootloader/firmware enabled regulator */ member
/linux-6.1.9/arch/arm/mach-mmp/
Djasper.c114 .boot_on = 1,
Dbrownstone.c120 .boot_on = 1,
/linux-6.1.9/arch/arm/mach-omap1/
Dboard-ams-delta.c258 .boot_on = 1,