Home
last modified time | relevance | path

Searched refs:get_cur_state (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/drivers/acpi/
Dprocessor_thermal.c274 .get_cur_state = processor_get_cur_state,
Dfan.c219 .get_cur_state = fan_get_cur_state,
Dvideo.c344 .get_cur_state = video_get_cur_state,
/linux-4.1.27/drivers/thermal/
Dstep_wise.c62 cdev->ops->get_cur_state(cdev, &cur_state); in get_target_state()
Dclock_cooling.c397 .get_cur_state = clock_cooling_get_cur_state,
Dcpu_cooling.c286 .get_cur_state = cpufreq_get_cur_state,
Dintel_powerclamp.c671 .get_cur_state = powerclamp_get_cur_state,
Dthermal_core.c878 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/
Dthermal.c120 .get_cur_state = ath10k_thermal_get_cur_dutycycle,
/linux-4.1.27/drivers/thermal/int340x_thermal/
Dint3403_thermal.c163 .get_cur_state = int3403_get_cur_state,
/linux-4.1.27/include/linux/
Dthermal.h117 int (*get_cur_state) (struct thermal_cooling_device *, unsigned long *); member
/linux-4.1.27/drivers/hwmon/
Dpwm-fan.c169 .get_cur_state = pwm_fan_get_cur_state,
Dgpio-fan.c431 .get_cur_state = gpio_fan_get_cur_state,
/linux-4.1.27/drivers/platform/x86/
Dacerhdf.c562 .get_cur_state = acerhdf_get_cur_state,
Dintel_menlow.c147 .get_cur_state = memory_get_cur_bandwidth,
/linux-4.1.27/drivers/power/
Dpower_supply_core.c617 .get_cur_state = ps_get_cur_chrage_cntl_limit,
/linux-4.1.27/Documentation/thermal/
Dsysfs-api.txt86 .get_cur_state: get the Current throttle state of the cooling device.