Searched refs:boot_on (Results 1 – 17 of 17) sorted by relevance
/linux/drivers/regulator/ |
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()
|
A D | ab8500-ext.c | 55 .boot_on = 1, 74 .boot_on = 1,
|
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()
|
A D | fixed.c | 148 if (init_data->constraints.boot_on) in of_get_fixed_voltage_config()
|
A D | max8952.c | 211 if (pdata->reg_data->constraints.boot_on) in max8952_pmic_probe()
|
A D | gpio-regulator.c | 151 if (config->init_data->constraints.boot_on) in of_get_gpio_regulator_config()
|
A D | pwm-regulator.c | 359 if (init_data->constraints.boot_on || init_data->constraints.always_on) in pwm_regulator_probe()
|
A D | of_regulator.c | 128 constraints->boot_on = of_property_read_bool(np, "regulator-boot-on"); in of_get_regulation_constraints()
|
A D | max8973-regulator.c | 738 ridata->constraints.boot_on)) in max8973_probe()
|
A D | bd718x7-regulator.c | 1830 !rdev->constraints->boot_on)) { in bd718xx_probe()
|
A D | core.c | 1528 if (rdev->constraints->always_on || rdev->constraints->boot_on) { in set_machine_constraints() 1702 c->boot_on, in constraint_flags_read_file()
|
/linux/arch/arm/mach-davinci/ |
A D | board-mityomapl138.c | 271 .boot_on = 1, 282 .boot_on = 1, 293 .boot_on = 1, 304 .boot_on = 1, 316 .boot_on = 1,
|
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,
|
/linux/include/linux/regulator/ |
A D | machine.h | 212 unsigned boot_on:1; /* bootloader/firmware enabled regulator */ member
|
/linux/arch/arm/mach-mmp/ |
A D | jasper.c | 114 .boot_on = 1,
|
A D | brownstone.c | 120 .boot_on = 1,
|
/linux/arch/arm/mach-omap1/ |
A D | board-ams-delta.c | 259 .boot_on = 1,
|
Completed in 37 milliseconds