Searched refs:always_on (Results 1 – 17 of 17) sorted by relevance
/drivers/net/ |
D | nlmon.c | 91 static u32 always_on(struct net_device *dev) in always_on() function 97 .get_link = always_on,
|
D | vsockmon.c | 122 static u32 always_on(struct net_device *dev) in always_on() function 128 .get_link = always_on,
|
D | loopback.c | 128 static u32 always_on(struct net_device *dev) in always_on() function 146 .get_link = always_on,
|
/drivers/regulator/ |
D | internal.h | 27 unsigned int always_on:1; member
|
D | dummy.c | 30 .always_on = 1,
|
D | fixed-helper.c | 50 data->init_data.constraints.always_on = 1; in regulator_register_always_on()
|
D | of_regulator.c | 70 constraints->always_on = of_property_read_bool(np, "regulator-always-on"); in of_get_regulation_constraints() 71 if (!constraints->always_on) /* status change should be possible. */ in of_get_regulation_constraints()
|
D | tps65090-regulator.c | 292 if (tps_pdata->reg_init_data->constraints.always_on || in tps65090_regulator_disable_ext_control() 310 if (tps_pdata->reg_init_data->constraints.always_on || in tps65090_configure_regulator_config()
|
D | core.c | 1094 if (rdev->constraints->always_on || rdev->constraints->boot_on) { in set_machine_constraints() 1283 c->always_on, in constraint_flags_read_file() 1374 regulator->always_on = true; in create_regulator() 2205 if (regulator->always_on) in regulator_enable() 2269 (rdev->constraints && !rdev->constraints->always_on)) { in _regulator_disable() 2319 if (regulator->always_on) in regulator_disable() 2442 if (regulator->always_on) in regulator_disable_deferred() 2521 if (regulator->always_on) in regulator_is_enabled() 3631 if (consumers[i].consumer->always_on) in regulator_bulk_enable() 4214 if (rdev->use_count > 0 || rdev->constraints->always_on) { in _regulator_suspend_finish() [all …]
|
D | pwm-regulator.c | 371 if (init_data->constraints.boot_on || init_data->constraints.always_on) in pwm_regulator_probe()
|
D | twl-regulator.c | 616 c->always_on = true; in twlreg_probe()
|
D | ab8500-ext.c | 443 .always_on = 1,
|
D | ti-abb-regulator.c | 857 c->always_on = true; in ti_abb_probe()
|
D | max8973-regulator.c | 762 if (ridata && (ridata->constraints.always_on || in max8973_probe()
|
/drivers/gpu/drm/i915/ |
D | intel_runtime_pm.c | 196 if (power_well->always_on) in __intel_display_power_is_enabled() 1873 .always_on = 1, 1890 .always_on = 1, 1927 .always_on = 1, 1946 .always_on = 1, 1987 .always_on = 1, 2045 .always_on = 1, 2090 .always_on = 1, 2158 .always_on = 1, 2212 .always_on = 1, [all …]
|
D | i915_drv.h | 1395 bool always_on; member
|
/drivers/mfd/ |
D | db8500-prcmu.c | 2824 .always_on = true,
|