/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | gov_fair_share.c | 54 cdev->ops->get_max_state(cdev, &max_state); in get_target_state()
|
H A D | khadas_mcu_fan.c | 74 .get_max_state = khadas_mcu_fan_get_max_state,
|
H A D | cpuidle_cooling.c | 154 .get_max_state = cpuidle_cooling_get_max_state,
|
H A D | thermal_core.c | 644 ret = cdev->ops->get_max_state(cdev, &max_state); in power_actor_get_min_power() 849 ret = cdev->ops->get_max_state(cdev, &max_state); in thermal_zone_bind_cooling_device() 1099 if (!ops || !ops->get_max_state || !ops->get_cur_state || in __thermal_cooling_device_register()
|
H A D | thermal_sysfs.c | 666 ret = cdev->ops->get_max_state(cdev, &state); in max_state_show() 901 if (cdev->ops->get_max_state(cdev, &states)) in cooling_device_stats_setup()
|
/kernel/linux/linux-6.6/drivers/thermal/intel/ |
H A D | intel_tcc_cooling.c | 46 .get_max_state = tcc_get_max_state,
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | cpuidle_cooling.c | 153 .get_max_state = cpuidle_cooling_get_max_state,
|
H A D | khadas_mcu_fan.c | 74 .get_max_state = khadas_mcu_fan_get_max_state,
|
H A D | thermal_core.c | 863 if (!ops || !ops->get_max_state || !ops->get_cur_state || in __thermal_cooling_device_register() 894 ret = cdev->ops->get_max_state(cdev, &cdev->max_state); in __thermal_cooling_device_register() 1052 * its .get_max_state() callback needs to be run to produce the new maximum 1078 if (cdev->ops->get_max_state(cdev, &cdev->max_state)) in thermal_cooling_device_update()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | processor_thermal.c | 262 .get_max_state = processor_get_max_state,
|
H A D | fan.c | 217 .get_max_state = fan_get_max_state,
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | thermal.c | 56 .get_max_state = ath10k_thermal_get_max_throttle_state,
|
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/ |
H A D | int3406_thermal.c | 92 .get_max_state = int3406_thermal_get_max_state,
|
H A D | int3403_thermal.c | 161 .get_max_state = int3403_get_max_state,
|
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/ |
H A D | int3406_thermal.c | 92 .get_max_state = int3406_thermal_get_max_state,
|
H A D | int3403_thermal.c | 161 .get_max_state = int3403_get_max_state,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | thermal.c | 56 .get_max_state = ath10k_thermal_get_max_throttle_state,
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | thermal.c | 57 .get_max_state = ath11k_thermal_get_max_throttle_state,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | thermal.h | 85 int (*get_max_state) (struct thermal_cooling_device *, unsigned long *); member
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | processor_thermal.c | 273 .get_max_state = processor_get_max_state,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | thermal.c | 57 .get_max_state = ath11k_thermal_get_max_throttle_state,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | thermal.h | 90 int (*get_max_state) (struct thermal_cooling_device *, unsigned long *); member
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | gpio-fan.c | 402 .get_max_state = gpio_fan_get_max_state,
|
H A D | pwm-fan.c | 223 .get_max_state = pwm_fan_get_max_state,
|
H A D | max6650.c | 514 .get_max_state = max6650_get_max_state,
|