Home
last modified time | relevance | path

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

/freebsd/sys/dev/regulator/
H A Dregulator.h57 bool boot_on; /* Is enabled on boot */ member
H A Dregulator.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()
H A Dregulator_fixed.c164 if (sc->param->boot_on || sc->param->always_on) { in regnode_fixed_init()