Searched refs:thermal_cooling_device (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/include/linux/ |
D | thermal.h | 33 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/ |
D | fan.c | 71 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()
|
D | processor_thermal.c | 189 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()
|
D | thermal.c | 733 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()
|
D | video.c | 207 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/ |
D | thermal_sys.c | 48 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/ |
D | acerhdf.c | 96 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()
|
D | intel_menlow.c | 63 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/ |
D | sysfs-api.txt | 64 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/ |
D | processor.h | 214 struct thermal_cooling_device *cdev;
|