Home
last modified time | relevance | path

Searched refs:thermal_cooling_device (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/include/linux/
Dthermal.h33 struct thermal_cooling_device;
49 struct thermal_cooling_device *);
51 struct thermal_cooling_device *);
67 int (*get_max_state) (struct thermal_cooling_device *, unsigned long *);
68 int (*get_cur_state) (struct thermal_cooling_device *, unsigned long *);
69 int (*set_cur_state) (struct thermal_cooling_device *, unsigned long);
75 struct thermal_cooling_device { struct
168 struct thermal_cooling_device *);
170 struct thermal_cooling_device *);
172 struct thermal_cooling_device *thermal_cooling_device_register(char *, void *,
[all …]
/linux-2.6.39/drivers/acpi/
Dfan.c71 static int fan_get_max_state(struct thermal_cooling_device *cdev, unsigned long in fan_get_max_state()
79 static int fan_get_cur_state(struct thermal_cooling_device *cdev, unsigned long in fan_get_cur_state()
99 fan_set_cur_state(struct thermal_cooling_device *cdev, unsigned long state) in fan_set_cur_state()
126 struct thermal_cooling_device *cdev; in acpi_fan_add()
174 struct thermal_cooling_device *cdev = acpi_driver_data(device); in acpi_fan_remove()
Dprocessor_thermal.c189 processor_get_max_state(struct thermal_cooling_device *cdev, in processor_get_max_state()
203 processor_get_cur_state(struct thermal_cooling_device *cdev, in processor_get_cur_state()
219 processor_set_cur_state(struct thermal_cooling_device *cdev, in processor_set_cur_state()
Dthermal.c733 struct thermal_cooling_device *);
735 struct thermal_cooling_device *cdev, in acpi_thermal_cooling_device_cb()
801 struct thermal_cooling_device *cdev) in acpi_thermal_bind_cooling_device()
809 struct thermal_cooling_device *cdev) in acpi_thermal_unbind_cooling_device()
Dvideo.c207 struct thermal_cooling_device *cooling_dev;
267 static int video_get_max_state(struct thermal_cooling_device *cooling_dev, unsigned in video_get_max_state()
277 static int video_get_cur_state(struct thermal_cooling_device *cooling_dev, unsigned in video_get_cur_state()
297 video_set_cur_state(struct thermal_cooling_device *cooling_dev, unsigned long state) in video_set_cur_state()
/linux-2.6.39/drivers/thermal/
Dthermal_sys.c48 struct thermal_cooling_device *cdev;
227 struct thermal_cooling_device *cdev = NULL; in passive_store()
334 container_of(_dev, struct thermal_cooling_device, device)
340 struct thermal_cooling_device *cdev = to_cooling_device(dev); in thermal_cooling_device_type_show()
349 struct thermal_cooling_device *cdev = to_cooling_device(dev); in thermal_cooling_device_max_state_show()
363 struct thermal_cooling_device *cdev = to_cooling_device(dev); in thermal_cooling_device_cur_state_show()
378 struct thermal_cooling_device *cdev = to_cooling_device(dev); in thermal_cooling_device_cur_state_store()
613 struct thermal_cooling_device *cdev; in thermal_zone_device_passive()
695 struct thermal_cooling_device *cdev) in thermal_zone_bind_cooling_device()
700 struct thermal_cooling_device *pos2; in thermal_zone_bind_cooling_device()
[all …]
/linux-2.6.39/drivers/platform/x86/
Dacerhdf.c96 static struct thermal_cooling_device *cl_dev;
311 struct thermal_cooling_device *cdev) in acerhdf_bind()
325 struct thermal_cooling_device *cdev) in acerhdf_unbind()
425 static int acerhdf_get_max_state(struct thermal_cooling_device *cdev, in acerhdf_get_max_state()
433 static int acerhdf_get_cur_state(struct thermal_cooling_device *cdev, in acerhdf_get_cur_state()
447 static int acerhdf_set_cur_state(struct thermal_cooling_device *cdev, in acerhdf_set_cur_state()
Dintel_menlow.c63 static int memory_get_max_bandwidth(struct thermal_cooling_device *cdev, in memory_get_max_bandwidth()
89 static int memory_get_cur_bandwidth(struct thermal_cooling_device *cdev, in memory_get_cur_bandwidth()
112 static int memory_set_cur_bandwidth(struct thermal_cooling_device *cdev, in memory_set_cur_bandwidth()
160 struct thermal_cooling_device *cdev; in intel_menlow_memory_add()
204 struct thermal_cooling_device *cdev = acpi_driver_data(device); in intel_menlow_memory_remove()
/linux-2.6.39/Documentation/thermal/
Dsysfs-api.txt64 1.2.1 struct thermal_cooling_device *thermal_cooling_device_register(char *name,
77 1.2.2 void thermal_cooling_device_unregister(struct thermal_cooling_device *cdev)
85 int trip, struct thermal_cooling_device *cdev);
96 int trip, struct thermal_cooling_device *cdev);
241 thermal_cooling_device.
/linux-2.6.39/include/acpi/
Dprocessor.h214 struct thermal_cooling_device *cdev;