Name

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.

Returns success (0) or negative errno.