Linux Kernel
3.7.1
|
#include <clock.h>
Data Fields | |
int(* | clk_enable )(struct clk *clk) |
void(* | clk_disable )(struct clk *clk) |
long(* | clk_round_rate )(struct clk *clk, unsigned long rate) |
int(* | clk_set_rate )(struct clk *clk, unsigned long rate) |
int(* | clk_set_parent )(struct clk *clk, struct clk *parent) |
void(* | clk_allow_idle )(struct clk *clk) |
void(* | clk_deny_idle )(struct clk *clk) |
void(* | clk_disable_unused )(struct clk *clk) |