Home
last modified time | relevance | path

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

/linux-3.4.99/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
146 struct thermal_cooling_device *);
148 struct thermal_cooling_device *);
150 struct thermal_cooling_device *thermal_cooling_device_register(char *, void *,
[all …]
/linux-3.4.99/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.c217 processor_get_max_state(struct thermal_cooling_device *cdev, in processor_get_max_state()
231 processor_get_cur_state(struct thermal_cooling_device *cdev, in processor_get_cur_state()
247 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.c206 struct thermal_cooling_device *cooling_dev;
266 static int video_get_max_state(struct thermal_cooling_device *cooling_dev, unsigned in video_get_max_state()
276 static int video_get_cur_state(struct thermal_cooling_device *cooling_dev, unsigned in video_get_cur_state()
296 video_set_cur_state(struct thermal_cooling_device *cooling_dev, unsigned long state) in video_set_cur_state()
/linux-3.4.99/drivers/thermal/
Dthermal_sys.c48 struct thermal_cooling_device *cdev;
225 struct thermal_cooling_device *cdev = NULL; in passive_store()
315 container_of(_dev, struct thermal_cooling_device, device)
321 struct thermal_cooling_device *cdev = to_cooling_device(dev); in thermal_cooling_device_type_show()
330 struct thermal_cooling_device *cdev = to_cooling_device(dev); in thermal_cooling_device_max_state_show()
344 struct thermal_cooling_device *cdev = to_cooling_device(dev); in thermal_cooling_device_cur_state_show()
359 struct thermal_cooling_device *cdev = to_cooling_device(dev); in thermal_cooling_device_cur_state_store()
674 struct thermal_cooling_device *cdev; in thermal_zone_device_passive()
756 struct thermal_cooling_device *cdev) in thermal_zone_bind_cooling_device()
761 struct thermal_cooling_device *pos2; in thermal_zone_bind_cooling_device()
[all …]
/linux-3.4.99/drivers/platform/x86/
Dacerhdf.c94 static struct thermal_cooling_device *cl_dev;
326 struct thermal_cooling_device *cdev) in acerhdf_bind()
340 struct thermal_cooling_device *cdev) in acerhdf_unbind()
440 static int acerhdf_get_max_state(struct thermal_cooling_device *cdev, in acerhdf_get_max_state()
448 static int acerhdf_get_cur_state(struct thermal_cooling_device *cdev, in acerhdf_get_cur_state()
462 static int acerhdf_set_cur_state(struct thermal_cooling_device *cdev, in acerhdf_set_cur_state()
Dintel_menlow.c65 static int memory_get_max_bandwidth(struct thermal_cooling_device *cdev, in memory_get_max_bandwidth()
91 static int memory_get_cur_bandwidth(struct thermal_cooling_device *cdev, in memory_get_cur_bandwidth()
114 static int memory_set_cur_bandwidth(struct thermal_cooling_device *cdev, in memory_set_cur_bandwidth()
161 struct thermal_cooling_device *cdev; in intel_menlow_memory_add()
205 struct thermal_cooling_device *cdev = acpi_driver_data(device); in intel_menlow_memory_remove()
/linux-3.4.99/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-3.4.99/include/acpi/
Dprocessor.h215 struct thermal_cooling_device *cdev;