Name

clk_enable — inform the system when the clock source should be running.

Synopsis

int clk_enable (struct clk * clk);
 

Arguments

struct clk * 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.