Searched refs:clknode_stop (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/extres/clk/
H A Dclk.h120 int clknode_stop(struct clknode *clknode, int depth);
H A Dclk.c1076 clknode_stop(struct clknode *clknode, int depth) function
1101 rv = clknode_stop(clknode->parent, depth + 1);
1266 rv = clknode_stop(clknode, 0);

Completed in 163 milliseconds