/openbmc/linux/arch/arm/mach-s3c/ |
H A D | mach-crag6410.c | 343 .always_on = 1, 410 .always_on = 1, 428 .always_on = 1, 439 .always_on = 1, 446 .always_on = 1, 459 .always_on = 1, 469 .always_on = 1, 477 .always_on = 1, 485 .always_on = 1, 493 .always_on = 1, [all …]
|
/openbmc/linux/drivers/net/ |
H A D | nlmon.c | 65 static u32 always_on(struct net_device *dev) in always_on() function 71 .get_link = always_on,
|
H A D | vsockmon.c | 91 static u32 always_on(struct net_device *dev) in always_on() function 97 .get_link = always_on,
|
H A D | loopback.c | 132 static u32 always_on(struct net_device *dev) in always_on() function 138 .get_link = always_on,
|
/openbmc/u-boot/drivers/power/regulator/ |
H A D | regulator-uclass.c | 141 if (!enable && uc_pdata->always_on) in regulator_set_enable() 238 if (!uc_pdata->always_on && !uc_pdata->boot_on) in regulator_autoset() 377 uc_pdata->always_on = dev_read_bool(dev, "regulator-always-on"); in regulator_pre_probe()
|
/openbmc/linux/drivers/regulator/ |
H A D | dummy.c | 26 .always_on = 1,
|
H A D | fixed-helper.c | 49 data->init_data.constraints.always_on = 1; in regulator_register_always_on()
|
H A D | internal.h | 48 unsigned int always_on:1; member
|
H A D | tps65090-regulator.c | 282 if (tps_pdata->reg_init_data->constraints.always_on || in tps65090_regulator_disable_ext_control() 366 if (ri_data->constraints.always_on || in tps65090_parse_dt_reg_data()
|
H A D | core.c | 1646 rdev->constraints->always_on = in set_machine_constraints() 1647 rdev->supply->rdev->constraints->always_on; in set_machine_constraints() 1649 rdev->constraints->always_on = true; in set_machine_constraints() 1655 if (rdev->constraints->always_on || rdev->constraints->boot_on) { in set_machine_constraints() 1667 (rdev->constraints->always_on || in set_machine_constraints() 1683 if (rdev->constraints->always_on) in set_machine_constraints() 1835 c->always_on, in constraint_flags_read_file() 1938 regulator->always_on = true; in create_regulator() 3010 (rdev->constraints && !rdev->constraints->always_on)) { in _regulator_disable() 3275 if (regulator->always_on) in regulator_is_enabled() [all …]
|
H A D | of_regulator.c | 129 constraints->always_on = of_property_read_bool(np, "regulator-always-on"); in of_get_regulation_constraints() 130 if (!constraints->always_on) /* status change should be possible. */ in of_get_regulation_constraints()
|
H A D | max20086-regulator.c | 167 if (reg->init_data->constraints.always_on || in max20086_parse_regulators_dt()
|
H A D | ab8500-ext.c | 56 .always_on = 1,
|
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 | twl-regulator.c | 617 c->always_on = true; in twlreg_probe()
|
/openbmc/linux/include/linux/regulator/ |
H A D | machine.h | 211 unsigned always_on:1; /* regulator never off when system is on */ member
|
/openbmc/u-boot/include/power/ |
H A D | regulator.h | 174 bool always_on; member
|
/openbmc/u-boot/cmd/ |
H A D | regulator.c | 168 constraint(" - always on:", uc_pdata->always_on, in do_info() 169 uc_pdata->always_on ? "true" : "false"); in do_info()
|
/openbmc/linux/drivers/platform/x86/intel/int3472/ |
H A D | tps68470_board_data.c | 83 .always_on = true,
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display_power_well.h | 99 u16 always_on:1; member
|
H A D | intel_display_power_map.c | 58 .always_on = true, 366 .always_on = true, 380 .always_on = true, 728 .always_on = true,
|
/openbmc/linux/drivers/mmc/host/ |
H A D | meson-gx-mmc.c | 53 #define CLK_ALWAYS_ON(h) (h->data->always_on) 139 unsigned int always_on; member 1312 .always_on = CLK_V2_ALWAYS_ON, 1320 .always_on = CLK_V3_ALWAYS_ON,
|
/openbmc/linux/include/ufs/ |
H A D | ufs.h | 542 bool always_on; member
|
/openbmc/linux/arch/arm/mach-sa1100/ |
H A D | generic.c | 329 id->constraints.always_on = 1; in sa11x0_register_fixed_regulator()
|
/openbmc/linux/drivers/clk/ |
H A D | clk-si5341.c | 93 bool always_on; member 1345 config[num].always_on = in si5341_dt_parse_dt() 1750 if (config[i].always_on) in si5341_probe()
|