Searched refs:get_cur_state (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/drivers/acpi/ |
D | processor_thermal.c | 274 .get_cur_state = processor_get_cur_state,
|
D | fan.c | 219 .get_cur_state = fan_get_cur_state,
|
D | video.c | 344 .get_cur_state = video_get_cur_state,
|
/linux-4.1.27/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 | cpu_cooling.c | 286 .get_cur_state = cpufreq_get_cur_state,
|
D | intel_powerclamp.c | 671 .get_cur_state = powerclamp_get_cur_state,
|
D | thermal_core.c | 878 ret = cdev->ops->get_cur_state(cdev, &state); in thermal_cooling_device_cur_state_show() 1156 if (!ops || !ops->get_max_state || !ops->get_cur_state || in __thermal_cooling_device_register()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | thermal.c | 120 .get_cur_state = ath10k_thermal_get_cur_dutycycle,
|
/linux-4.1.27/drivers/thermal/int340x_thermal/ |
D | int3403_thermal.c | 163 .get_cur_state = int3403_get_cur_state,
|
/linux-4.1.27/include/linux/ |
D | thermal.h | 117 int (*get_cur_state) (struct thermal_cooling_device *, unsigned long *); member
|
/linux-4.1.27/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.1.27/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.1.27/drivers/power/ |
D | power_supply_core.c | 617 .get_cur_state = ps_get_cur_chrage_cntl_limit,
|
/linux-4.1.27/Documentation/thermal/ |
D | sysfs-api.txt | 86 .get_cur_state: get the Current throttle state of the cooling device.
|