Searched refs:get_max_state (Results 1 – 25 of 28) sorted by relevance
12
/Linux-v4.19/drivers/thermal/ |
D | fair_share.c | 66 cdev->ops->get_max_state(cdev, &max_state); in get_target_state()
|
D | cpu_cooling.c | 559 .get_max_state = cpufreq_get_max_state, 565 .get_max_state = cpufreq_get_max_state,
|
D | clock_cooling.c | 361 .get_max_state = clock_cooling_get_max_state,
|
D | thermal_core.c | 561 ret = cdev->ops->get_max_state(cdev, &max_state); in power_actor_get_min_power() 699 ret = cdev->ops->get_max_state(cdev, &max_state); in thermal_zone_bind_cooling_device() 950 if (!ops || !ops->get_max_state || !ops->get_cur_state || in __thermal_cooling_device_register()
|
D | thermal_sysfs.c | 682 ret = cdev->ops->get_max_state(cdev, &state); in max_state_show() 910 if (cdev->ops->get_max_state(cdev, &states)) in cooling_device_stats_setup()
|
D | devfreq_cooling.c | 396 .get_max_state = devfreq_cooling_get_max_state,
|
D | db8500_thermal.c | 70 cdev->ops->get_max_state(cdev, &max_state); in db8500_cdev_bind()
|
D | intel_powerclamp.c | 663 .get_max_state = powerclamp_get_max_state,
|
/Linux-v4.19/drivers/acpi/ |
D | processor_thermal.c | 269 .get_max_state = processor_get_max_state,
|
D | fan.c | 225 .get_max_state = fan_get_max_state,
|
/Linux-v4.19/drivers/thermal/int340x_thermal/ |
D | int3406_thermal.c | 96 .get_max_state = int3406_thermal_get_max_state,
|
D | int3403_thermal.c | 169 .get_max_state = int3403_get_max_state,
|
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | thermal.c | 67 .get_max_state = ath10k_thermal_get_max_throttle_state,
|
/Linux-v4.19/drivers/hwmon/ |
D | pwm-fan.c | 162 .get_max_state = pwm_fan_get_max_state,
|
D | mlxreg-fan.c | 358 .get_max_state = mlxreg_fan_get_max_state,
|
D | gpio-fan.c | 412 .get_max_state = gpio_fan_get_max_state,
|
D | aspeed-pwm-tacho.c | 825 .get_max_state = aspeed_pwm_cz_get_max_state,
|
D | npcm750-pwm-fan.c | 835 .get_max_state = npcm7xx_pwm_cz_get_max_state,
|
/Linux-v4.19/include/linux/ |
D | thermal.h | 119 int (*get_max_state) (struct thermal_cooling_device *, unsigned long *); member
|
/Linux-v4.19/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-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_thermal.c | 304 .get_max_state = mlxsw_thermal_get_max_state,
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | tt.c | 818 .get_max_state = iwl_mvm_tcool_get_max_state,
|
/Linux-v4.19/drivers/power/supply/ |
D | power_supply_core.c | 797 .get_max_state = ps_get_max_charge_cntl_limit,
|
/Linux-v4.19/drivers/thermal/tegra/ |
D | soctherm.c | 905 .get_max_state = throt_get_cdev_max_state,
|
12