1CLK_PUT(9) Clock Framework CLK_PUT(9)
23
4
NAME
6clk_put - "free" the clock source
7
SYNOPSIS
9void clk_put(struct clk * clk);
10
ARGUMENTS
12clk
13clock source
14
NOTE
16drivers must ensure that all clk_enable calls made on this clock source
17are balanced by clk_disable calls prior to calling this function.
1819
clk_put should not be called from within interrupt context.
20
COPYRIGHT
22Kernel Hackers Manual 2.6. June 2019 CLK_PUT(9)