clk_get_parent (9) - Linux Manuals
clk_get_parent: get the parent clock source for this clock
Command to display clk_get_parent
manual in Linux: $ man 9 clk_get_parent
NAME
clk_get_parent - get the parent clock source for this clock
SYNOPSIS
-
struct clk * clk_get_parent(struct clk * clk);
ARGUMENTS
clk
-
- clock source
DESCRIPTION
Returns struct clk corresponding to parent clock source, or valid
IS_ERR
condition containing errno.
COPYRIGHT
Pages related to clk_get_parent
- clk_get_phase (9) - return the phase shift of a clock signal
- clk_get_accuracy (9) - obtain the clock accuracy in ppb (parts per billion) for a clock source.
- 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.
- clk_get_sys (9) - get a clock based upon the device name
- clk_get (9) - lookup and obtain a reference to a clock producer.
- 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_has_parent (9) - check if a clock is a possible parent for another