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

Data Fields

unsigned long rate
 
unsigned int min
 
unsigned int max
 
long(* func )(unsigned int, struct clk_rate_round_data *)
 
voidarg
 

Detailed Description

Definition at line 77 of file core.c.

Field Documentation

void* arg

Definition at line 81 of file core.c.

long(* func)(unsigned int, struct clk_rate_round_data *)

Definition at line 80 of file core.c.

unsigned int max

Definition at line 79 of file core.c.

unsigned int min

Definition at line 79 of file core.c.

unsigned long rate

Definition at line 78 of file core.c.


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