Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/power/
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-4.4.14/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
Dsysfs-bus-iio597 different values, but the device can only enable both thresholds
652 change thresholds or neither.
/linux-4.4.14/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:
Dexynos_thermal73 thresholds. It invokes core thermal implementation with the call
Dsysfs-api.txt469 crosses any of the configured thresholds.
/linux-4.4.14/Documentation/hwmon/
Dlm9232 alarms for high, low, and critical thresholds. There's also an hysteresis to
33 control the thresholds for resetting alarms.
Djc4276 and critical thresholds.
78 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
Dmax166860 Set to non-zero if you wish to prevent write access to alarm thresholds.
Dlm7389 passed the 'temp1_max' and 'temp1_min' thresholds, respectively. These
Dvt1211172 thermal thresholds exist that controls both PWMs output duty-cycles. The
173 thermal thresholds are accessible via pwm[1-2]_auto_point[1-4]_temp. Note
Ddme1737170 pwm[1-3]_auto_pwm_min, respectively. The thermal thresholds of the zones are
Dlm9340 I.e. this parameter controls the VID pin input thresholds; if your VID
Dsysfs-interface58 make comparisons of readings to thresholds. This allows violations
/linux-4.4.14/drivers/md/
Ddm-cache-policy-mq.c53 unsigned thresholds[2]; member
65 t->thresholds[PATTERN_RANDOM] = random_threshold; in iot_init()
66 t->thresholds[PATTERN_SEQUENTIAL] = sequential_threshold; in iot_init()
98 if (t->nr_rand_samples >= t->thresholds[PATTERN_RANDOM]) { in iot_check_for_pattern_switch()
105 if (t->nr_seq_samples >= t->thresholds[PATTERN_SEQUENTIAL]) { in iot_check_for_pattern_switch()
953 else if (mq->tracker.thresholds[PATTERN_SEQUENTIAL] && in map()
1312 mq->tracker.thresholds[PATTERN_RANDOM] = tmp; in mq_set_config_value()
1315 mq->tracker.thresholds[PATTERN_SEQUENTIAL] = tmp; in mq_set_config_value()
1343 mq->tracker.thresholds[PATTERN_RANDOM], in mq_emit_config_values()
1344 mq->tracker.thresholds[PATTERN_SEQUENTIAL], in mq_emit_config_values()
/linux-4.4.14/mm/
Dmemcontrol.c3280 t = rcu_dereference(memcg->thresholds.primary); in __mem_cgroup_threshold()
3372 struct mem_cgroup_thresholds *thresholds; in __mem_cgroup_usage_register_event() local
3385 thresholds = &memcg->thresholds; in __mem_cgroup_usage_register_event()
3388 thresholds = &memcg->memsw_thresholds; in __mem_cgroup_usage_register_event()
3394 if (thresholds->primary) in __mem_cgroup_usage_register_event()
3397 size = thresholds->primary ? thresholds->primary->size + 1 : 1; in __mem_cgroup_usage_register_event()
3409 if (thresholds->primary) { in __mem_cgroup_usage_register_event()
3410 memcpy(new->entries, thresholds->primary->entries, (size - 1) * in __mem_cgroup_usage_register_event()
3437 kfree(thresholds->spare); in __mem_cgroup_usage_register_event()
3438 thresholds->spare = thresholds->primary; in __mem_cgroup_usage_register_event()
[all …]
/linux-4.4.14/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-4.4.14/include/linux/
Dfsl-diu-fb.h157 __be32 thresholds; member
Dmemcontrol.h223 struct mem_cgroup_thresholds thresholds; member
/linux-4.4.14/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()
Dsolo6x10.h364 const u16 *thresholds);
/linux-4.4.14/Documentation/cgroups/
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.
Dmemory.txt319 thresholds. The Memory Controller allows them to be controlled individually
720 9. Memory thresholds
722 Memory cgroup implements memory thresholds using the cgroups notification
724 thresholds and gets notifications when it crosses.
/linux-4.4.14/Documentation/input/
Dntrig.txt82 events until it hits thresholds and begins propagating. In the interest in
92 Setting the activation size thresholds to large values will result in deciding
94 activation slack while reducing the size thresholds may suffice to eliminate
Dcma3000_d0x.txt19 when motion exceeds the defined thresholds.
Datarikbd.txt274 command is valid only in RELATIVE MOUSE POSITIONING mode. The thresholds
/linux-4.4.14/Documentation/devicetree/bindings/iio/light/
Dus5182d.txt10 - upisemi,dark-ths: array of 8 elements containing 16-bit thresholds (adc
/linux-4.4.14/drivers/staging/comedi/drivers/
Djr3_pci.h227 struct thresh_struct thresholds[4]; member
/linux-4.4.14/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.
/linux-4.4.14/fs/jffs2/
DTODO9 - fine-tune the allocation / GC thresholds
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/4xx/
Demac.txt40 thresholds).
42 - mal-burst-size : 1 cell, MAL burst size (used to calculate thresholds)
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dethernet.txt25 flow control thresholds.
/linux-4.4.14/Documentation/device-mapper/
Dcache-policies.txt38 the cache is based on variable thresholds and queue selection is based
55 The sequential and random thresholds default to 512 and 4 respectively.
/linux-4.4.14/Documentation/devicetree/bindings/soc/fsl/
Dbman.txt15 originally created by software with configurable depletion thresholds. This
/linux-4.4.14/drivers/media/usb/go7007/
Dgo7007-fw.c1437 u16 thresholds[] = { in modet_to_package() local
1456 ret = copy_packages(code, thresholds, 1, space); in modet_to_package()
/linux-4.4.14/Documentation/x86/x86_64/
Dboot-options.txt61 analysis less effective if the bios sets thresholds for memory
/linux-4.4.14/drivers/thermal/
DKconfig308 and get/set thresholds on DTSs.
/linux-4.4.14/Documentation/sysctl/
Dkernel.txt498 memory accesses. These sysctls control the thresholds for scan delays and
962 events and the soft and hard lockup thresholds. The default threshold
/linux-4.4.14/Documentation/
Dbcache.txt172 You can disable this if you need to by setting the thresholds to 0:
/linux-4.4.14/drivers/video/fbdev/
Dfsl-diu-fb.c449 hw->syn_pol, hw->thresholds, hw->int_mask, hw->plut); in fsl_diu_dump()
/linux-4.4.14/net/ipv4/
DKconfig597 buffer thresholds. The default ECN marking threshold heuristic for
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt547 thresholds.
/linux-4.4.14/Documentation/laptops/
Dthinkpad-acpi.txt1187 HDD temperature drops to 41 degrees. These thresholds cannot
/linux-4.4.14/lib/
DKconfig.debug712 thresholds can be controlled through the sysctl watchdog_thresh.
/linux-4.4.14/Documentation/filesystems/
Dproc.txt1048 smart_thresholds IDE disk management thresholds
/linux-4.4.14/Documentation/trace/
Dftrace.txt1947 reached duration thresholds.