/Linux-v4.19/Documentation/hwmon/ |
D | max1668 | 29 temp1_max rw local temperature maximum threshold for alarm 30 temp1_max_alarm ro local temperature maximum threshold alarm 31 temp1_min rw local temperature minimum threshold for alarm 32 temp1_min_alarm ro local temperature minimum threshold alarm 34 temp2_max rw remote temperature 1 maximum threshold for alarm 35 temp2_max_alarm ro remote temperature 1 maximum threshold alarm 36 temp2_min rw remote temperature 1 minimum threshold for alarm 37 temp2_min_alarm ro remote temperature 1 minimum threshold alarm 39 temp3_max rw remote temperature 2 maximum threshold for alarm 40 temp3_max_alarm ro remote temperature 2 maximum threshold alarm [all …]
|
D | ltc2945 | 50 in1_min Undervoltage threshold 51 in1_max Overvoltage threshold 59 in2_min Undervoltage threshold 60 in2_max Overvoltage threshold 68 curr1_min Undercurrent threshold 69 curr1_max Overcurrent threshold 78 power1_min Low lower threshold 79 power1_max High power threshold
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-iio-adc-hi8435 | 6 Program sensor type for threshold detector inputs. 8 threshold detector input channel. Channels 0..7, 8..15, 16..23 16 Channel Y low voltage threshold. If sensor input voltage goes lower then 17 this value then the threshold falling event is pushed. 18 Depending on in_voltageY_sensing_mode the low voltage threshold 20 Channels 0..31 have common low threshold values, but could have different 22 The low voltage threshold range is between 2..21V. 25 If falling threshold results hysteresis to odd value then rising 26 threshold is automatically subtracted by one. 33 Channel Y high voltage threshold. If sensor input voltage goes higher then [all …]
|
/Linux-v4.19/drivers/soc/tegra/fuse/ |
D | speedo-tegra124.c | 62 int *threshold) in rev_sku_to_speedo_ids() argument 70 *threshold = THRESHOLD_INDEX_0; in rev_sku_to_speedo_ids() 88 *threshold = THRESHOLD_INDEX_0; in rev_sku_to_speedo_ids() 96 *threshold = THRESHOLD_INDEX_1; in rev_sku_to_speedo_ids() 104 *threshold = THRESHOLD_INDEX_1; in rev_sku_to_speedo_ids() 115 int i, threshold, cpu_speedo_0_value, soc_speedo_0_value; in tegra124_init_speedo_data() local 144 rev_sku_to_speedo_ids(sku_info, &threshold); in tegra124_init_speedo_data() 150 gpu_process_speedos[threshold][i]) in tegra124_init_speedo_data() 156 cpu_process_speedos[threshold][i]) in tegra124_init_speedo_data() 162 soc_process_speedos[threshold][i]) in tegra124_init_speedo_data()
|
D | speedo-tegra114.c | 45 int *threshold) in rev_sku_to_speedo_ids() argument 58 *threshold = THRESHOLD_INDEX_0; in rev_sku_to_speedo_ids() 65 *threshold = THRESHOLD_INDEX_1; in rev_sku_to_speedo_ids() 72 *threshold = THRESHOLD_INDEX_0; in rev_sku_to_speedo_ids() 88 int threshold; in tegra114_init_speedo_data() local 96 rev_sku_to_speedo_ids(sku_info, &threshold); in tegra114_init_speedo_data() 102 if (cpu_speedo_val < cpu_process_speedos[threshold][i]) in tegra114_init_speedo_data() 107 if (soc_speedo_val < soc_process_speedos[threshold][i]) in tegra114_init_speedo_data()
|
/Linux-v4.19/net/wireless/ |
D | wext-spy.c | 116 struct iw_thrspy * threshold = (struct iw_thrspy *) extra; in iw_handler_set_thrspy() local 123 memcpy(&(spydata->spy_thr_low), &(threshold->low), in iw_handler_set_thrspy() 143 struct iw_thrspy * threshold = (struct iw_thrspy *) extra; in iw_handler_get_thrspy() local 150 memcpy(&(threshold->low), &(spydata->spy_thr_low), in iw_handler_get_thrspy() 167 struct iw_thrspy threshold; in iw_send_thrspy_event() local 173 memcpy(threshold.addr.sa_data, address, ETH_ALEN); in iw_send_thrspy_event() 174 threshold.addr.sa_family = ARPHRD_ETHER; in iw_send_thrspy_event() 176 memcpy(&(threshold.qual), wstats, sizeof(struct iw_quality)); in iw_send_thrspy_event() 178 memcpy(&(threshold.low), &(spydata->spy_thr_low), in iw_send_thrspy_event() 182 wireless_send_event(dev, SIOCGIWTHRSPY, &wrqu, (char *) &threshold); in iw_send_thrspy_event()
|
/Linux-v4.19/drivers/cpuidle/governors/ |
D | ladder.c | 32 } threshold; member 89 last_residency > last_state->threshold.promotion_time && in ladder_select_state() 93 if (last_state->stats.promotion_count >= last_state->threshold.promotion_count) { in ladder_select_state() 115 last_residency < last_state->threshold.demotion_time) { in ladder_select_state() 118 if (last_state->stats.demotion_count >= last_state->threshold.demotion_count) { in ladder_select_state() 151 lstate->threshold.promotion_count = PROMOTION_COUNT; in ladder_enable_device() 152 lstate->threshold.demotion_count = DEMOTION_COUNT; in ladder_enable_device() 155 lstate->threshold.promotion_time = state->exit_latency; in ladder_enable_device() 157 lstate->threshold.demotion_time = state->exit_latency; in ladder_enable_device()
|
/Linux-v4.19/Documentation/misc-devices/ |
D | bh1770glc.txt | 22 low and high threshold interrupts. 30 Driver uses threshold interrupts to avoid need for polling the values. 32 by using a delayed work. As long as there is proximity threshold above 34 below the threshold value, there is no interrupt and the delayed work will 57 sysfs_notify called when threshold interrupt occurs 69 RW - HI level threshold value. All results above the value 74 RW - LO level threshold value. All results below the value 87 sysfs_notify called when threshold interrupt occurs 101 RW - Measurement rate (in Hz) when the level is above threshold 105 RW - Measurement rate (in Hz) when the level is below threshold [all …]
|
D | apds990x.txt | 21 (infrared + visible light) and IR only. However, threshold comparisons happen 22 using clear channel only. Lux value and the threshold level on the HW 27 channels. HW threshold level is calculated from the given lux value to match 57 sysfs_notify called when threshold interrupt occurs 79 RW - HI level threshold value. All results above the value 84 RW - LO level threshold value. All results below the value 89 sysfs_notify called when threshold interrupt occurs 111 RW - threshold level which trigs proximity events.
|
/Linux-v4.19/Documentation/devicetree/bindings/input/ |
D | adc-keys.txt | 8 - keyup-threshold-microvolt: Voltage at which all the keys are considered up. 20 - press-threshold-microvolt: Voltage ADC input when this key is pressed. 30 keyup-threshold-microvolt = <2000000>; 35 press-threshold-microvolt = <1500000>; 41 press-threshold-microvolt = <1000000>; 47 press-threshold-microvolt = <500000>;
|
/Linux-v4.19/lib/zstd/ |
D | entropy_common.c | 66 int threshold; in FSE_readNCount() local 82 threshold = 1 << nbBits; in FSE_readNCount() 118 int const max = (2 * threshold - 1) - remaining; in FSE_readNCount() 121 if ((bitStream & (threshold - 1)) < (U32)max) { in FSE_readNCount() 122 count = bitStream & (threshold - 1); in FSE_readNCount() 125 count = bitStream & (2 * threshold - 1); in FSE_readNCount() 126 if (count >= threshold) in FSE_readNCount() 135 while (remaining < threshold) { in FSE_readNCount() 137 threshold >>= 1; in FSE_readNCount()
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | si476x.rst | 40 crossed below the blend threshold 42 frequency is lower than threshold 44 frequency is lower than threshold 46 bandwidth is less than threshold 49 softmute threshold 89 0x00 mxhi 0 - FM Mixer PD high threshold is 91 1 - FM Mixer PD high threshold is 115 the Multipath high threshold 117 the Multipath high threshold 118 0x01 multlint ditto for Multipath low threshold [all …]
|
/Linux-v4.19/drivers/staging/axis-fifo/ |
D | axis-fifo.txt | 38 - xlnx,rx-fifo-pe-threshold: RX programmable empty interrupt threshold 39 - xlnx,rx-fifo-pf-threshold: RX programmable full interrupt threshold 44 - xlnx,tx-fifo-pe-threshold: TX programmable empty interrupt threshold 45 - xlnx,tx-fifo-pf-threshold: TX programmable full interrupt threshold 76 xlnx,rx-fifo-pe-threshold = <0x2>; 77 xlnx,rx-fifo-pf-threshold = <0x1fb>; 82 xlnx,tx-fifo-pe-threshold = <0x200>; 83 xlnx,tx-fifo-pf-threshold = <0x7ffb>;
|
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/ |
D | max17042_battery.txt | 12 Optional threshold properties : 14 - maxim,cold-temp : Temperature threshold to report battery 16 - maxim,over-heat-temp : Temperature threshold to report battery 18 - maxim,dead-volt : Voltage threshold to report battery 20 - maxim,over-volt : Voltage threshold to report battery
|
/Linux-v4.19/arch/arm64/boot/dts/amlogic/ |
D | meson-gxbb-p200.dts | 28 keyup-threshold-microvolt = <1800000>; 33 press-threshold-microvolt = <900000>; /* 50% */ 39 press-threshold-microvolt = <684000>; /* 38% */ 45 press-threshold-microvolt = <468000>; /* 26% */ 51 press-threshold-microvolt = <252000>; /* 14% */ 57 press-threshold-microvolt = <0>; /* 0% */
|
/Linux-v4.19/drivers/md/persistent-data/ |
D | dm-space-map-metadata.c | 23 struct threshold { struct 26 dm_block_t threshold; argument 32 static void threshold_init(struct threshold *t) in threshold_init() argument 38 static void set_threshold(struct threshold *t, dm_block_t value, in set_threshold() 42 t->threshold = value; in set_threshold() 47 static bool below_threshold(struct threshold *t, dm_block_t value) in below_threshold() 49 return t->threshold_set && value <= t->threshold; in below_threshold() 52 static bool threshold_already_triggered(struct threshold *t) in threshold_already_triggered() 57 static void check_threshold(struct threshold *t, dm_block_t value) in check_threshold() 178 struct threshold threshold; member [all …]
|
/Linux-v4.19/drivers/iio/adc/ |
D | xilinx-xadc-events.c | 172 *val = xadc->threshold[offset]; in xadc_read_event_value() 204 xadc->threshold[offset] = val; in xadc_write_event_value() 228 if (xadc->threshold[offset] < xadc->temp_hysteresis) in xadc_write_event_value() 229 xadc->threshold[offset + 4] = 0; in xadc_write_event_value() 231 xadc->threshold[offset + 4] = xadc->threshold[offset] - in xadc_write_event_value() 234 xadc->threshold[offset + 4]); in xadc_write_event_value()
|
/Linux-v4.19/drivers/watchdog/ |
D | intel_scu_watchdog.c | 126 static int watchdog_set_ipc(int soft_threshold, int threshold) in watchdog_set_ipc() argument 134 ipc_wbuf[1] = threshold; in watchdog_set_ipc() 175 iowrite32(watchdog_device.threshold, in watchdog_timer_interrupt() 217 watchdog_device.threshold = in intel_scu_set_heartbeat() 229 watchdog_device.threshold); in intel_scu_set_heartbeat() 235 watchdog_device.threshold = in intel_scu_set_heartbeat() 236 watchdog_device.threshold / FREQ_ADJUSTMENT; in intel_scu_set_heartbeat() 245 watchdog_device.threshold); in intel_scu_set_heartbeat() 498 watchdog_device.threshold = in intel_scu_watchdog_init()
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | nau8824.txt | 29 - nuvoton,sar-threshold-num: Number of buttons supported 30 …- nuvoton,sar-threshold: Impedance threshold for each button. Array that contains up to 8 buttons … 33 Refer datasheet section 10.2 for more information about threshold calculation. 80 nuvoton,sar-threshold-num = <4>; 81 nuvoton,sar-threshold = <0xc 0x1e 0x38 0x60>;
|
/Linux-v4.19/Documentation/thermal/ |
D | exynos_thermal | 39 The maximum number of configurable threshold is five. 40 The threshold levels are defined as follows: 41 Level_0: current temperature > trigger_level_0 + threshold 42 Level_1: current temperature > trigger_level_1 + threshold 43 Level_2: current temperature > trigger_level_2 + threshold 44 Level_3: current temperature > trigger_level_3 + threshold 46 The threshold and each trigger_level are set
|
/Linux-v4.19/Documentation/devicetree/bindings/regulator/ |
D | vctrl.txt | 17 - ovp-threshold-percent : overvoltage protection (OVP) threshold of the 27 each step is within the OVP threshold. 31 This value is required when ovp-threshold-percent is 48 ovp-threshold-percent = <16>;
|
/Linux-v4.19/drivers/gpu/host1x/hw/ |
D | host1x01_hardware.h | 30 unsigned indx, unsigned threshold) in host1x_class_host_wait_syncpt() argument 33 | host1x_uclass_wait_syncpt_thresh_f(threshold); in host1x_class_host_wait_syncpt() 37 unsigned indx, unsigned threshold) in host1x_class_host_load_syncpt_base() argument 40 | host1x_uclass_load_syncpt_base_value_f(threshold); in host1x_class_host_load_syncpt_base()
|
D | host1x02_hardware.h | 30 unsigned indx, unsigned threshold) in host1x_class_host_wait_syncpt() argument 33 | host1x_uclass_wait_syncpt_thresh_f(threshold); in host1x_class_host_wait_syncpt() 37 unsigned indx, unsigned threshold) in host1x_class_host_load_syncpt_base() argument 40 | host1x_uclass_load_syncpt_base_value_f(threshold); in host1x_class_host_load_syncpt_base()
|
D | host1x04_hardware.h | 30 unsigned indx, unsigned threshold) in host1x_class_host_wait_syncpt() argument 33 | host1x_uclass_wait_syncpt_thresh_f(threshold); in host1x_class_host_wait_syncpt() 37 unsigned indx, unsigned threshold) in host1x_class_host_load_syncpt_base() argument 40 | host1x_uclass_load_syncpt_base_value_f(threshold); in host1x_class_host_load_syncpt_base()
|
D | host1x06_hardware.h | 30 unsigned indx, unsigned threshold) in host1x_class_host_wait_syncpt() argument 33 | host1x_uclass_wait_syncpt_thresh_f(threshold); in host1x_class_host_wait_syncpt() 37 unsigned indx, unsigned threshold) in host1x_class_host_load_syncpt_base() argument 40 | host1x_uclass_load_syncpt_base_value_f(threshold); in host1x_class_host_load_syncpt_base()
|