Home
last modified time | relevance | path

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

/freebsd/sys/dev/regulator/
H A Dregulator.h114 int regnode_stop(struct regnode *regnode, int depth);
H A Dregulator.c209 ret = regnode_stop(entry, 0); in regulator_shutdown()
684 regnode_stop(struct regnode *regnode, int depth) in regnode_stop() function
714 rv = regnode_stop(regnode->parent, depth + 1); in regnode_stop()
973 rv = regnode_stop(regnode, 0); in regulator_stop()
H A Dregulator_fixed.c84 REGNODEMETHOD(regnode_stop, regnode_fixed_stop),