Home
last modified time | relevance | path

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

/src/sys/dev/clk/
H A Dclk.h121 int clknode_stop(struct clknode *clknode, int depth);
H A Dclk.c1130 clknode_stop(struct clknode *clknode, int depth) in clknode_stop() function
1155 rv = clknode_stop(clknode->parent, depth + 1); in clknode_stop()
1320 rv = clknode_stop(clknode, 0); in clk_stop()