Searched refs:set_cur_state (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/thermal/ |
D | thermal_sys.c | 388 result = cdev->ops->set_cur_state(cdev, state); in thermal_cooling_device_cur_state_store() 639 cdev->ops->set_cur_state(cdev, state); in thermal_zone_device_passive() 650 cdev->ops->set_cur_state(cdev, --state); in thermal_zone_device_passive() 670 cdev->ops->set_cur_state(cdev, --state); in thermal_zone_device_passive() 842 !ops->set_cur_state) in thermal_cooling_device_register() 1004 cdev->ops->set_cur_state(cdev, 1); in thermal_zone_device_update() 1006 cdev->ops->set_cur_state(cdev, 0); in thermal_zone_device_update()
|
/linux-2.6.39/include/linux/ |
D | thermal.h | 69 int (*set_cur_state) (struct thermal_cooling_device *, unsigned long); member
|
/linux-2.6.39/drivers/acpi/ |
D | processor_thermal.c | 250 .set_cur_state = processor_set_cur_state,
|
D | fan.c | 116 .set_cur_state = fan_set_cur_state,
|
D | video.c | 314 .set_cur_state = video_set_cur_state,
|
/linux-2.6.39/drivers/platform/x86/ |
D | acerhdf.c | 487 .set_cur_state = acerhdf_set_cur_state,
|
D | intel_menlow.c | 149 .set_cur_state = memory_set_cur_bandwidth,
|
/linux-2.6.39/Documentation/thermal/ |
D | sysfs-api.txt | 75 .set_cur_state: set the Current throttle state of the cooling device.
|