| /linux/drivers/thermal/ |
| H A D | thermal_thresholds.c | 25 struct list_head *thresholds = &tz->user_thresholds; in __thermal_thresholds_flush() local 28 list_for_each_entry_safe(entry, tmp, thresholds, list_node) { in __thermal_thresholds_flush() 60 static struct user_threshold *__thermal_thresholds_find(const struct list_head *thresholds, in __thermal_thresholds_find() argument 65 list_for_each_entry(t, thresholds, list_node) in __thermal_thresholds_find() 72 static bool thermal_thresholds_handle_raising(struct list_head *thresholds, int temperature, in thermal_thresholds_handle_raising() argument 77 list_for_each_entry(t, thresholds, list_node) { in thermal_thresholds_handle_raising() 90 static bool thermal_thresholds_handle_dropping(struct list_head *thresholds, int temperature, in thermal_thresholds_handle_dropping() argument 95 list_for_each_entry_reverse(t, thresholds, list_node) { in thermal_thresholds_handle_dropping() 108 static void thermal_threshold_find_boundaries(struct list_head *thresholds, int temperature, in thermal_threshold_find_boundaries() argument 113 list_for_each_entry(t, thresholds, list_node) { in thermal_threshold_find_boundaries() [all …]
|
| /linux/mm/ |
| H A D | memcontrol-v1.c | 438 t = rcu_dereference(memcg->thresholds.primary); in __mem_cgroup_threshold() 736 struct mem_cgroup_thresholds *thresholds; in __mem_cgroup_usage_register_event() local 749 thresholds = &memcg->thresholds; in __mem_cgroup_usage_register_event() 752 thresholds = &memcg->memsw_thresholds; in __mem_cgroup_usage_register_event() 758 if (thresholds->primary) in __mem_cgroup_usage_register_event() 761 size = thresholds->primary ? thresholds->primary->size + 1 : 1; in __mem_cgroup_usage_register_event() 772 if (thresholds->primary) in __mem_cgroup_usage_register_event() 773 memcpy(new->entries, thresholds->primary->entries, in __mem_cgroup_usage_register_event() 799 kfree(thresholds->spare); in __mem_cgroup_usage_register_event() 800 thresholds->spare = thresholds->primary; in __mem_cgroup_usage_register_event() [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-detect.rst | 39 detection threshold. These thresholds are set through the 43 value that specifies which per-region motion detection thresholds 44 should be used. Each region has its own thresholds. How these 45 per-region thresholds are set up is driver-specific. The region 56 Sets the motion detection thresholds for each cell in the grid. To
|
| /linux/Documentation/ABI/testing/ |
| H A 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.
|
| H A 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
|
| /linux/Documentation/hwmon/ |
| H A D | xdpe152c4.rst | 37 The driver provides for current: input, maximum and critical thresholds 38 and maximum and critical alarms. Low Critical thresholds and Low critical alarm are 61 The driver provides for voltage: input, critical and low critical thresholds 106 The driver provides for temperature: input, maximum and critical thresholds
|
| H A D | xdpe12284.rst | 48 The driver provides for current: input, maximum and critical thresholds 49 and maximum and critical alarms. Critical thresholds and critical alarm are 66 The driver provides for voltage: input, critical and low critical thresholds 94 The driver provides for temperature: input, maximum and critical thresholds
|
| H A D | lm92.rst | 43 alarms for high, low, and critical thresholds. There's also an hysteresis to 44 control the thresholds for resetting alarms.
|
| H A 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
|
| H A D | sbtsi_temp.rst | 41 Limits can be set through the writable thresholds, and if reached will trigger
|
| H A D | bt1-pvt.rst | 32 thresholds checking synchronously with the data conversion procedure. Due to 107 low/high/standard thresholds).
|
| H A D | spd5118.rst | 35 for low critical, low, high, and critical thresholds.
|
| /linux/Documentation/driver-api/thermal/ |
| H A 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:
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
| H A 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/drivers/net/ethernet/netronome/nfp/abm/ |
| H A 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()
|
| /linux/drivers/input/keyboard/ |
| H A D | cap11xx.c | 97 u32 thresholds[8]; member 260 priv->thresholds, priv->model->num_channels)) { in cap11xx_init_keys() 262 if (priv->thresholds[i] > 127) { in cap11xx_init_keys() 264 priv->thresholds[i]); in cap11xx_init_keys() 270 priv->thresholds[i]); in cap11xx_init_keys()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_gt_sriov_pf_config_types.h | 39 u32 thresholds[XE_GUC_KLV_NUM_THRESHOLDS]; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | phy.h | 234 __le16 thresholds[IWL_MAX_DTS_TRIPS]; member
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | memcg_test.rst | 322 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/media/pci/solo6x10/ |
| H A 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()
|
| /linux/Documentation/input/devices/ |
| H A 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/include/linux/ |
| H A D | fsl-diu-fb.h | 152 __be32 thresholds; member
|
| /linux/Documentation/networking/ |
| H A D | dctcp.rst | 18 thresholds. The default ECN marking threshold heuristic for DCTCP on
|
| /linux/drivers/firmware/arm_scmi/ |
| H A D | powercap.c | 117 u64 thresholds; member 119 (lower_32_bits((p)->states[(id)].thresholds)) 121 (upper_32_bits((p)->states[(id)].thresholds)) 618 pi->states[domain_id].thresholds = in scmi_powercap_measurements_threshold_set()
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | cs43130.txt | 36 Define 2 DC impedance thresholds in ohms for HP output control.
|