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       May be called from atomic contexts.
19
20       Returns success (0) or negative errno.
21
23Kernel Hackers Manual 3.10         June 2019                     CLK_ENABLE(9)
Impressum