Searched refs:always_on (Results 1 - 4 of 4) sorted by relevance

/drivers/net/
H A Dloopback.c125 static u32 always_on(struct net_device *dev) function
131 .get_link = always_on,
/drivers/regulator/
H A Dof_regulator.c59 constraints->always_on = true;
H A Dcore.c954 if ((rdev->constraints->always_on || rdev->constraints->boot_on) &&
1508 (rdev->constraints && !rdev->constraints->always_on)) {
2970 if ((rdev->use_count > 0 || rdev->constraints->always_on) &&
2999 * regulators which have a zero use count and don't have an always_on
3160 * which are not in use or always_on. This will become the
3167 if (!ops->disable || (c && c->always_on))
H A Dtwl-regulator.c1088 c->always_on = true;

Completed in 156 milliseconds