get_max_state     306 drivers/acpi/acpi_video.c 	.get_max_state = video_get_max_state,
get_max_state     212 drivers/acpi/fan.c 	.get_max_state = fan_get_max_state,
get_max_state     264 drivers/acpi/processor_thermal.c 	.get_max_state = processor_get_max_state,
get_max_state    1600 drivers/gpu/drm/etnaviv/etnaviv_gpu.c 	.get_max_state = etnaviv_gpu_cooling_get_max_state,
get_max_state     798 drivers/hwmon/aspeed-pwm-tacho.c 	.get_max_state = aspeed_pwm_cz_get_max_state,
get_max_state     399 drivers/hwmon/gpio-fan.c 	.get_max_state = gpio_fan_get_max_state,
get_max_state     514 drivers/hwmon/max6650.c 	.get_max_state = max6650_get_max_state,
get_max_state     342 drivers/hwmon/mlxreg-fan.c 	.get_max_state	= mlxreg_fan_get_max_state,
get_max_state     817 drivers/hwmon/npcm750-pwm-fan.c 	.get_max_state = npcm7xx_pwm_cz_get_max_state,
get_max_state     221 drivers/hwmon/pwm-fan.c 	.get_max_state = pwm_fan_get_max_state,
get_max_state     758 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	.get_max_state	= mlxsw_thermal_get_max_state,
get_max_state      56 drivers/net/wireless/ath/ath10k/thermal.c 	.get_max_state = ath10k_thermal_get_max_throttle_state,
get_max_state     812 drivers/net/wireless/intel/iwlwifi/mvm/tt.c 	.get_max_state = iwl_mvm_tcool_get_max_state,
get_max_state     560 drivers/platform/x86/acerhdf.c 	.get_max_state = acerhdf_get_max_state,
get_max_state     130 drivers/platform/x86/intel_menlow.c 	.get_max_state = memory_get_max_bandwidth,
get_max_state     945 drivers/power/supply/power_supply_core.c 	.get_max_state = ps_get_max_charge_cntl_limit,
get_max_state     446 drivers/soc/qcom/qcom_aoss.c 	.get_max_state = qmp_cdev_get_max_state,
get_max_state     353 drivers/thermal/clock_cooling.c 	.get_max_state = clock_cooling_get_max_state,
get_max_state     485 drivers/thermal/cpu_cooling.c 	.get_max_state = cpufreq_get_max_state,
get_max_state     491 drivers/thermal/cpu_cooling.c 	.get_max_state		= cpufreq_get_max_state,
get_max_state     396 drivers/thermal/devfreq_cooling.c 	.get_max_state = devfreq_cooling_get_max_state,
get_max_state      54 drivers/thermal/fair_share.c 	cdev->ops->get_max_state(cdev, &max_state);
get_max_state     161 drivers/thermal/intel/int340x_thermal/int3403_thermal.c 	.get_max_state = int3403_get_max_state,
get_max_state      92 drivers/thermal/intel/int340x_thermal/int3406_thermal.c 	.get_max_state = int3406_thermal_get_max_state,
get_max_state     648 drivers/thermal/intel/intel_powerclamp.c 	.get_max_state = powerclamp_get_max_state,
get_max_state    1562 drivers/thermal/tegra/soctherm.c 	.get_max_state = throt_get_cdev_max_state,
get_max_state     571 drivers/thermal/thermal_core.c 	ret = cdev->ops->get_max_state(cdev, &max_state);
get_max_state     709 drivers/thermal/thermal_core.c 	ret = cdev->ops->get_max_state(cdev, &max_state);
get_max_state     960 drivers/thermal/thermal_core.c 	if (!ops || !ops->get_max_state || !ops->get_cur_state ||
get_max_state     682 drivers/thermal/thermal_sysfs.c 	ret = cdev->ops->get_max_state(cdev, &state);
get_max_state     913 drivers/thermal/thermal_sysfs.c 	if (cdev->ops->get_max_state(cdev, &states))
get_max_state     119 include/linux/thermal.h 	int (*get_max_state) (struct thermal_cooling_device *, unsigned long *);