table of contents
other versions
CLK_PREPARE(9) | Clock Framework | CLK_PREPARE(9) |
NAME¶
clk_prepare - prepare a clock source
SYNOPSIS¶
int clk_prepare(struct clk * clk);
ARGUMENTS¶
struct clk * clk
clock source
DESCRIPTION¶
This prepares the clock source for use.
Must not be called from within atomic context.
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.11 |