1CLK_UNPREPARE(9) Clock Framework CLK_UNPREPARE(9)
23
4
NAME
6clk_unprepare - undo preparation of a clock source
7
SYNOPSIS
9void clk_unprepare(struct clk * clk);
10
ARGUMENTS
12clk
13clock source
14
DESCRIPTION
16This undoes a previously prepared clock. The caller must balance the
17number of prepare and unprepare calls.
1819
Must not be called from within atomic context.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 CLK_UNPREPARE(9)