| /linux/drivers/media/rc/img-ir/ |
| H A D | img-ir-hw.c | 176 unsigned int tolerance, in img_ir_timing_range_convert() argument 183 min = min - (min*tolerance >> 7); in img_ir_timing_range_convert() 184 max = max + (max*tolerance >> 7); in img_ir_timing_range_convert() 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() 292 unsigned int tolerance, in img_ir_timings_convert() argument 296 regs->ldr = img_ir_symbol_timing(&timings->ldr, tolerance, clock_hz, in img_ir_timings_convert() 299 regs->s00 = img_ir_symbol_timing(&timings->s00, tolerance, clock_hz, in img_ir_timings_convert() 301 regs->s01 = img_ir_symbol_timing(&timings->s01, tolerance, clock_hz, in img_ir_timings_convert() [all …]
|
| H A D | img-ir-rc5.c | 58 .tolerance = 16,
|
| H A D | img-ir-rc6.c | 80 .tolerance = 20,
|
| H A D | img-ir-sharp.c | 80 .tolerance = 20, /* 20% */
|
| /linux/Documentation/misc-devices/ |
| H A D | ad525x_dpot.rst | 9 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/tools/testing/selftests/kvm/x86/ |
| H A D | nested_tsc_scaling_test.c | 40 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/Documentation/hwmon/ |
| H A D | w83792d.rst | 145 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 D | nct6775.rst | 192 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,
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | am335x-nano.dts | 435 /* +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 D | am335x-moxa-uc-8100-me-t.dts | 83 /* 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 D | am335x-osd335x-common.dtsi | 78 /* 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 D | am335x-chilisom.dtsi | 79 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */ 88 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
|
| /linux/include/uapi/linux/ |
| H A D | timex.h | 74 __kernel_long_t tolerance;/* clock frequency tolerance (ppm) member 113 long long tolerance;/* clock frequency tolerance (ppm) member
|
| /linux/tools/testing/selftests/mm/ |
| H A D | hugetlb_reparenting_test.sh | 66 local tolerance=$((7 * 1024 * 1024)) 79 if [[ $actual -ge $(($expected - $tolerance)) ]] && 80 [[ $actual -le $(($expected + $tolerance)) ]]; then
|
| /linux/arch/alpha/kernel/ |
| H A D | time.c | 393 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/net/wireless/ath/ |
| H A D | dfs_pri_detector.c | 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() 61 if (remainder > tolerance) { in pde_get_multiple() 63 if ((fraction - remainder) <= tolerance) in pde_get_multiple()
|
| /linux/drivers/gpu/drm/loongson/ |
| H A D | lsdc_pixpll.c | 199 const unsigned int tolerance = 1000; in lsdc_pixel_pll_compute() local 200 unsigned int min = tolerance; in lsdc_pixel_pll_compute() 240 if (min < tolerance) { in lsdc_pixel_pll_compute()
|
| /linux/net/tipc/ |
| H A D | bearer.h | 122 u32 tolerance; member 169 u32 tolerance; member
|
| H A D | link.c | 149 u32 tolerance; member 248 int tolerance, int priority, 340 return l->tolerance; in tipc_link_tolerance() 477 int tolerance, char net_plane, u32 mtu, int priority, in tipc_link_create() argument 513 l->tolerance = tolerance; in tipc_link_create() 515 bc_rcvlink->tolerance = tolerance; in tipc_link_create() 1208 msecs_to_jiffies(r->tolerance * 10))) in link_retransmit_failure() 1834 int tolerance, int priority, in tipc_link_build_proto_msg() argument 1873 msg_set_link_tolerance(hdr, tolerance); in tipc_link_build_proto_msg() 2232 l->tolerance = peers_tol; in tipc_link_proto_rcv() [all …]
|
| H A D | ib_media.c | 98 .tolerance = TIPC_DEF_LINK_TOL,
|
| H A D | eth_media.c | 92 .tolerance = TIPC_DEF_LINK_TOL,
|
| /linux/include/drm/ |
| H A D | drm_fixed.h | 214 s64 tolerance = div64_s64(DRM_FIXED_ONE, 1000000); in drm_fixp_exp() local 223 while (term >= tolerance) { in drm_fixp_exp()
|
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-io.h | 38 unsigned int tolerance);
|
| /linux/include/linux/ |
| H A D | time32.h | 36 s32 tolerance; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_clock_source.c | 200 uint32_t tolerance) in calc_fb_divider_checking_tolerance() argument 235 if (abs_err <= tolerance) { in calc_fb_divider_checking_tolerance() 262 uint32_t tolerance; in calc_pll_dividers_in_range() local 266 tolerance = (pll_settings->adjusted_pix_clk_100hz * err_tolerance) / in calc_pll_dividers_in_range() 268 if (tolerance < CALC_PLL_CLK_SRC_ERR_TOLERANCE) in calc_pll_dividers_in_range() 269 tolerance = CALC_PLL_CLK_SRC_ERR_TOLERANCE; in calc_pll_dividers_in_range() 284 tolerance)) { in calc_pll_dividers_in_range()
|