Home
last modified time | relevance | path

Searched refs:thermal_cooling_device_ops (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/include/linux/
Dthermal.h66 struct thermal_cooling_device_ops { struct
80 const struct thermal_cooling_device_ops *ops; argument
173 const struct thermal_cooling_device_ops *);
/linux-2.6.39/drivers/acpi/
Dprocessor_thermal.c247 struct thermal_cooling_device_ops processor_cooling_ops = {
Dfan.c113 static struct thermal_cooling_device_ops fan_cooling_ops = {
Dvideo.c311 static struct thermal_cooling_device_ops video_cooling_ops = {
/linux-2.6.39/include/acpi/
Dprocessor.h347 extern struct thermal_cooling_device_ops processor_cooling_ops;
/linux-2.6.39/drivers/platform/x86/
Dacerhdf.c484 static struct thermal_cooling_device_ops acerhdf_cooling_ops = {
Dintel_menlow.c146 static struct thermal_cooling_device_ops memory_cooling_ops = {
/linux-2.6.39/Documentation/thermal/
Dsysfs-api.txt65 void *devdata, struct thermal_cooling_device_ops *)
/linux-2.6.39/drivers/thermal/
Dthermal_sys.c832 char *type, void *devdata, const struct thermal_cooling_device_ops *ops) in thermal_cooling_device_register()