/kernel/linux/linux-5.10/drivers/power/supply/ |
D | da9030_battery.c | 100 struct da9030_battery_thresholds thresholds; member 247 charger->thresholds.vbat_charge_start)) { in da9030_charger_check_state() 258 charger->thresholds.vbat_charge_stop) { in da9030_charger_check_state() 261 charger->thresholds.vbat_charge_restart); in da9030_charger_check_state() 263 charger->thresholds.vbat_low) { in da9030_charger_check_state() 268 charger->thresholds.vbat_low); in da9030_charger_check_state() 270 if (charger->adc.vchmax_res > charger->thresholds.vcharge_max || in da9030_charger_check_state() 271 charger->adc.vchmin_res < charger->thresholds.vcharge_min || in da9030_charger_check_state() 273 charger->adc.tbat_res < charger->thresholds.tbat_high || in da9030_charger_check_state() 274 charger->adc.tbat_res > charger->thresholds.tbat_low) { in da9030_charger_check_state() [all …]
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-detect.rst | 38 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
|
/kernel/linux/linux-5.10/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 | 24 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
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | xdpe12284.rst | 44 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
|
D | lm92.rst | 43 alarms for high, low, and critical thresholds. There's also an hysteresis to 44 control the thresholds for resetting alarms.
|
D | smsc47m192.rst | 78 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
|
D | jc42.rst | 124 and critical thresholds. 126 There is also an hysteresis to control the thresholds for resetting alarms.
|
D | bt1-pvt.rst | 32 thresholds checking synchronously with the data conversion procedure. Due to 107 low/high/standard thresholds).
|
D | lm70.rst | 54 The TMP122/TMP124 also feature configurable temperature thresholds.
|
/kernel/linux/linux-5.10/Documentation/driver-api/thermal/ |
D | nouveau_thermal.rst | 29 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:
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/ |
D | ia_css_anr_types.h | 32 s32 thresholds[4 * 4 * 4]; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/abm/ |
D | main.c | 480 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()
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | xfrm_sync.rst | 26 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).
|
D | dctcp.rst | 18 thresholds. The default ECN marking threshold heuristic for DCTCP on
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | phy.h | 271 __le16 thresholds[IWL_MAX_DTS_TRIPS]; member
|
/kernel/linux/linux-5.10/mm/ |
D | memcontrol.c | 4241 t = rcu_dereference(memcg->thresholds.primary); in __mem_cgroup_threshold() 4333 struct mem_cgroup_thresholds *thresholds; in __mem_cgroup_usage_register_event() local 4346 thresholds = &memcg->thresholds; in __mem_cgroup_usage_register_event() 4349 thresholds = &memcg->memsw_thresholds; in __mem_cgroup_usage_register_event() 4355 if (thresholds->primary) in __mem_cgroup_usage_register_event() 4358 size = thresholds->primary ? thresholds->primary->size + 1 : 1; in __mem_cgroup_usage_register_event() 4369 if (thresholds->primary) in __mem_cgroup_usage_register_event() 4370 memcpy(new->entries, thresholds->primary->entries, in __mem_cgroup_usage_register_event() 4396 kfree(thresholds->spare); in __mem_cgroup_usage_register_event() 4397 thresholds->spare = thresholds->primary; in __mem_cgroup_usage_register_event() [all …]
|
/kernel/linux/linux-5.10/include/linux/ |
D | fsl-diu-fb.h | 152 __be32 thresholds; member
|
/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/ |
D | solo6x10-disp.c | 201 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()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/ |
D | memcg_test.rst | 333 9.10 Memory thresholds 336 Memory controller implements memory thresholds using cgroups notification 351 the thresholds. 353 Use /cgroup/A/memory.memsw.usage_in_bytes to test memsw thresholds.
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | cs42l42.c | 1563 u32 thresholds[CS42L42_NUM_BIASES]; in cs42l42_handle_device_data() local 1672 thresholds, ARRAY_SIZE(thresholds)); in cs42l42_handle_device_data() 1675 if (thresholds[i] <= CS42L42_HS_DET_LEVEL_MAX) in cs42l42_handle_device_data() 1676 cs42l42->bias_thresholds[i] = thresholds[i]; in cs42l42_handle_device_data() 1680 thresholds[i]); in cs42l42_handle_device_data()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | cs43130.txt | 36 Define 2 DC impedance thresholds in ohms for HP output control.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/light/ |
D | us5182d.txt | 11 - upisemi,dark-ths: array of 8 elements containing 16-bit thresholds (adc
|