Home
last modified time | relevance | path

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

/freebsd/sys/dev/regulator/
H A Dregulator_fixed.c60 bool always_on; member
164 if (sc->param->boot_on || sc->param->always_on) { in regnode_fixed_init()
212 if (sc->gpio_entry->always_on && !enable) in regnode_fixed_enable()
243 if (sc->gpio_entry->always_on) in regnode_fixed_stop()
322 sc->gpio_entry->always_on |= sc->param->always_on; in regnode_fixed_register()
H A Dregulator.c203 if (!entry->std_param.always_on) { in regulator_shutdown()
451 CTLFLAG_RD, (uint8_t *)&regnode->std_param.always_on, 0, in regnode_create()
661 !regnode->std_param.always_on) { in regnode_disable()
841 regnode->std_param.always_on != true) in regnode_set_constraint()
1186 par->always_on = true; in regulator_parse_ofw_stdparam()
H A Dregulator.h58 bool always_on; /* Must be enabled */ member