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

#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)
 

Detailed Description

Definition at line 278 of file clock.h.

Field Documentation

void(* clk_allow_idle)(struct clk *clk)

Definition at line 284 of file clock.h.

void(* clk_deny_idle)(struct clk *clk)

Definition at line 285 of file clock.h.

void(* clk_disable)(struct clk *clk)

Definition at line 280 of file clock.h.

void(* clk_disable_unused)(struct clk *clk)

Definition at line 286 of file clock.h.

int(* clk_enable)(struct clk *clk)

Definition at line 279 of file clock.h.

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

Definition at line 281 of file clock.h.

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

Definition at line 283 of file clock.h.

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

Definition at line 282 of file clock.h.


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