Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/extres/regulator/
H A Dregulator.c181 regnode_stop(entry, 0); in regulator_shutdown()
623 regnode_stop(struct regnode *regnode, int depth) in regnode_stop() function
653 rv = regnode_stop(regnode->parent, depth + 1); in regnode_stop()
862 rv = regnode_stop(regnode, 0); in regulator_stop()
H A Dregulator.h115 int regnode_stop(struct regnode *regnode, int depth);
H A Dregulator_fixed.c82 REGNODEMETHOD(regnode_stop, regnode_fixed_stop),