1CLK_ENABLE(9) Clock Framework CLK_ENABLE(9)
23
4
NAME
6clk_enable - inform the system when the clock source should be running.
7
SYNOPSIS
9int clk_enable(struct clk * clk);
10
ARGUMENTS
12clk
13clock source
14
DESCRIPTION
16If the clock can not be enabled/disabled, this should return success.
1718
Returns success (0) or negative errno.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. November 2011 CLK_ENABLE(9)