1CLK_ENABLE(9)                   Clock Framework                  CLK_ENABLE(9)
2
3
4

NAME

6       clk_enable - inform the system when the clock source should be running.
7

SYNOPSIS

9       int clk_enable(struct clk * clk);
10

ARGUMENTS

12       clk
13           clock source
14

DESCRIPTION

16       If the clock can not be enabled/disabled, this should return success.
17
18       Returns success (0) or negative errno.
19
21Kernel Hackers Manual 2.6.         June 2019                     CLK_ENABLE(9)
Impressum