Searched refs:get_cur_state (Results 1 – 25 of 27) sorted by relevance
12
/Linux-v4.19/drivers/acpi/ |
D | processor_thermal.c | 270 .get_cur_state = processor_get_cur_state,
|
D | fan.c | 226 .get_cur_state = fan_get_cur_state,
|
/Linux-v4.19/drivers/thermal/ |
D | step_wise.c | 61 cdev->ops->get_cur_state(cdev, &cur_state); in get_target_state()
|
D | cpu_cooling.c | 560 .get_cur_state = cpufreq_get_cur_state, 566 .get_cur_state = cpufreq_get_cur_state,
|
D | clock_cooling.c | 362 .get_cur_state = clock_cooling_get_cur_state,
|
D | devfreq_cooling.c | 397 .get_cur_state = devfreq_cooling_get_cur_state,
|
D | intel_powerclamp.c | 664 .get_cur_state = powerclamp_get_cur_state,
|
D | thermal_sysfs.c | 695 ret = cdev->ops->get_cur_state(cdev, &state); in cur_state_show()
|
D | thermal_core.c | 950 if (!ops || !ops->get_max_state || !ops->get_cur_state || in __thermal_cooling_device_register()
|
/Linux-v4.19/drivers/thermal/int340x_thermal/ |
D | int3406_thermal.c | 97 .get_cur_state = int3406_thermal_get_cur_state,
|
D | int3403_thermal.c | 170 .get_cur_state = int3403_get_cur_state,
|
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | thermal.c | 68 .get_cur_state = ath10k_thermal_get_cur_throttle_state,
|
/Linux-v4.19/drivers/hwmon/ |
D | pwm-fan.c | 163 .get_cur_state = pwm_fan_get_cur_state,
|
D | mlxreg-fan.c | 359 .get_cur_state = mlxreg_fan_get_cur_state,
|
D | gpio-fan.c | 413 .get_cur_state = gpio_fan_get_cur_state,
|
D | aspeed-pwm-tacho.c | 826 .get_cur_state = aspeed_pwm_cz_get_cur_state,
|
D | npcm750-pwm-fan.c | 836 .get_cur_state = npcm7xx_pwm_cz_get_cur_state,
|
/Linux-v4.19/include/linux/ |
D | thermal.h | 120 int (*get_cur_state) (struct thermal_cooling_device *, unsigned long *); member
|
/Linux-v4.19/drivers/platform/x86/ |
D | acerhdf.c | 562 .get_cur_state = acerhdf_get_cur_state,
|
D | intel_menlow.c | 147 .get_cur_state = memory_get_cur_bandwidth,
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_thermal.c | 305 .get_cur_state = mlxsw_thermal_get_cur_state,
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | tt.c | 819 .get_cur_state = iwl_mvm_tcool_get_cur_state,
|
/Linux-v4.19/drivers/power/supply/ |
D | power_supply_core.c | 798 .get_cur_state = ps_get_cur_chrage_cntl_limit,
|
/Linux-v4.19/drivers/thermal/tegra/ |
D | soctherm.c | 906 .get_cur_state = throt_get_cdev_cur_state,
|
/Linux-v4.19/drivers/gpu/drm/etnaviv/ |
D | etnaviv_gpu.c | 1598 .get_cur_state = etnaviv_gpu_cooling_get_cur_state,
|
12