Searched refs:get_cur_state (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/drivers/acpi/ |
D | processor_thermal.c | 270 .get_cur_state = processor_get_cur_state,
|
D | fan.c | 216 .get_cur_state = fan_get_cur_state,
|
D | acpi_video.c | 317 .get_cur_state = video_get_cur_state,
|
/linux-4.4.14/drivers/thermal/ |
D | step_wise.c | 62 cdev->ops->get_cur_state(cdev, &cur_state); in get_target_state()
|
D | clock_cooling.c | 397 .get_cur_state = clock_cooling_get_cur_state,
|
D | devfreq_cooling.c | 362 .get_cur_state = devfreq_cooling_get_cur_state,
|
D | intel_powerclamp.c | 671 .get_cur_state = powerclamp_get_cur_state,
|
D | cpu_cooling.c | 745 .get_cur_state = cpufreq_get_cur_state,
|
D | thermal_core.c | 1140 ret = cdev->ops->get_cur_state(cdev, &state); in thermal_cooling_device_cur_state_show() 1464 if (!ops || !ops->get_max_state || !ops->get_cur_state || in __thermal_cooling_device_register()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | thermal.c | 68 .get_cur_state = ath10k_thermal_get_cur_throttle_state,
|
/linux-4.4.14/drivers/thermal/int340x_thermal/ |
D | int3403_thermal.c | 163 .get_cur_state = int3403_get_cur_state,
|
/linux-4.4.14/drivers/hwmon/ |
D | pwm-fan.c | 169 .get_cur_state = pwm_fan_get_cur_state,
|
D | gpio-fan.c | 431 .get_cur_state = gpio_fan_get_cur_state,
|
/linux-4.4.14/include/linux/ |
D | thermal.h | 121 int (*get_cur_state) (struct thermal_cooling_device *, unsigned long *); member
|
/linux-4.4.14/drivers/platform/x86/ |
D | acerhdf.c | 562 .get_cur_state = acerhdf_get_cur_state,
|
D | intel_menlow.c | 147 .get_cur_state = memory_get_cur_bandwidth,
|
/linux-4.4.14/drivers/power/ |
D | power_supply_core.c | 656 .get_cur_state = ps_get_cur_chrage_cntl_limit,
|
/linux-4.4.14/Documentation/thermal/ |
D | sysfs-api.txt | 86 .get_cur_state: get the Current throttle state of the cooling device.
|