| /Linux-v5.4/drivers/media/rc/img-ir/ |
| 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 …]
|
| D | img-ir-rc5.c | 58 .tolerance = 16,
|
| D | img-ir-rc6.c | 80 .tolerance = 20,
|
| D | img-ir-sharp.c | 80 .tolerance = 20, /* 20% */
|
| /Linux-v5.4/Documentation/misc-devices/ |
| D | ad525x_dpot.txt | 7 settings. Access to the factory programmed tolerance is also provided, but 15 Each dpot device will have a set of eeprom, rdac, and tolerance files. How 22 The tolerance files are the read-only factory programmed tolerance settings
|
| /Linux-v5.4/Documentation/power/ |
| D | pm_qos_interface.rst | 100 state latency tolerance (in microseconds) and the third one is for PM QoS flags. 103 The target values of resume latency and active state latency tolerance are 189 Active state latency tolerance 198 If there is a latency tolerance control mechanism for a given device available 204 Whenever the effective latency tolerance changes for the device, its 207 latency tolerance requirements for the device is empty, the callback is expected 208 to switch the underlying hardware latency tolerance control mechanism to an 212 automatically updating the device's latency tolerance in response to its power 214 be done in the autonomous latency tolerance control mode. 218 Then, user space can use that attribute to specify its latency tolerance [all …]
|
| /Linux-v5.4/Documentation/hwmon/ |
| 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]
|
| D | nct6775.rst | 186 Temperature step tolerance. 198 Target temperature tolerance, unit millidegree Celsius 234 Target speed tolerance 258 Temperature tolerance, unit millidegree Celsius 261 Temperature tolerance for critical temperature,
|
| /Linux-v5.4/include/uapi/linux/ |
| D | timex.h | 73 __kernel_long_t tolerance;/* clock frequency tolerance (ppm) member 111 long long tolerance;/* clock frequency tolerance (ppm) member
|
| /Linux-v5.4/arch/arm/boot/dts/ |
| D | am335x-nano.dts | 417 /* +1.5V voltage with ±4% tolerance */ 425 /* VDD_MPU voltage limits 0.95V - 1.1V with ±4% tolerance */ 434 /* VDD_CORE voltage limits 0.95V - 1.1V with ±4% tolerance */ 443 /* +1.8V voltage with ±4% tolerance */ 451 /* +3.3V voltage with ±4% tolerance */ 459 /* +1.8V voltage with ±4% tolerance */ 467 /* +3.3V voltage with ±4% tolerance */
|
| D | am335x-osd335x-common.dtsi | 77 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */ 86 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
|
| 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 */
|
| D | am335x-shc.dts | 26 * tolerance value is reduced to 2% from 4% and 34 voltage-tolerance = <2>; /* 2 percentage */ 274 * +/-4% tolerance 289 * +/-4% tolerance
|
| /Linux-v5.4/Documentation/devicetree/bindings/cpufreq/ |
| D | cpufreq-dt.txt | 19 - voltage-tolerance: Specify the CPU voltage tolerance in percentage.
|
| /Linux-v5.4/arch/alpha/kernel/ |
| D | time.c | 393 unsigned long cycle_freq, tolerance; in time_init() local 423 tolerance = cycle_freq / 4000; in time_init() 427 if ((unsigned long)diff > tolerance) { in time_init()
|
| /Linux-v5.4/Documentation/devicetree/bindings/serial/ |
| D | nvidia,tegra20-hsuart.txt | 36 Baud Rate tolerance: 37 Standard UART devices are expected to have tolerance for baud rate error by 39 Tegra186 chip has a known hardware issue. UART Rx baud rate tolerance level
|
| /Linux-v5.4/drivers/net/wireless/ath/ |
| D | dfs_pri_detector.c | 45 static u32 pde_get_multiple(u32 val, u32 fraction, u32 tolerance) in pde_get_multiple() argument 56 if (delta <= tolerance) in pde_get_multiple() 62 if (remainder > tolerance) { in pde_get_multiple() 64 if ((fraction - remainder) <= tolerance) in pde_get_multiple()
|
| /Linux-v5.4/include/drm/ |
| D | drm_fixed.h | 190 s64 tolerance = div64_s64(DRM_FIXED_ONE, 1000000); in drm_fixp_exp() local 199 while (term >= tolerance) { in drm_fixp_exp()
|
| /Linux-v5.4/net/tipc/ |
| D | bearer.h | 121 u32 tolerance; member 162 u32 tolerance; member
|
| D | link.c | 135 u32 tolerance; member 239 int tolerance, int priority, 322 return l->tolerance; in tipc_link_tolerance() 443 int tolerance, char net_plane, u32 mtu, int priority, in tipc_link_create() argument 481 l->tolerance = tolerance; in tipc_link_create() 483 bc_rcvlink->tolerance = tolerance; in tipc_link_create() 1087 msecs_to_jiffies(r->tolerance))) in link_retransmit_failure() 1602 int tolerance, int priority, in tipc_link_build_proto_msg() argument 1641 msg_set_link_tolerance(hdr, tolerance); in tipc_link_build_proto_msg() 1989 l->tolerance = peers_tol; in tipc_link_proto_rcv() [all …]
|
| D | ib_media.c | 96 .tolerance = TIPC_DEF_LINK_TOL,
|
| D | eth_media.c | 94 .tolerance = TIPC_DEF_LINK_TOL,
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce/ |
| D | dce_clock_source.c | 199 uint32_t tolerance) in calc_fb_divider_checking_tolerance() argument 234 if (abs_err <= tolerance) { in calc_fb_divider_checking_tolerance() 261 uint32_t tolerance; in calc_pll_dividers_in_range() local 265 tolerance = (pll_settings->adjusted_pix_clk_100hz * err_tolerance) / in calc_pll_dividers_in_range() 267 if (tolerance < CALC_PLL_CLK_SRC_ERR_TOLERANCE) in calc_pll_dividers_in_range() 268 tolerance = CALC_PLL_CLK_SRC_ERR_TOLERANCE; in calc_pll_dividers_in_range() 283 tolerance)) { in calc_pll_dividers_in_range()
|
| /Linux-v5.4/drivers/media/usb/pvrusb2/ |
| D | pvrusb2-io.h | 38 unsigned int tolerance);
|
| /Linux-v5.4/drivers/hwmon/ |
| D | w83l786ng.c | 135 u8 tolerance[2]; member 208 data->tolerance[0] = reg_tmp & 0x0f; in w83l786ng_update_device() 209 data->tolerance[1] = (reg_tmp >> 4) & 0x0f; in w83l786ng_update_device() 579 return sprintf(buf, "%ld\n", (long)data->tolerance[nr]); in show_tolerance() 602 data->tolerance[nr] = tol_tmp; in store_tolerance()
|