1CLK_PUT(9)                      Clock Framework                     CLK_PUT(9)
2
3
4

NAME

6       clk_put - "free" the clock source
7

SYNOPSIS

9       void clk_put(struct clk * clk);
10

ARGUMENTS

12       clk
13           clock source
14

NOTE

16       drivers must ensure that all clk_enable calls made on this clock source
17       are balanced by clk_disable calls prior to calling this function.
18
19       clk_put should not be called from within interrupt context.
20
22Kernel Hackers Manual 3.10         June 2019                        CLK_PUT(9)
Impressum