other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| DEVM_CLK_PUT(9) | Clock Framework | DEVM_CLK_PUT(9) |
NAME¶
devm_clk_put - "free" a managed clock sourceSYNOPSIS¶
void
devm_clk_put(struct device * dev,
struct clk * clk);
ARGUMENTS¶
devdevice used to acuqire the clock
clk
clock source acquired with
devm_clk_get
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 |