Home
last modified time | relevance | path

Searched refs:always_on (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.15/arch/arm/mach-s3c/
H A Dmach-crag6410.c341 .always_on = 1,
408 .always_on = 1,
426 .always_on = 1,
437 .always_on = 1,
444 .always_on = 1,
457 .always_on = 1,
467 .always_on = 1,
475 .always_on = 1,
483 .always_on = 1,
491 .always_on = 1,
[all …]
/linux-6.15/drivers/net/
H A Dnlmon.c46 static u32 always_on(struct net_device *dev) in always_on() function
52 .get_link = always_on,
H A Dvsockmon.c73 static u32 always_on(struct net_device *dev) in always_on() function
79 .get_link = always_on,
H A Dloopback.c133 static u32 always_on(struct net_device *dev) in always_on() function
139 .get_link = always_on,
/linux-6.15/drivers/regulator/
H A Ddummy.c26 .always_on = 1,
H A Dfixed-helper.c51 data->init_data.constraints.always_on = 1; in regulator_register_always_on()
H A Dinternal.h48 unsigned int always_on:1; member
H A Dtps65090-regulator.c282 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 Dcore.c1611 rdev->constraints->always_on = in set_machine_constraints()
1612 rdev->supply->rdev->constraints->always_on; in set_machine_constraints()
1614 rdev->constraints->always_on = true; in set_machine_constraints()
1632 (rdev->constraints->always_on || in set_machine_constraints()
1648 if (rdev->constraints->always_on) in set_machine_constraints()
1807 c->always_on, in constraint_flags_read_file()
1915 regulator->always_on = true; in create_regulator()
3295 if (regulator->always_on) in regulator_is_enabled()
5699 if (!rdev->constraints->always_on) { in generic_coupler_attach()
5874 (rdev->constraints->always_on || in regulator_register()
[all …]
H A Dmax20086-regulator.c172 if (reg->init_data->constraints.always_on || in max20086_parse_regulators_dt()
H A Dof_regulator.c132 constraints->always_on = of_property_read_bool(np, "regulator-always-on"); in of_get_regulation_constraints()
133 if (!constraints->always_on) /* status change should be possible. */ in of_get_regulation_constraints()
H A Dab8500-ext.c56 .always_on = 1,
H A Dpwm-regulator.c392 if (init_data->constraints.boot_on || init_data->constraints.always_on) in pwm_regulator_probe()
H A Dtwl-regulator.c617 c->always_on = true; in twlreg_probe()
H A Dmax8973-regulator.c709 if (ridata && (ridata->constraints.always_on || in max8973_probe()
/linux-6.15/include/linux/regulator/
H A Dmachine.h230 unsigned always_on:1; /* regulator never off when system is on */ member
/linux-6.15/drivers/platform/x86/intel/int3472/
H A Dtps68470_board_data.c83 .always_on = true,
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_display_power_well.h99 u16 always_on:1; member
H A Dintel_dpll_mgr.h335 bool always_on; member
H A Dintel_display_power_map.c58 .always_on = true,
365 .always_on = true,
379 .always_on = true,
724 .always_on = true,
/linux-6.15/drivers/mmc/host/
H A Dmeson-gx-mmc.c53 #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,
/linux-6.15/include/ufs/
H A Dufs.h545 bool always_on; member
/linux-6.15/arch/arm/mach-sa1100/
H A Dgeneric.c329 id->constraints.always_on = 1; in sa11x0_register_fixed_regulator()
/linux-6.15/drivers/clk/
H A Dclk-si5341.c93 bool always_on; member
1345 config[num].always_on = in si5341_dt_parse_dt()
1750 if (config[i].always_on) in si5341_probe()
/linux-6.15/drivers/clk/renesas/
H A Drzg2l-cpg.c1693 bool always_on = !!(pd->genpd.flags & GENPD_FLAG_ALWAYS_ON); in rzg2l_cpg_pd_setup() local
1697 if (always_on) in rzg2l_cpg_pd_setup()
1708 ret = pm_genpd_init(&pd->genpd, governor, !always_on); in rzg2l_cpg_pd_setup()
1712 if (always_on) in rzg2l_cpg_pd_setup()

12