Home
last modified time | relevance | path

Searched full:tolerance (Results 1 – 25 of 149) sorted by relevance

123456

/linux/drivers/media/rc/img-ir/
H A Dimg-ir-hw.c166 * @tolerance: Tolerance as a fraction of 128 (roughly percent).
171 * tolerance, and shifts for the register, rounding in the right direction.
176 unsigned int tolerance, in img_ir_timing_range_convert() argument
182 /* add a tolerance */ in img_ir_timing_range_convert()
183 min = min - (min*tolerance >> 7); in img_ir_timing_range_convert()
184 max = max + (max*tolerance >> 7); in img_ir_timing_range_convert()
196 * @tolerance: Timing tolerance where 0-128 represents 0-100%
204 unsigned int tolerance, in img_ir_symbol_timing() argument
214 tolerance, clock_hz, pd_shift); in img_ir_symbol_timing()
216 tolerance, clock_hz, w_shift); in img_ir_symbol_timing()
[all …]
H A Dimg-ir-hw.h57 * and is taken care of by the tolerance)
148 * @tolerance: Timing tolerance as a percentage (default 10%).
167 unsigned int tolerance; member
/linux/Documentation/hwmon/
H A Dw83792d.rst145 via thermal_cruise# file. The tolerance# file serves to create T +- tolerance
147 remains below the thermal_cruise# +- tolerance# value. Once the temperature
148 exceeds the high limit (T+tolerance), the fan will be turned on with a
156 limit (T-tolerance), the fan speed will be fixed at the current speed because
168 temperature region (sf2_point@_fan# +- tolerance#) it will cause fans to run
194 tolerance[1-3]
H A Dnct6775.rst192 Temperature step tolerance.
204 Target temperature tolerance, unit millidegree Celsius
240 Target speed tolerance
264 Temperature tolerance, unit millidegree Celsius
267 Temperature tolerance for critical temperature,
H A Dw83793.rst89 predefined value, within a tolerance margin. So if tempX_input >
92 the PWM value. If the temperature is within the tolerance range, the PWM
/linux/Documentation/misc-devices/
H A Dad525x_dpot.rst9 settings. Access to the factory programmed tolerance is also provided, but
16 Each dpot device will have a set of eeprom, rdac, and tolerance files. How
23 The tolerance files are the read-only factory programmed tolerance settings
/linux/drivers/net/wireless/ath/
H A Ddfs_pri_detector.c41 * pde_get_multiple() - get number of multiples considering a given tolerance
42 * Return value: factor if abs(val - factor*fraction) <= tolerance, 0 otherwise
44 static u32 pde_get_multiple(u32 val, u32 fraction, u32 tolerance) in pde_get_multiple() argument
55 if (delta <= tolerance) in pde_get_multiple()
56 /* val and fraction are within tolerance */ in pde_get_multiple()
61 if (remainder > tolerance) { in pde_get_multiple()
63 if ((fraction - remainder) <= tolerance) in pde_get_multiple()
64 /* remainder is within tolerance */ in pde_get_multiple()
H A Ddfs_pattern_detector.h63 * @pri_min: minimum pulse repetition interval in [us] (including tolerance)
64 * @pri_max: minimum pri in [us] (including tolerance)
68 * @max_pri_tolerance: pulse time stamp tolerance on both sides [us]
/linux/Documentation/devicetree/bindings/opp/
H A Dopp-v1.yaml30 voltage-tolerance:
34 The voltage tolerance in percent. Use OPP tables for new designs instead.
45 voltage-tolerance: [ operating-points ]
/linux/tools/testing/selftests/drivers/net/hw/
H A Ddevlink_rate_tc_bw.py40 - Tolerance: +-12%
72 Validates total bandwidth and individual shares with tolerance
85 """Calculates the minimum acceptable value based on tolerance."""
89 """Calculates the maximum acceptable value based on tolerance."""
94 Return True if all given values fall within tolerance.
348 Ensures the total measured bandwidth falls within the acceptable tolerance.
/linux/tools/testing/selftests/kvm/x86/
H A Dnested_tsc_scaling_test.c40 uint64_t tolerance, thresh_low, thresh_high; in compare_tsc_freq() local
42 tolerance = expected / 100; in compare_tsc_freq()
43 thresh_low = expected - tolerance; in compare_tsc_freq()
44 thresh_high = expected + tolerance; in compare_tsc_freq()
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-nano.dts435 /* +1.5V voltage with ±4% tolerance */
443 /* VDD_MPU voltage limits 0.95V - 1.1V with ±4% tolerance */
452 /* VDD_CORE voltage limits 0.95V - 1.1V with ±4% tolerance */
461 /* +1.8V voltage with ±4% tolerance */
469 /* +3.3V voltage with ±4% tolerance */
477 /* +1.8V voltage with ±4% tolerance */
485 /* +3.3V voltage with ±4% tolerance */
H A Dam335x-moxa-uc-8100-me-t.dts83 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
92 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
H A Dam335x-osd335x-common.dtsi78 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
87 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
H A Dam335x-chilisom.dtsi79 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
88 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
/linux/net/tipc/
H A Dbearer.h95 * @tolerance: default time (in ms) before declaring link failure
122 u32 tolerance; member
144 * @tolerance: default link tolerance for bearer
169 u32 tolerance; member
/linux/drivers/staging/media/imx/
H A Dimx-media-fim.c37 #define FIM_CL_TOLERANCE_MAX_DEF 0 /* no max tolerance (unbounded) */
119 /* disable tolerance range if max <= min */ in reset_fim()
166 "FIM: %llu ignored, out of tolerance bounds\n", in frame_interval_monitor()
272 .name = "FIM Tolerance Min",
282 .name = "FIM Tolerance Max",
/linux/Documentation/ABI/removed/
H A Dsysfs-mce14 Tolerance level. When a machine check exception occurs for a
20 defies normal kernel locking rules. The tolerance level
/linux/include/uapi/linux/
H A Dtimex.h74 __kernel_long_t tolerance;/* clock frequency tolerance (ppm) member
113 long long tolerance;/* clock frequency tolerance (ppm) member
/linux/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py46 self.tolerance = t
104 Get bounds and tolerance from lb, ub, and error.
105 If missing lb, use 0.0; missing ub, use float('inf); missing error, use self.tolerance.
109 @param error: float/str, error tolerance
112 tolerance, denormalized base on upper bound value
136 t = get_bound_value(error, self.tolerance, ridx)
488 'ErrorThreshold': self.tolerance,
/linux/tools/testing/selftests/mm/
H A Dhugetlb_reparenting_test.sh66 local tolerance=$((7 * 1024 * 1024))
79 if [[ $actual -ge $(($expected - $tolerance)) ]] &&
80 [[ $actual -le $(($expected + $tolerance)) ]]; then
/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_rgb.c55 * VESA DMT defines a tolerance of 0.5% on the pixel clock, while the
56 * CVT spec reuses that tolerance in its examples, so it looks to be a
57 * good default tolerance for the EDID-based modes. Define it to 5 per
/linux/Documentation/devicetree/bindings/serial/
H A Dnvidia,tegra20-hsuart.yaml70 Standard UART devices are expected to have tolerance for baud rate error by -4 to +4 %. All
72 issue. UART RX baud rate tolerance level is 0% to +4% in 1-stop config. Otherwise, the
/linux/arch/alpha/kernel/
H A Dtime.c393 unsigned long cycle_freq, tolerance; in time_init() local
421 tolerance = cycle_freq / 4000; in time_init()
425 if ((unsigned long)diff > tolerance) { in time_init()
/linux/drivers/hwmon/
H A Dw83792d.c153 0x87, /* (bit3-0)SmartFan Fan1 tolerance */
154 0x87, /* (bit7-4)SmartFan Fan2 tolerance */
155 0x97 /* (bit3-0)SmartFan Fan3 tolerance */
281 u8 tolerance[3]; /* Fan1,2,3 tolerance(Smart Fan I/II) */ member
797 return sprintf(buf, "%ld\n", (long)data->tolerance[nr-1]); in show_tolerance()
821 data->tolerance[nr] = tol_tmp; in store_tolerance()
1561 /* Update Smart Fan I/II tolerance */ in w83792d_update_device()
1563 data->tolerance[0] = reg_tmp & 0x0f; in w83792d_update_device()
1564 data->tolerance[1] = (reg_tmp >> 4) & 0x0f; in w83792d_update_device()
1565 data->tolerance[2] = w83792d_read_value(client, in w83792d_update_device()

123456