table of contents
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¶
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¶
June 2024 | Kernel Hackers Manual 3.10 |