clk_prepare (9) - Linux Manuals
clk_prepare: prepare a clock source
Command to display clk_prepare
manual in Linux: $ man 9 clk_prepare
NAME
clk_prepare - prepare a clock source
SYNOPSIS
-
int clk_prepare(struct clk * clk);
ARGUMENTS
clk
-
- clock source
DESCRIPTION
This prepares the clock source for use.
Must not be called from within atomic context.
COPYRIGHT
Pages related to clk_prepare
- clk_put (9) - "free" the clock source
- clk_disable (9) - inform the system when the clock source is no longer required.
- clk_enable (9) - inform the system when the clock source should be running.
- clk_get (9) - lookup and obtain a reference to a clock producer.
- clk_get_accuracy (9) - obtain the clock accuracy in ppb (parts per billion) for a clock source.
- clk_get_parent (9) - get the parent clock source for this clock
- clk_get_phase (9) - return the phase shift of a clock signal
- clk_get_rate (9) - obtain the current clock rate (in Hz) for a clock source. This is only valid once the clock source has been enabled.