Home
last modified time | relevance | path

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

/drivers/net/
Dloopback.c129 static u32 always_on(struct net_device *dev) in always_on() function
135 .get_link = always_on,
/drivers/regulator/
Dfixed-helper.c49 data->init_data.constraints.always_on = 1; in regulator_register_always_on()
Dtps65090-regulator.c116 if (tps_pdata->reg_init_data->constraints.always_on || in tps65090_regulator_disable_ext_control()
134 if (tps_pdata->reg_init_data->constraints.always_on || in tps65090_configure_regulator_config()
Dcore.c93 unsigned int always_on:1; member
978 if ((rdev->constraints->always_on || rdev->constraints->boot_on) && in set_machine_constraints()
1171 regulator->always_on = true; in create_regulator()
1676 if (regulator->always_on) in regulator_enable()
1732 (rdev->constraints && !rdev->constraints->always_on)) { in _regulator_disable()
1774 if (regulator->always_on) in regulator_disable()
1885 if (regulator->always_on) in regulator_disable_deferred()
2004 if (regulator->always_on) in regulator_is_enabled()
3212 if (consumers[i].consumer->always_on) in regulator_bulk_enable()
3795 if ((rdev->use_count > 0 || rdev->constraints->always_on) && in regulator_suspend_finish()
[all …]
Dof_regulator.c60 constraints->always_on = true; in of_get_regulation_constraints()
Dtwl-regulator.c1159 c->always_on = true; in twlreg_probe()
/drivers/mfd/
Ddb8500-prcmu.c2866 .always_on = true,