table of contents
other versions
| CLK_UNPREPARE(9) | Clock Framework | CLK_UNPREPARE(9) | 
NAME¶
clk_unprepare - undo preparation of a clock source
SYNOPSIS¶
void clk_unprepare(struct clk * clk);
ARGUMENTS¶
struct clk * clk
clock source
DESCRIPTION¶
This undoes a previously prepared clock. The caller must balance the number of prepare and unprepare calls.
Must not be called from within atomic context.
COPYRIGHT¶
| July 2017 | Kernel Hackers Manual 4.11 |