Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
opp.c File Reference
#include <linux/module.h>
#include <linux/opp.h>
#include <linux/cpu.h>
#include <plat/omap_device.h>
#include "omap_opp_data.h"

Go to the source code of this file.

Functions

int __init omap_init_opp_table (struct omap_opp_def *opp_def, u32 opp_def_size)
 

Function Documentation

int __init omap_init_opp_table ( struct omap_opp_def opp_def,
u32  opp_def_size 
)

omap_init_opp_table() - Initialize opp table as per the CPU type : opp default list for this silicon : number of opp entries for this silicon

Register the initial OPP table with the OPP library based on the CPU type. This is meant to be used only by SoC specific registration.

Definition at line 38 of file opp.c.