Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
omap-thermal-common.c File Reference
#include <linux/device.h>
#include <linux/err.h>
#include <linux/mutex.h>
#include <linux/gfp.h>
#include <linux/kernel.h>
#include <linux/workqueue.h>
#include <linux/thermal.h>
#include <linux/cpufreq.h>
#include <linux/cpu_cooling.h>
#include "omap-thermal.h"
#include "omap-bandgap.h"

Go to the source code of this file.

Data Structures

struct  omap_thermal_data
 

Functions

int omap_thermal_expose_sensor (struct omap_bandgap *bg_ptr, int id, char *domain)
 
int omap_thermal_remove_sensor (struct omap_bandgap *bg_ptr, int id)
 
int omap_thermal_report_sensor_temperature (struct omap_bandgap *bg_ptr, int id)
 
int omap_thermal_register_cpu_cooling (struct omap_bandgap *bg_ptr, int id)
 
int omap_thermal_unregister_cpu_cooling (struct omap_bandgap *bg_ptr, int id)
 

Function Documentation

int omap_thermal_expose_sensor ( struct omap_bandgap bg_ptr,
int  id,
char domain 
)

Definition at line 256 of file omap-thermal-common.c.

int omap_thermal_register_cpu_cooling ( struct omap_bandgap bg_ptr,
int  id 
)

Definition at line 354 of file omap-thermal-common.c.

int omap_thermal_remove_sensor ( struct omap_bandgap bg_ptr,
int  id 
)

Definition at line 285 of file omap-thermal-common.c.

int omap_thermal_report_sensor_temperature ( struct omap_bandgap bg_ptr,
int  id 
)

Definition at line 296 of file omap-thermal-common.c.

int omap_thermal_unregister_cpu_cooling ( struct omap_bandgap bg_ptr,
int  id 
)

Definition at line 387 of file omap-thermal-common.c.