Home
last modified time | relevance | path

Searched refs:min_uamp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/regulator/
H A Dregulator.c421 CTLFLAG_RD, &regnode->std_param.min_uamp, 0, in regnode_create()
1162 rv = OF_getencprop(node, "regulator-min-microamp", &par->min_uamp, in regulator_parse_ofw_stdparam()
1163 sizeof(par->min_uamp)); in regulator_parse_ofw_stdparam()
1165 par->min_uamp = 0; in regulator_parse_ofw_stdparam()
H A Dregulator.h53 int min_uamp; /* In uA */ member