Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/
Dprocessor_thermal.c270 .get_cur_state = processor_get_cur_state,
Dfan.c216 .get_cur_state = fan_get_cur_state,
Dacpi_video.c317 .get_cur_state = video_get_cur_state,
/linux-4.4.14/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,
Ddevfreq_cooling.c362 .get_cur_state = devfreq_cooling_get_cur_state,
Dintel_powerclamp.c671 .get_cur_state = powerclamp_get_cur_state,
Dcpu_cooling.c745 .get_cur_state = cpufreq_get_cur_state,
Dthermal_core.c1140 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/
Dthermal.c68 .get_cur_state = ath10k_thermal_get_cur_throttle_state,
/linux-4.4.14/drivers/thermal/int340x_thermal/
Dint3403_thermal.c163 .get_cur_state = int3403_get_cur_state,
/linux-4.4.14/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.4.14/include/linux/
Dthermal.h121 int (*get_cur_state) (struct thermal_cooling_device *, unsigned long *); member
/linux-4.4.14/drivers/platform/x86/
Dacerhdf.c562 .get_cur_state = acerhdf_get_cur_state,
Dintel_menlow.c147 .get_cur_state = memory_get_cur_bandwidth,
/linux-4.4.14/drivers/power/
Dpower_supply_core.c656 .get_cur_state = ps_get_cur_chrage_cntl_limit,
/linux-4.4.14/Documentation/thermal/
Dsysfs-api.txt86 .get_cur_state: get the Current throttle state of the cooling device.