Home
last modified time | relevance | path

Searched full:deviation (Results 1 – 25 of 102) sorted by relevance

12345

/linux-6.14.4/Documentation/devicetree/bindings/serial/
Dnvidia,tegra20-hsuart.yaml76 TX deviation of connected device can be captured over scope (or noted from its spec) for
80 As an example, consider there is deviation observed in TX for baud rates as listed below. 0
81 to 9600 has 1% deviation 9600 to 115200 2% deviation. This slight deviation is expected and
83 should be set equal to or above deviation observed for avoiding frame errors. Property
/linux-6.14.4/Documentation/userspace-api/media/v4l/
Dext-ctrls-fm-tx.rst11 parameters for audio compression, pilot tone generation, audio deviation
26 Configures RDS signal frequency deviation level in Hz. The range and
101 Enables or disables the audio deviation limiter feature. The limiter
106 Sets the audio deviation limiter feature release time. Unit is in
110 Configures audio frequency deviation level in Hz. The range and step
139 Configures pilot tone frequency deviation level. Unit is in Hz. The
/linux-6.14.4/drivers/clk/st/
Dclkgen-fsyn.c646 static int clk_fs660c32_get_pe(int m, int si, unsigned long *deviation, in clk_fs660c32_get_pe() argument
672 if (new_deviation < *deviation) { in clk_fs660c32_get_pe()
677 *deviation = new_deviation; in clk_fs660c32_get_pe()
688 /* initial condition to say: "infinite deviation" */ in clk_fs660c32_dig_get_params()
689 unsigned long deviation = ~0; in clk_fs660c32_dig_get_params() local
695 for (si = 0; (si <= 8) && deviation; si++) { in clk_fs660c32_dig_get_params()
698 r1 = clk_fs660c32_get_pe(0, si, &deviation, in clk_fs660c32_dig_get_params()
700 r2 = clk_fs660c32_get_pe(31, si, &deviation, in clk_fs660c32_dig_get_params()
707 /* Try to find best deviation */ in clk_fs660c32_dig_get_params()
708 for (m = 1; (m < 31) && deviation; m++) in clk_fs660c32_dig_get_params()
[all …]
Dclkgen-pll.c319 unsigned long deviation = ~0; in clk_pll3200c32_get_params() local
335 for (i = 1; i <= 7 && deviation; i++) { in clk_pll3200c32_get_params()
348 if (!new_deviation || new_deviation < deviation) { in clk_pll3200c32_get_params()
351 deviation = new_deviation; in clk_pll3200c32_get_params()
355 if (deviation == ~0) /* No solution found */ in clk_pll3200c32_get_params()
481 unsigned long deviation = ~0; in clk_pll4600c28_get_params() local
489 for (i = 1; i <= 7 && deviation; i++) { in clk_pll4600c28_get_params()
501 for (; n >= 8 && deviation; n--) { in clk_pll4600c28_get_params()
507 if (!new_deviation || new_deviation < deviation) { in clk_pll4600c28_get_params()
510 deviation = new_deviation; in clk_pll4600c28_get_params()
[all …]
/linux-6.14.4/drivers/usb/gadget/function/
Du_audio.h16 * Same maximum frequency deviation on the slower side as in
17 * sound/usb/endpoint.c. Value is expressed in per-mil deviation.
22 * Maximum frequency deviation on the faster side, default value for UAC1/2.
23 * Value is expressed in per-mil deviation.
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr3/
Dia_css_tnr3_types.h47 1]; /** Standard deviation for Y at points Y0, Y1, Y2, Y3 */
49 1]; /** Standard deviation for U at points U0, U1, U2, U3 */
51 1]; /** Standard deviation for V at points V0, V1, V2, V3 */
/linux-6.14.4/Documentation/admin-guide/media/
Dsi4713.rst104 - pilot_deviation - Configures pilot tone frequency deviation level.
116 * Limiter setups audio deviation limiter feature. Once a over deviation occurs,
118 prevent over deviation.
121 - limiter_deviation - Configures audio frequency deviation level.
Dsi476x.rst147 0x21 dev Frequency deviation
150 0x26 pilotdev Pilot deviation in units of 100 Hz
153 0x29 strongdev Frequency deviation
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dgv100.c116 u32 deviation; /* absolute diff between TPC# and average_tpcs, averaged across GPCs */ in gv100_gr_scg_estimate_perf() local
117 u32 norm_tpc_deviation; /* deviation/max_tpc_per_gpc */ in gv100_gr_scg_estimate_perf()
192 deviation = 0; in gv100_gr_scg_estimate_perf()
199 deviation += diff; in gv100_gr_scg_estimate_perf()
202 deviation /= gr->gpc_nr; in gv100_gr_scg_estimate_perf()
204 norm_tpc_deviation = deviation / max_tpc_gpc; in gv100_gr_scg_estimate_perf()
/linux-6.14.4/fs/bcachefs/
Dtime_stats.h14 * - standard deviation of event durations, standard and weighted
18 * deviation and weighted standard deviation, to give an efficient-to-compute
Dmean_and_variance.c93 * mean_and_variance_get_stddev() - get standard deviation from @s
161 * mean_and_variance_weighted_get_stddev() - get standard deviation from @s
/linux-6.14.4/drivers/iio/adc/
Dqcom-spmi-iadc.c432 u8 deviation; in iadc_rsense_read() local
444 ret = iadc_read(iadc, IADC_NOMINAL_RSENSE, &deviation); in iadc_rsense_read()
449 * Deviation value stored is an offset from 10 mili Ohms, bit 7 is in iadc_rsense_read()
452 sign = (deviation & IADC_NOMINAL_RSENSE_SIGN_MASK) ? -1 : 1; in iadc_rsense_read()
454 deviation &= ~IADC_NOMINAL_RSENSE_SIGN_MASK; in iadc_rsense_read()
458 int_sense += sign * deviation * IADC_INT_RSENSE_DEVIATION; in iadc_rsense_read()
/linux-6.14.4/drivers/cpuidle/governors/
Dmenu.c74 * intervals and if the stand deviation of these 8 intervals is below a
113 * intervals, and checking if the standard deviation of that set
168 * The typical interval is obtained when standard deviation is in get_typical_interval()
170 * deviation is small compared to the average interval (avg > in get_typical_interval()
174 * the standard deviation is greater than 715 s (which is in get_typical_interval()
189 * calculate the average and standard deviation again. Once we get in get_typical_interval()
/linux-6.14.4/net/sunrpc/
Dtimer.c58 * NB: When computing the smoothed RTT and standard deviation,
98 * the mean and mean deviation of RTT for the appropriate type of RPC
/linux-6.14.4/tools/testing/selftests/dma/
Ddma_map_benchmark.c122 printf("average map latency(us):%.1f standard deviation:%.1f\n", in main()
124 printf("average unmap latency(us):%.1f standard deviation:%.1f\n", in main()
/linux-6.14.4/kernel/trace/
Dtrace_benchmark.c97 * Apply Welford's method to calculate standard deviation: in trace_do_benchmark()
113 * stddev is the square of standard deviation but in trace_do_benchmark()
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/dvm/
Dled.c57 * Led blink rate analysis showed an average deviation of 20% on 5000 series
59 * Need to compensate on the led on/off time per HW according to the deviation
/linux-6.14.4/include/linux/
Dmap_benchmark.h20 __u64 map_stddev; /* standard deviation of map latency */
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/dpc2/
Dia_css_dpc2_param.h24 /* 1 line state per color plane for local deviation state*/
/linux-6.14.4/arch/alpha/kernel/
Dtime.c311 const unsigned int deviation = 10000000; in validate_cc_value() local
327 if (cc < cpu_hz[index].min - deviation in validate_cc_value()
328 || cc > cpu_hz[index].max + deviation) in validate_cc_value()
/linux-6.14.4/include/linux/sunrpc/
Dtimer.h18 unsigned long sdrtt[5]; /* smoothed medium deviation of RTT */
/linux-6.14.4/drivers/gpu/drm/i915/
Dintel_step.h15 * It is expected to have 4 number steps per letter. Deviation from
/linux-6.14.4/include/linux/platform_data/
Dhsmmc-omap.h45 /* Register offset deviation */
Dmmc-omap.h35 /* Register offset deviation */
/linux-6.14.4/drivers/net/wireless/ath/
Ddfs_pattern_detector.h24 /* tolerated deviation of radar time stamp in usecs on both sides

12345