hysteresis 6 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/therm.h u8 hysteresis; hysteresis 35 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/therm.h int hysteresis; hysteresis 103 drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c sensor->thrs_critical.hysteresis = value & 0xf; hysteresis 110 drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c sensor->thrs_down_clock.hysteresis = value & 0xf; hysteresis 117 drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c sensor->thrs_fan_boost.hysteresis = value & 0xf; hysteresis 143 drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c sensor->thrs_shutdown.hysteresis = value & 0xf; hysteresis 178 drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c cur_trip->hysteresis = value & 0xf; hysteresis 55 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c temp > (last_trip->temp - last_trip->hysteresis)) hysteresis 227 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c return therm->bios_sensor.thrs_fan_boost.hysteresis; hysteresis 231 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c return therm->bios_sensor.thrs_down_clock.hysteresis; hysteresis 235 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c return therm->bios_sensor.thrs_critical.hysteresis; hysteresis 239 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c return therm->bios_sensor.thrs_shutdown.hysteresis; hysteresis 271 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c therm->bios_sensor.thrs_fan_boost.hysteresis = value; hysteresis 279 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c therm->bios_sensor.thrs_down_clock.hysteresis = value; hysteresis 287 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c therm->bios_sensor.thrs_critical.hysteresis = value; hysteresis 295 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c therm->bios_sensor.thrs_shutdown.hysteresis = value; hysteresis 67 drivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.c nvkm_wr32(device, 0x20484, sensor->thrs_shutdown.hysteresis); hysteresis 83 drivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.c sensor->thrs_fan_boost.hysteresis, hysteresis 85 drivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.c sensor->thrs_down_clock.hysteresis, hysteresis 87 drivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.c sensor->thrs_critical.hysteresis, hysteresis 89 drivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.c sensor->thrs_shutdown.hysteresis); hysteresis 110 drivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.c nvkm_wr32(device, thrs_reg, thrs->temp - thrs->hysteresis); hysteresis 122 drivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.c cur < thrs->temp - thrs->hysteresis) hysteresis 32 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c therm->bios_sensor.thrs_fan_boost.hysteresis = 3; hysteresis 35 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c therm->bios_sensor.thrs_down_clock.hysteresis = 3; hysteresis 38 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c therm->bios_sensor.thrs_critical.hysteresis = 5; hysteresis 41 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c therm->bios_sensor.thrs_shutdown.hysteresis = 5; /*not that it matters */ hysteresis 50 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c s->thrs_fan_boost.hysteresis = max_t(u8, s->thrs_fan_boost.hysteresis, 2); hysteresis 51 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c s->thrs_down_clock.hysteresis = max_t(u8, s->thrs_down_clock.hysteresis, 2); hysteresis 52 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c s->thrs_critical.hysteresis = max_t(u8, s->thrs_critical.hysteresis, 2); hysteresis 53 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c s->thrs_shutdown.hysteresis = max_t(u8, s->thrs_shutdown.hysteresis, 2); hysteresis 150 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c } else if (temp <= thrs->temp - thrs->hysteresis && hysteresis 200 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c sensor->thrs_fan_boost.hysteresis, hysteresis 202 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c sensor->thrs_down_clock.hysteresis, hysteresis 204 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c sensor->thrs_critical.hysteresis, hysteresis 206 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c sensor->thrs_shutdown.hysteresis); hysteresis 69 drivers/hwmon/acpi_power_meter.c u64 hysteresis; hysteresis 402 drivers/hwmon/acpi_power_meter.c if (resource->caps.hysteresis == UNKNOWN_HYSTERESIS) hysteresis 405 drivers/hwmon/acpi_power_meter.c val = resource->caps.hysteresis * 1000; hysteresis 320 drivers/media/usb/gspca/cpia1.c u8 hysteresis; hysteresis 652 drivers/media/usb/gspca/cpia1.c params->compressionParams.hysteresis = 3; hysteresis 922 drivers/media/usb/gspca/cpia1.c sd->params.compressionParams.hysteresis, hysteresis 1240 drivers/net/wireless/ti/wlcore/acx.c acx->hysteresis = hyst; hysteresis 638 drivers/net/wireless/ti/wlcore/acx.h u8 hysteresis; hysteresis 34 drivers/platform/x86/gpd-pocket-fan.c static int hysteresis = HYSTERESIS_DEFAULT; hysteresis 35 drivers/platform/x86/gpd-pocket-fan.c module_param(hysteresis, int, 0444); hysteresis 36 drivers/platform/x86/gpd-pocket-fan.c MODULE_PARM_DESC(hysteresis, hysteresis 101 drivers/platform/x86/gpd-pocket-fan.c if (temp <= (temp_limits[i] - hysteresis)) hysteresis 139 drivers/platform/x86/gpd-pocket-fan.c if (hysteresis < 1000 || hysteresis > 10000) { hysteresis 141 drivers/platform/x86/gpd-pocket-fan.c hysteresis); hysteresis 142 drivers/platform/x86/gpd-pocket-fan.c hysteresis = HYSTERESIS_DEFAULT; hysteresis 94 drivers/staging/iio/resolver/ad2s1210.c bool hysteresis; hysteresis 323 drivers/staging/iio/resolver/ad2s1210.c st->hysteresis = !!(data & AD2S1210_ENABLE_HYSTERESIS); hysteresis 496 drivers/staging/iio/resolver/ad2s1210.c if (st->hysteresis) hysteresis 669 drivers/staging/iio/resolver/ad2s1210.c st->hysteresis = true; hysteresis 502 drivers/thermal/armada_thermal.c unsigned int hysteresis = armada_mc_to_reg_hyst(data, hyst_mc); hysteresis 517 drivers/thermal/armada_thermal.c ctrl1 |= hysteresis << data->hyst_shift; hysteresis 807 drivers/thermal/armada_thermal.c trips[i].hysteresis); hysteresis 361 drivers/thermal/of-thermal.c *hyst = data->trips[trip].hysteresis; hysteresis 375 drivers/thermal/of-thermal.c data->trips[trip].hysteresis = hyst; hysteresis 825 drivers/thermal/of-thermal.c trip->hysteresis = prop; hysteresis 120 drivers/thermal/thermal_helpers.c int trip_temp, hysteresis; hysteresis 132 drivers/thermal/thermal_helpers.c tz->ops->get_trip_hyst(tz, i, &hysteresis); hysteresis 134 drivers/thermal/thermal_helpers.c trip_low = trip_temp - hysteresis; hysteresis 372 include/linux/thermal.h int hysteresis; hysteresis 10876 net/wireless/nl80211.c u32 hysteresis) hysteresis 10905 net/wireless/nl80211.c thresholds[0], hysteresis); hysteresis 10926 net/wireless/nl80211.c cqm_config->rssi_hyst = hysteresis; hysteresis 10963 net/wireless/nl80211.c u32 hysteresis = nla_get_u32(attrs[NL80211_ATTR_CQM_RSSI_HYST]); hysteresis 10969 net/wireless/nl80211.c hysteresis); hysteresis 66 tools/thermal/tmon/tmon.h unsigned long hysteresis;