/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | max20086-regulator.c | 133 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 D | max8660.c | 377 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 D | ab8500-ext.c | 55 .boot_on = 1, 74 .boot_on = 1,
|
H A D | tps65090-regulator.c | 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()
|
H A D | fixed.c | 147 if (init_data->constraints.boot_on) in of_get_fixed_voltage_config()
|
H A D | pwm-regulator.c | 362 if (init_data->constraints.boot_on || init_data->constraints.always_on) in pwm_regulator_probe()
|
H A D | max8952.c | 210 if (pdata->reg_data->constraints.boot_on) in max8952_pmic_probe()
|
H A D | gpio-regulator.c | 151 if (config->init_data->constraints.boot_on) in of_get_gpio_regulator_config()
|
H A D | of_regulator.c | 128 constraints->boot_on = of_property_read_bool(np, "regulator-boot-on"); in of_get_regulation_constraints()
|
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | max8660.c | 377 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 D | ab8500-ext.c | 314 .boot_on = 1, /* display is on at boot */ 441 .boot_on = 1, 460 .boot_on = 1,
|
H A D | tps65090-regulator.c | 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()
|
H A D | fixed.c | 114 if (init_data->constraints.boot_on) in of_get_fixed_voltage_config()
|
H A D | gpio-regulator.c | 151 if (config->init_data->constraints.boot_on) in of_get_gpio_regulator_config()
|
H A D | max8952.c | 211 if (pdata->reg_data->constraints.boot_on) in max8952_pmic_probe()
|
H A D | pwm-regulator.c | 365 if (init_data->constraints.boot_on || init_data->constraints.always_on) in pwm_regulator_probe()
|
H A D | of_regulator.c | 72 constraints->boot_on = of_property_read_bool(np, "regulator-boot-on"); in of_get_regulation_constraints()
|
/kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
H A D | board-mityomapl138.c | 267 .boot_on = 1, 278 .boot_on = 1, 289 .boot_on = 1, 300 .boot_on = 1, 312 .boot_on = 1,
|
H A D | board-da850-evm.c | 977 .boot_on = 1, 990 .boot_on = 1, 1005 .boot_on = 1, 1019 .boot_on = 1, 1032 .boot_on = 1,
|
/kernel/linux/linux-5.10/include/linux/regulator/ |
H A D | machine.h | 109 * @boot_on: Set if the regulator is enabled when the system is initially 190 unsigned boot_on:1; /* bootloader/firmware enabled regulator */ member
|
/kernel/linux/linux-6.6/include/linux/regulator/ |
H A D | machine.h | 122 * @boot_on: Set if the regulator is enabled when the system is initially 212 unsigned boot_on:1; /* bootloader/firmware enabled regulator */ member
|
/kernel/linux/linux-5.10/arch/arm/mach-mmp/ |
H A D | jasper.c | 114 .boot_on = 1,
|
H A D | brownstone.c | 120 .boot_on = 1,
|
/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | board-ams-delta.c | 257 .boot_on = 1,
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | board-ams-delta.c | 259 .boot_on = 1,
|