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