Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/extres/regulator/
HDregulator.h56 bool boot_on; /* Is enabled on boot */ member
HDregulator.c446 CTLFLAG_RD, (uint8_t *) &regnode->std_param.boot_on, 0, in regnode_create()
840 if (regnode->std_param.boot_on != true && in regnode_set_constraint()
1183 par->boot_on = true; in regulator_parse_ofw_stdparam()
HDregulator_fixed.c164 if (sc->param->boot_on || sc->param->always_on) { in regnode_fixed_init()