get_cur_state     307 drivers/acpi/acpi_video.c 	.get_cur_state = video_get_cur_state,
get_cur_state     213 drivers/acpi/fan.c 	.get_cur_state = fan_get_cur_state,
get_cur_state     265 drivers/acpi/processor_thermal.c 	.get_cur_state = processor_get_cur_state,
get_cur_state    1601 drivers/gpu/drm/etnaviv/etnaviv_gpu.c 	.get_cur_state = etnaviv_gpu_cooling_get_cur_state,
get_cur_state     799 drivers/hwmon/aspeed-pwm-tacho.c 	.get_cur_state = aspeed_pwm_cz_get_cur_state,
get_cur_state     400 drivers/hwmon/gpio-fan.c 	.get_cur_state = gpio_fan_get_cur_state,
get_cur_state     515 drivers/hwmon/max6650.c 	.get_cur_state = max6650_get_cur_state,
get_cur_state     343 drivers/hwmon/mlxreg-fan.c 	.get_cur_state	= mlxreg_fan_get_cur_state,
get_cur_state     818 drivers/hwmon/npcm750-pwm-fan.c 	.get_cur_state = npcm7xx_pwm_cz_get_cur_state,
get_cur_state     222 drivers/hwmon/pwm-fan.c 	.get_cur_state = pwm_fan_get_cur_state,
get_cur_state     759 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	.get_cur_state	= mlxsw_thermal_get_cur_state,
get_cur_state      57 drivers/net/wireless/ath/ath10k/thermal.c 	.get_cur_state = ath10k_thermal_get_cur_throttle_state,
get_cur_state     813 drivers/net/wireless/intel/iwlwifi/mvm/tt.c 	.get_cur_state = iwl_mvm_tcool_get_cur_state,
get_cur_state     561 drivers/platform/x86/acerhdf.c 	.get_cur_state = acerhdf_get_cur_state,
get_cur_state     131 drivers/platform/x86/intel_menlow.c 	.get_cur_state = memory_get_cur_bandwidth,
get_cur_state     946 drivers/power/supply/power_supply_core.c 	.get_cur_state = ps_get_cur_charge_cntl_limit,
get_cur_state     447 drivers/soc/qcom/qcom_aoss.c 	.get_cur_state = qmp_cdev_get_cur_state,
get_cur_state     354 drivers/thermal/clock_cooling.c 	.get_cur_state = clock_cooling_get_cur_state,
get_cur_state     486 drivers/thermal/cpu_cooling.c 	.get_cur_state = cpufreq_get_cur_state,
get_cur_state     492 drivers/thermal/cpu_cooling.c 	.get_cur_state		= cpufreq_get_cur_state,
get_cur_state     397 drivers/thermal/devfreq_cooling.c 	.get_cur_state = devfreq_cooling_get_cur_state,
get_cur_state     162 drivers/thermal/intel/int340x_thermal/int3403_thermal.c 	.get_cur_state = int3403_get_cur_state,
get_cur_state      93 drivers/thermal/intel/int340x_thermal/int3406_thermal.c 	.get_cur_state = int3406_thermal_get_cur_state,
get_cur_state     649 drivers/thermal/intel/intel_powerclamp.c 	.get_cur_state = powerclamp_get_cur_state,
get_cur_state      49 drivers/thermal/step_wise.c 	cdev->ops->get_cur_state(cdev, &cur_state);
get_cur_state    1563 drivers/thermal/tegra/soctherm.c 	.get_cur_state = throt_get_cdev_cur_state,
get_cur_state     960 drivers/thermal/thermal_core.c 	if (!ops || !ops->get_max_state || !ops->get_cur_state ||
get_cur_state     695 drivers/thermal/thermal_sysfs.c 	ret = cdev->ops->get_cur_state(cdev, &state);
get_cur_state     120 include/linux/thermal.h 	int (*get_cur_state) (struct thermal_cooling_device *, unsigned long *);