other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
CLK_PUT(9) | Clock Framework | CLK_PUT(9) |
NAME¶
clk_put - "free" the clock sourceSYNOPSIS¶
void
clk_put(struct clk * clk);
ARGUMENTS¶
clkclock source
NOTE¶
drivers must ensure that all clk_enable calls made on this clock source are balanced by clk_disable calls prior to calling this function. clk_put should not be called from within interrupt context.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |