Searched refs:get_max_state (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/drivers/thermal/ |
D | fair_share.c | 66 cdev->ops->get_max_state(cdev, &max_state); in get_target_state()
|
D | clock_cooling.c | 396 .get_max_state = clock_cooling_get_max_state,
|
D | cpu_cooling.c | 285 .get_max_state = cpufreq_get_max_state,
|
D | db8500_thermal.c | 70 cdev->ops->get_max_state(cdev, &max_state); in db8500_cdev_bind()
|
D | thermal_core.c | 864 ret = cdev->ops->get_max_state(cdev, &state); in thermal_cooling_device_max_state_show() 992 ret = cdev->ops->get_max_state(cdev, &max_state); in thermal_zone_bind_cooling_device() 1156 if (!ops || !ops->get_max_state || !ops->get_cur_state || in __thermal_cooling_device_register()
|
D | intel_powerclamp.c | 670 .get_max_state = powerclamp_get_max_state,
|
/linux-4.1.27/drivers/acpi/ |
D | processor_thermal.c | 273 .get_max_state = processor_get_max_state,
|
D | fan.c | 218 .get_max_state = fan_get_max_state,
|
D | video.c | 343 .get_max_state = video_get_max_state,
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | thermal.c | 119 .get_max_state = ath10k_thermal_get_max_dutycycle,
|
/linux-4.1.27/drivers/thermal/int340x_thermal/ |
D | int3403_thermal.c | 162 .get_max_state = int3403_get_max_state,
|
/linux-4.1.27/include/linux/ |
D | thermal.h | 116 int (*get_max_state) (struct thermal_cooling_device *, unsigned long *); member
|
/linux-4.1.27/drivers/hwmon/ |
D | pwm-fan.c | 168 .get_max_state = pwm_fan_get_max_state,
|
D | gpio-fan.c | 430 .get_max_state = gpio_fan_get_max_state,
|
/linux-4.1.27/drivers/platform/x86/ |
D | acerhdf.c | 561 .get_max_state = acerhdf_get_max_state,
|
D | intel_menlow.c | 146 .get_max_state = memory_get_max_bandwidth,
|
/linux-4.1.27/drivers/power/ |
D | power_supply_core.c | 616 .get_max_state = ps_get_max_charge_cntl_limit,
|
/linux-4.1.27/Documentation/thermal/ |
D | sysfs-api.txt | 85 .get_max_state: get the Maximum throttle state of the cooling device.
|