/linux-6.12.1/arch/arm/mach-s3c/ |
D | mach-crag6410.c | 341 .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.12.1/drivers/net/ |
D | nlmon.c | 46 static u32 always_on(struct net_device *dev) in always_on() function 52 .get_link = always_on,
|
D | vsockmon.c | 73 static u32 always_on(struct net_device *dev) in always_on() function 79 .get_link = always_on,
|
D | loopback.c | 132 static u32 always_on(struct net_device *dev) in always_on() function 138 .get_link = always_on,
|
/linux-6.12.1/drivers/regulator/ |
D | dummy.c | 26 .always_on = 1,
|
D | fixed-helper.c | 51 data->init_data.constraints.always_on = 1; in regulator_register_always_on()
|
D | internal.h | 48 unsigned int always_on:1; member
|
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()
|
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()
|
D | core.c | 1586 rdev->constraints->always_on = in set_machine_constraints() 1587 rdev->supply->rdev->constraints->always_on; in set_machine_constraints() 1589 rdev->constraints->always_on = true; in set_machine_constraints() 1595 if (rdev->constraints->always_on || rdev->constraints->boot_on) { in set_machine_constraints() 1607 (rdev->constraints->always_on || in set_machine_constraints() 1623 if (rdev->constraints->always_on) in set_machine_constraints() 1779 c->always_on, in constraint_flags_read_file() 1882 regulator->always_on = true; in create_regulator() 2998 (rdev->constraints && !rdev->constraints->always_on)) { in _regulator_disable() 3269 if (regulator->always_on) in regulator_is_enabled() [all …]
|
D | max20086-regulator.c | 167 if (reg->init_data->constraints.always_on || in max20086_parse_regulators_dt()
|
D | ab8500-ext.c | 56 .always_on = 1,
|
D | pwm-regulator.c | 392 if (init_data->constraints.boot_on || init_data->constraints.always_on) in pwm_regulator_probe()
|
D | twl-regulator.c | 617 c->always_on = true; in twlreg_probe()
|
D | ti-abb-regulator.c | 848 c->always_on = true; in ti_abb_probe()
|
/linux-6.12.1/include/linux/regulator/ |
D | machine.h | 228 unsigned always_on:1; /* regulator never off when system is on */ member
|
/linux-6.12.1/drivers/platform/x86/intel/int3472/ |
D | tps68470_board_data.c | 83 .always_on = true,
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_display_power_well.h | 99 u16 always_on:1; member
|
D | intel_dpll_mgr.h | 336 bool always_on; member
|
D | intel_display_power_map.c | 58 .always_on = true, 365 .always_on = true, 379 .always_on = true, 724 .always_on = true,
|
/linux-6.12.1/drivers/mmc/host/ |
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,
|
/linux-6.12.1/drivers/clk/renesas/ |
D | rzg2l-cpg.c | 1683 static int __init rzg2l_cpg_pd_setup(struct rzg2l_cpg_pd *pd, bool always_on) in rzg2l_cpg_pd_setup() argument 1690 if (always_on) { in rzg2l_cpg_pd_setup() 1699 return pm_genpd_init(&pd->genpd, governor, !always_on); in rzg2l_cpg_pd_setup() 1780 bool always_on = !!(info->pm_domains[i].flags & RZG2L_PD_F_ALWAYS_ON); in rzg2l_cpg_add_pm_domains() local 1792 ret = rzg2l_cpg_pd_setup(pd, always_on); in rzg2l_cpg_add_pm_domains() 1796 if (always_on) { in rzg2l_cpg_add_pm_domains()
|
/linux-6.12.1/include/ufs/ |
D | ufs.h | 543 bool always_on; member
|
/linux-6.12.1/arch/arm/mach-sa1100/ |
D | generic.c | 329 id->constraints.always_on = 1; in sa11x0_register_fixed_regulator()
|
/linux-6.12.1/drivers/clk/ |
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()
|