Home
last modified time | relevance | path

Searched refs:set_cur_state (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/drivers/thermal/
Dthermal_sys.c388 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/
Dthermal.h69 int (*set_cur_state) (struct thermal_cooling_device *, unsigned long); member
/linux-2.6.39/drivers/acpi/
Dprocessor_thermal.c250 .set_cur_state = processor_set_cur_state,
Dfan.c116 .set_cur_state = fan_set_cur_state,
Dvideo.c314 .set_cur_state = video_set_cur_state,
/linux-2.6.39/drivers/platform/x86/
Dacerhdf.c487 .set_cur_state = acerhdf_set_cur_state,
Dintel_menlow.c149 .set_cur_state = memory_set_cur_bandwidth,
/linux-2.6.39/Documentation/thermal/
Dsysfs-api.txt75 .set_cur_state: set the Current throttle state of the cooling device.