/Linux-v4.19/drivers/power/supply/ |
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-v4.19/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-adc-hi8435 | 23 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/ |
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:
|
/Linux-v4.19/Documentation/hwmon/ |
D | lm92 | 30 alarms for high, low, and critical thresholds. There's also an hysteresis to 31 control the thresholds for resetting alarms.
|
D | jc42 | 77 and critical thresholds. 79 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 | lm70 | 43 The TMP122/TMP124 also feature configurable temperature thresholds.
|
D | max1668 | 60 Set to non-zero if you wish to prevent write access to alarm thresholds.
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | temp.c | 86 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/ |
D | memcontrol.c | 3508 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/ |
D | phy.h | 255 __le16 thresholds[IWL_MAX_DTS_TRIPS]; member
|
/Linux-v4.19/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 | 15 thresholds. The default ECN marking threshold heuristic for DCTCP on
|
/Linux-v4.19/include/linux/ |
D | fsl-diu-fb.h | 157 __be32 thresholds; member
|
/Linux-v4.19/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()
|
/Linux-v4.19/Documentation/cgroup-v1/ |
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.
|
/Linux-v4.19/Documentation/input/devices/ |
D | ntrig.rst | 93 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/ |
D | cs42l42.c | 1578 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/ |
D | us5182d.txt | 11 - upisemi,dark-ths: array of 8 elements containing 16-bit thresholds (adc
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | cs43130.txt | 36 Define 2 DC impedance thresholds in ohms for HP output control.
|
/Linux-v4.19/drivers/staging/comedi/drivers/ |
D | jr3_pci.h | 241 struct thresh_struct thresholds[4]; member
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | tt.c | 589 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/ |
D | TODO | 9 - fine-tune the allocation / GC thresholds
|
/Linux-v4.19/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.
|