/linux-4.1.27/drivers/power/ |
D | da9030_battery.c | 103 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.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-iio-light-lm3533-als | 6 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.
|
D | sysfs-bus-iio | 554 different values, but the device can only enable both thresholds 609 change thresholds or neither.
|
/linux-4.1.27/Documentation/thermal/ |
D | nouveau_thermal | 27 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:
|
D | exynos_thermal | 73 thresholds. It invokes core thermal implementation with the call
|
D | sysfs-api.txt | 374 crosses any of the configured thresholds.
|
/linux-4.1.27/Documentation/hwmon/ |
D | lm92 | 32 alarms for high, low, and critical thresholds. There's also an hysteresis to 33 control the thresholds for resetting alarms.
|
D | jc42 | 76 and critical thresholds. 78 There is also an hysteresis to control the thresholds for resetting alarms.
|
D | smsc47m192 | 66 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
|
D | max1668 | 60 Set to non-zero if you wish to prevent write access to alarm thresholds.
|
D | lm73 | 89 passed the 'temp1_max' and 'temp1_min' thresholds, respectively. These
|
D | vt1211 | 172 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
|
D | dme1737 | 170 pwm[1-3]_auto_pwm_min, respectively. The thermal thresholds of the zones are
|
D | lm93 | 40 I.e. this parameter controls the VID pin input thresholds; if your VID
|
D | sysfs-interface | 58 make comparisons of readings to thresholds. This allows violations
|
/linux-4.1.27/drivers/md/ |
D | dm-cache-policy-mq.c | 53 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() 1306 mq->tracker.thresholds[PATTERN_RANDOM] = tmp; in mq_set_config_value() 1309 mq->tracker.thresholds[PATTERN_SEQUENTIAL] = tmp; in mq_set_config_value() 1336 mq->tracker.thresholds[PATTERN_RANDOM], in mq_emit_config_values() 1337 mq->tracker.thresholds[PATTERN_SEQUENTIAL], in mq_emit_config_values()
|
/linux-4.1.27/mm/ |
D | memcontrol.c | 300 struct mem_cgroup_thresholds thresholds; member 3579 t = rcu_dereference(memcg->thresholds.primary); in __mem_cgroup_threshold() 3671 struct mem_cgroup_thresholds *thresholds; in __mem_cgroup_usage_register_event() local 3685 thresholds = &memcg->thresholds; in __mem_cgroup_usage_register_event() 3688 thresholds = &memcg->memsw_thresholds; in __mem_cgroup_usage_register_event() 3694 if (thresholds->primary) in __mem_cgroup_usage_register_event() 3697 size = thresholds->primary ? thresholds->primary->size + 1 : 1; in __mem_cgroup_usage_register_event() 3709 if (thresholds->primary) { in __mem_cgroup_usage_register_event() 3710 memcpy(new->entries, thresholds->primary->entries, (size - 1) * in __mem_cgroup_usage_register_event() 3737 kfree(thresholds->spare); in __mem_cgroup_usage_register_event() [all …]
|
/linux-4.1.27/Documentation/networking/ |
D | xfrm_sync.txt | 21 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).
|
D | dctcp.txt | 14 thresholds. The default ECN marking threshold heuristic for DCTCP on
|
/linux-4.1.27/include/linux/ |
D | fsl-diu-fb.h | 157 __be32 thresholds; member
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
D | solo6x10-disp.c | 210 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()
|
D | solo6x10.h | 388 const u16 *thresholds);
|
/linux-4.1.27/Documentation/cgroups/ |
D | memcg_test.txt | 262 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.
|
D | memory.txt | 319 thresholds. The Memory Controller allows them to be controlled individually 719 9. Memory thresholds 721 Memory cgroup implements memory thresholds using the cgroups notification 723 thresholds and gets notifications when it crosses.
|
/linux-4.1.27/Documentation/input/ |
D | ntrig.txt | 82 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
|
D | cma3000_d0x.txt | 19 when motion exceeds the defined thresholds.
|
D | atarikbd.txt | 274 command is valid only in RELATIVE MOUSE POSITIONING mode. The thresholds
|
/linux-4.1.27/Documentation/device-mapper/ |
D | cache-policies.txt | 38 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.1.27/drivers/staging/comedi/drivers/ |
D | jr3_pci.h | 227 struct thresh_struct thresholds[4]; member
|
/linux-4.1.27/Documentation/power/ |
D | power_supply_class.txt | 98 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.1.27/fs/jffs2/ |
D | TODO | 9 - fine-tune the allocation / GC thresholds
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/4xx/ |
D | emac.txt | 40 thresholds). 42 - mal-burst-size : 1 cell, MAL burst size (used to calculate thresholds)
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | ethernet.txt | 25 flow control thresholds.
|
/linux-4.1.27/Documentation/devicetree/bindings/soc/fsl/ |
D | bman.txt | 15 originally created by software with configurable depletion thresholds. This
|
/linux-4.1.27/drivers/media/usb/go7007/ |
D | go7007-fw.c | 1437 u16 thresholds[] = { in modet_to_package() local 1456 ret = copy_packages(code, thresholds, 1, space); in modet_to_package()
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | boot-options.txt | 58 analysis less effective if the bios sets thresholds for memory
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 486 memory accesses. These sysctls control the thresholds for scan delays and 929 events and the soft and hard lockup thresholds. The default threshold
|
/linux-4.1.27/Documentation/ |
D | bcache.txt | 172 You can disable this if you need to by setting the thresholds to 0:
|
/linux-4.1.27/drivers/video/fbdev/ |
D | fsl-diu-fb.c | 449 hw->syn_pol, hw->thresholds, hw->int_mask, hw->plut); in fsl_diu_dump()
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 611 buffer thresholds. The default ECN marking threshold heuristic for
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 547 thresholds.
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 702 thresholds can be controlled through the sysctl watchdog_thresh.
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 1187 HDD temperature drops to 41 degrees. These thresholds cannot
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 1033 smart_thresholds IDE disk management thresholds
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 1934 reached duration thresholds.
|