Home
last modified time | relevance | path

Searched refs:thresholds (Results 1 – 25 of 58) sorted by relevance

123

/Linux-v4.19/drivers/power/supply/
Dda9030_battery.c103 struct da9030_battery_thresholds thresholds; member
260 charger->thresholds.vbat_charge_start)) { in da9030_charger_check_state()
271 charger->thresholds.vbat_charge_stop) { in da9030_charger_check_state()
274 charger->thresholds.vbat_charge_restart); in da9030_charger_check_state()
276 charger->thresholds.vbat_low) { in da9030_charger_check_state()
281 charger->thresholds.vbat_low); in da9030_charger_check_state()
283 if (charger->adc.vchmax_res > charger->thresholds.vcharge_max || in da9030_charger_check_state()
284 charger->adc.vchmin_res < charger->thresholds.vcharge_min || in da9030_charger_check_state()
286 charger->adc.tbat_res < charger->thresholds.tbat_high || in da9030_charger_check_state()
287 charger->adc.tbat_res > charger->thresholds.tbat_low) { in da9030_charger_check_state()
[all …]
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-iio-light-lm3533-als6 Event generated when channel passes one of the four thresholds
16 Get the hysteresis for thresholds Y, that is,
32 These thresholds correspond to the eight zone-boundary
42 in_illuminance0_threshY_{falling,rising} thresholds.
Dsysfs-bus-iio-adc-hi843523 Hysteresis between low and high thresholds can not be lower then 2 and
40 Hysteresis between low and high thresholds can not be lower then 2 and
/Linux-v4.19/Documentation/thermal/
Dnouveau_thermal27 temperature thresholds:
34 WARNING: Some of these thresholds may not be used by Nouveau depending
37 The default value for these thresholds comes from the GPU's vbios. These
38 thresholds can be configured thanks to the following HWMON attributes:
/Linux-v4.19/Documentation/hwmon/
Dlm9230 alarms for high, low, and critical thresholds. There's also an hysteresis to
31 control the thresholds for resetting alarms.
Djc4277 and critical thresholds.
79 There is also an hysteresis to control the thresholds for resetting alarms.
Dsmsc47m19266 in[0-7]_max - lower and upper alarm thresholds for in[0-7]_input reading
78 temp[1-3]_max - lower and upper alarm thresholds for temperatures
Dlm7043 The TMP122/TMP124 also feature configurable temperature thresholds.
Dmax166860 Set to non-zero if you wish to prevent write access to alarm thresholds.
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dtemp.c86 static const char * const thresholds[] = { in nvkm_therm_sensor_event() local
97 temperature, thresholds[thrs]); in nvkm_therm_sensor_event()
100 temperature, thresholds[thrs]); in nvkm_therm_sensor_event()
/Linux-v4.19/mm/
Dmemcontrol.c3508 t = rcu_dereference(memcg->thresholds.primary); in __mem_cgroup_threshold()
3600 struct mem_cgroup_thresholds *thresholds; in __mem_cgroup_usage_register_event() local
3613 thresholds = &memcg->thresholds; in __mem_cgroup_usage_register_event()
3616 thresholds = &memcg->memsw_thresholds; in __mem_cgroup_usage_register_event()
3622 if (thresholds->primary) in __mem_cgroup_usage_register_event()
3625 size = thresholds->primary ? thresholds->primary->size + 1 : 1; in __mem_cgroup_usage_register_event()
3637 if (thresholds->primary) { in __mem_cgroup_usage_register_event()
3638 memcpy(new->entries, thresholds->primary->entries, (size - 1) * in __mem_cgroup_usage_register_event()
3665 kfree(thresholds->spare); in __mem_cgroup_usage_register_event()
3666 thresholds->spare = thresholds->primary; in __mem_cgroup_usage_register_event()
[all …]
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/api/
Dphy.h255 __le16 thresholds[IWL_MAX_DTS_TRIPS]; member
/Linux-v4.19/Documentation/networking/
Dxfrm_sync.txt21 the events. i.e we are going to set thresholds to say "let me
23 These thresholds are set system-wide via sysctls or can be updated
105 Programs installing SAs will need to specify the two thresholds, however,
147 thresholds for an SA using XFRM_MSG_NEWAE (as described in #i above).
Ddctcp.txt15 thresholds. The default ECN marking threshold heuristic for DCTCP on
/Linux-v4.19/include/linux/
Dfsl-diu-fb.h157 __be32 thresholds; member
/Linux-v4.19/drivers/media/pci/solo6x10/
Dsolo6x10-disp.c210 const u16 *thresholds) in solo_set_motion_block() argument
223 buf[x] = cpu_to_le16(thresholds[y * SOLO_MOTION_SZ + x]); in solo_set_motion_block()
/Linux-v4.19/Documentation/cgroup-v1/
Dmemcg_test.txt262 9.10 Memory thresholds
263 Memory controller implements memory thresholds using cgroups notification
276 the thresholds.
278 Use /cgroup/A/memory.memsw.usage_in_bytes to test memsw thresholds.
/Linux-v4.19/Documentation/input/devices/
Dntrig.rst93 events until it hits thresholds and begins propagating. In the interest in
103 Setting the activation size thresholds to large values will result in deciding
105 activation slack while reducing the size thresholds may suffice to eliminate
/Linux-v4.19/sound/soc/codecs/
Dcs42l42.c1578 unsigned int thresholds[CS42L42_NUM_BIASES]; in cs42l42_handle_device_data() local
1698 (u32 *)thresholds, CS42L42_NUM_BIASES); in cs42l42_handle_device_data()
1702 if ((thresholds[i] >= CS42L42_HS_DET_LEVEL_MIN) && in cs42l42_handle_device_data()
1703 (thresholds[i] <= CS42L42_HS_DET_LEVEL_MAX)) in cs42l42_handle_device_data()
1704 cs42l42->bias_thresholds[i] = thresholds[i]; in cs42l42_handle_device_data()
1708 thresholds[i]); in cs42l42_handle_device_data()
/Linux-v4.19/Documentation/devicetree/bindings/iio/light/
Dus5182d.txt11 - upisemi,dark-ths: array of 8 elements containing 16-bit thresholds (adc
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dcs43130.txt36 Define 2 DC impedance thresholds in ohms for HP output control.
/Linux-v4.19/drivers/staging/comedi/drivers/
Djr3_pci.h241 struct thresh_struct thresholds[4]; member
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dtt.c589 cmd.thresholds[idx++] = in iwl_mvm_send_temp_report_ths_cmd()
599 sort(cmd.thresholds, idx, sizeof(s16), compare_temps, NULL); in iwl_mvm_send_temp_report_ths_cmd()
606 if (le16_to_cpu(cmd.thresholds[i]) == in iwl_mvm_send_temp_report_ths_cmd()
/Linux-v4.19/fs/jffs2/
DTODO9 - fine-tune the allocation / GC thresholds
/Linux-v4.19/Documentation/power/
Dpower_supply_class.txt98 about maximal and minimal voltage thresholds of a given battery.
102 retain) the thresholds of a given power supply.
116 age)". I.e. these attributes represents real thresholds, not design values.

123