clk_enable (9) Linux Manual Page
clk_enable – inform the system when the clock source should be running.
Synopsis
int clk_enable(struct clk *clk);
Arguments
clk
-
- clock source
Description
If the clock can not be enabled/disabled, this should return success.
May be called from atomic contexts.
Returns success (0) or negative errno.
