Home
last modified time | relevance | path

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

123

/linux/drivers/power/supply/
A Dda9030_battery.c263 charger->thresholds.vbat_low) { in da9030_charger_check_state()
268 charger->thresholds.vbat_low); in da9030_charger_check_state()
377 charger->thresholds.vbat_crit); in da9030_battery_vbat_event()
381 charger->thresholds.vbat_crit) { in da9030_battery_vbat_event()
418 charger->thresholds.vbat_low = in da9030_battery_convert_thresholds()
420 charger->thresholds.vbat_crit = in da9030_battery_convert_thresholds()
424 charger->thresholds.vbat_charge_stop = in da9030_battery_convert_thresholds()
429 charger->thresholds.vcharge_min = in da9030_battery_convert_thresholds()
431 charger->thresholds.vcharge_max = in da9030_battery_convert_thresholds()
455 v[2] = charger->thresholds.tbat_high; in da9030_battery_charger_init()
[all …]
/linux/Documentation/userspace-api/media/v4l/
A Dext-ctrls-detect.rst38 detection threshold. These thresholds are set through the
42 value that specifies which per-region motion detection thresholds
43 should be used. Each region has its own thresholds. How these
44 per-region thresholds are set up is driver-specific. The region
55 Sets the motion detection thresholds for each cell in the grid. To
/linux/Documentation/ABI/testing/
A 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.
A Dsysfs-bus-iio-adc-hi843524 Hysteresis between low and high thresholds can not be lower then 2 and
44 Hysteresis between low and high thresholds can not be lower then 2 and
/linux/Documentation/hwmon/
A Dxdpe12284.rst44 The driver provides for current: input, maximum and critical thresholds
45 and maximum and critical alarms. Critical thresholds and critical alarm are
62 The driver provides for voltage: input, critical and low critical thresholds
90 The driver provides for temperature: input, maximum and critical thresholds
A Dlm92.rst43 alarms for high, low, and critical thresholds. There's also an hysteresis to
44 control the thresholds for resetting alarms.
A Djc42.rst124 and critical thresholds.
126 There is also an hysteresis to control the thresholds for resetting alarms.
A Dsmsc47m192.rst78 in[0-7]_max lower and upper alarm thresholds for in[0-7]_input reading
90 temp[1-3]_max lower and upper alarm thresholds for temperatures
A Dbt1-pvt.rst32 thresholds checking synchronously with the data conversion procedure. Due to
107 low/high/standard thresholds).
A Dsbtsi_temp.rst41 Limits can be set through the writable thresholds, and if reached will trigger
/linux/Documentation/driver-api/thermal/
A Dnouveau_thermal.rst29 temperature thresholds:
41 Some of these thresholds may not be used by Nouveau depending
44 The default value for these thresholds comes from the GPU's vbios. These
45 thresholds can be configured thanks to the following HWMON attributes:
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
A 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/drivers/net/ethernet/netronome/nfp/abm/
A Dmain.c480 abm->thresholds = kvcalloc(abm->num_thresholds, in nfp_abm_init()
481 sizeof(*abm->thresholds), GFP_KERNEL); in nfp_abm_init()
482 if (!abm->thresholds) in nfp_abm_init()
513 kvfree(abm->thresholds); in nfp_abm_init()
531 kvfree(abm->thresholds); in nfp_abm_clean()
/linux/mm/
A Dmemcontrol.c4173 thresholds = &memcg->thresholds; in __mem_cgroup_usage_register_event()
4182 if (thresholds->primary) in __mem_cgroup_usage_register_event()
4185 size = thresholds->primary ? thresholds->primary->size + 1 : 1; in __mem_cgroup_usage_register_event()
4196 if (thresholds->primary) in __mem_cgroup_usage_register_event()
4223 kfree(thresholds->spare); in __mem_cgroup_usage_register_event()
4224 thresholds->spare = thresholds->primary; in __mem_cgroup_usage_register_event()
4260 thresholds = &memcg->thresholds; in __mem_cgroup_usage_unregister_event()
4268 if (!thresholds->primary) in __mem_cgroup_usage_unregister_event()
4283 new = thresholds->spare; in __mem_cgroup_usage_unregister_event()
4318 thresholds->spare = thresholds->primary; in __mem_cgroup_usage_unregister_event()
[all …]
/linux/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/
A Dia_css_anr_types.h32 s32 thresholds[4 * 4 * 4]; member
/linux/Documentation/networking/
A Dxfrm_sync.rst26 the events. i.e we are going to set thresholds to say "let me
28 These thresholds are set system-wide via sysctls or can be updated
116 Programs installing SAs will need to specify the two thresholds, however,
166 thresholds for an SA using XFRM_MSG_NEWAE (as described in #i above).
A Ddctcp.rst18 thresholds. The default ECN marking threshold heuristic for DCTCP on
/linux/Documentation/admin-guide/cgroup-v1/
A Dmemcg_test.rst322 9.10 Memory thresholds
325 Memory controller implements memory thresholds using cgroups notification
340 the thresholds.
342 Use /cgroup/A/memory.memsw.usage_in_bytes to test memsw thresholds.
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
A Dphy.h213 __le16 thresholds[IWL_MAX_DTS_TRIPS]; member
/linux/drivers/media/pci/solo6x10/
A Dsolo6x10-disp.c201 const u16 *thresholds) in solo_set_motion_block() argument
214 buf[x] = cpu_to_le16(thresholds[y * SOLO_MOTION_SZ + x]); in solo_set_motion_block()
/linux/Documentation/input/devices/
A 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/include/linux/
A Dfsl-diu-fb.h152 __be32 thresholds; member
/linux/sound/soc/codecs/
A Dcs42l42.c1852 u32 thresholds[CS42L42_NUM_BIASES]; in cs42l42_handle_device_data() local
1961 thresholds, ARRAY_SIZE(thresholds)); in cs42l42_handle_device_data()
1964 if (thresholds[i] <= CS42L42_HS_DET_LEVEL_MAX) in cs42l42_handle_device_data()
1965 cs42l42->bias_thresholds[i] = thresholds[i]; in cs42l42_handle_device_data()
1969 thresholds[i]); in cs42l42_handle_device_data()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
A Dtt.c574 cmd.thresholds[idx++] = in iwl_mvm_send_temp_report_ths_cmd()
584 sort(cmd.thresholds, idx, sizeof(s16), compare_temps, NULL); in iwl_mvm_send_temp_report_ths_cmd()
591 if (le16_to_cpu(cmd.thresholds[i]) == in iwl_mvm_send_temp_report_ths_cmd()
/linux/Documentation/devicetree/bindings/thermal/
A Dthermal-zones.yaml48 platform-data regarding temperature thresholds and the mitigation actions
49 to take when the temperature crosses those thresholds.
176 crosses one of the temperature thresholds described in the trips

Completed in 46 milliseconds

123