Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sh_clk_ops Struct Reference

#include <sh_clk.h>

Data Fields

int(* enable )(struct clk *clk)
 
void(* disable )(struct clk *clk)
 
unsigned long(* recalc )(struct clk *clk)
 
int(* set_rate )(struct clk *clk, unsigned long rate)
 
int(* set_parent )(struct clk *clk, struct clk *parent)
 
long(* round_rate )(struct clk *clk, unsigned long rate)
 

Detailed Description

Definition at line 21 of file sh_clk.h.

Field Documentation

void(* disable)(struct clk *clk)

Definition at line 26 of file sh_clk.h.

int(* enable)(struct clk *clk)

Definition at line 25 of file sh_clk.h.

unsigned long(* recalc)(struct clk *clk)

Definition at line 27 of file sh_clk.h.

long(* round_rate)(struct clk *clk, unsigned long rate)

Definition at line 30 of file sh_clk.h.

int(* set_parent)(struct clk *clk, struct clk *parent)

Definition at line 29 of file sh_clk.h.

int(* set_rate)(struct clk *clk, unsigned long rate)

Definition at line 28 of file sh_clk.h.


The documentation for this struct was generated from the following file: