| /OK3568_Linux_fs/kernel/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 | max8952.c | 211 if (pdata->reg_data->constraints.boot_on) in max8952_pmic_probe()
|
| H A D | pwm-regulator.c | 380 if (init_data->constraints.boot_on || init_data->constraints.always_on) in pwm_regulator_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 | 72 constraints->boot_on = of_property_read_bool(np, "regulator-boot-on"); in of_get_regulation_constraints()
|
| H A D | max8973-regulator.c | 757 ridata->constraints.boot_on)) in max8973_probe()
|
| H A D | bd718x7-regulator.c | 1537 !rdev->constraints->boot_on)) { in bd718xx_probe()
|
| H A D | core.c | 1430 if (rdev->constraints->always_on || rdev->constraints->boot_on) { in set_machine_constraints() 1602 c->boot_on, in constraint_flags_read_file()
|
| /OK3568_Linux_fs/kernel/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,
|
| /OK3568_Linux_fs/u-boot/drivers/cpu/ |
| H A D | rockchip_amp.c | 242 int boot_on; in brought_up_amp() local 254 boot_on = fit_get_u32_default(fit, noffset, "boot-on", 1); in brought_up_amp() 321 boot_on = 0; in brought_up_amp() 326 if (!boot_on) in brought_up_amp()
|
| /OK3568_Linux_fs/u-boot/drivers/power/regulator/ |
| H A D | regulator-uclass.c | 274 if (!uc_pdata->always_on && !uc_pdata->boot_on) in regulator_autoset() 315 (uc_pdata->always_on || uc_pdata->boot_on) ? in regulator_show() 442 uc_pdata->boot_on = dev_read_bool(dev, "regulator-boot-on"); in regulator_pre_probe() 470 dev->name, uc_pdata->min_uV, uc_pdata->max_uV, uc_pdata->boot_on, in regulator_pre_probe()
|
| /OK3568_Linux_fs/kernel/include/linux/regulator/ |
| H A D | machine.h | 190 unsigned boot_on:1; /* bootloader/firmware enabled regulator */ member
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | regulator.c | 171 constraint(" - boot on:", uc_pdata->boot_on, in do_info() 172 uc_pdata->boot_on ? "true" : "false"); in do_info()
|
| /OK3568_Linux_fs/u-boot/include/power/ |
| H A D | regulator.h | 175 bool boot_on; member
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-mmp/ |
| H A D | jasper.c | 114 .boot_on = 1,
|
| H A D | brownstone.c | 120 .boot_on = 1,
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap1/ |
| H A D | board-ams-delta.c | 259 .boot_on = 1,
|