Searched refs:drift (Results 1 – 16 of 16) sorted by relevance
| /linux/arch/mips/kvm/ |
| H A D | emulate.c | 549 int drift, ret = 0; in kvm_mips_restore_hrtimer() local 562 drift = count - before_count; in kvm_mips_restore_hrtimer() 563 if (drift < min_drift) { in kvm_mips_restore_hrtimer() 565 vcpu->arch.count_bias += drift; in kvm_mips_restore_hrtimer() 566 ret = drift; in kvm_mips_restore_hrtimer() 578 drift = count - now_count; in kvm_mips_restore_hrtimer() 579 if (drift > 0) { in kvm_mips_restore_hrtimer() 581 vcpu->arch.count_bias += drift; in kvm_mips_restore_hrtimer() 582 ret = drift; in kvm_mips_restore_hrtimer()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-platform-trackpoint | 109 drift (noise) calibration occurs. 111 IBM Trackpoints have a feature to compensate for drift by
|
| H A D | sysfs-bus-iio-adc-mcp3564 | 34 so the residual offset error temperature drift is extremely low.
|
| H A D | sysfs-class-thermal | 132 for long term drift. For more information see
|
| H A D | sysfs-timecard | 82 Description: (RO) Contains the current drift value used by the firmware
|
| /linux/Documentation/devicetree/bindings/clock/ti/ |
| H A D | dra7-atl.txt | 7 signals - can compensate the drift between the two ws signal.
|
| /linux/Documentation/iio/ |
| H A D | ade9000.rst | 17 range. An integrated high end reference ensures low drift over temperature 18 with a combined drift of less than ±25 ppm/°C maximum for the entire channel
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | core.c | 2702 u16 *drift = bcn_stat->drift; in rtw89_bcn_calc_drift() local 2708 drift[i] = _rtw89_bcn_calc_drift(tbtt_tu[i], offset_tu, in rtw89_bcn_calc_drift() 2715 sort(drift, RTW89_BCN_TRACK_STAT_NR, sizeof(*drift), cmp_u16, NULL); in rtw89_bcn_calc_drift() 2723 u16 *drift = bcn_stat->drift; in rtw89_bcn_calc_distribution() local 2732 bcn_dist->min = drift[0]; in rtw89_bcn_calc_distribution() 2733 bcn_dist->max = drift[RTW89_BCN_TRACK_STAT_NR - 1]; in rtw89_bcn_calc_distribution() 2736 q1 = ((drift[tmp] + drift[tmp - 1]) * RTW89_BCN_TRACK_SCALE_FACTOR) / 2; in rtw89_bcn_calc_distribution() 2739 q3 = ((drift[tmp] + drift[tmp - 1]) * RTW89_BCN_TRACK_SCALE_FACTOR) / 2; in rtw89_bcn_calc_distribution() 2764 if (drift[i] < lower_bound || drift[i] > upper_bound) in rtw89_bcn_calc_distribution() 2777 u16 *drift = bcn_stat->drift; in rtw89_bcn_get_coverage() local [all …]
|
| H A D | debug.c | 5015 u16 *drift = bcn_stat->drift; in rtw89_debug_priv_beacon_info_get() local 5045 while (i + count < bcn_num && drift[i] == drift[i + count]) in rtw89_debug_priv_beacon_info_get() 5048 p += scnprintf(p, end - p, "%u: %u\n", drift[i], count); in rtw89_debug_priv_beacon_info_get()
|
| H A D | core.h | 6546 u16 drift[RTW89_BCN_TRACK_STAT_NR]; member
|
| /linux/Documentation/input/devices/ |
| H A D | ntrig.rst | 119 The calibration of these devices does drift over time. If ghosts or contact
|
| /linux/Documentation/core-api/ |
| H A D | timekeeping.rst | 56 clocksource without (NTP) adjustments for clock drift. This is
|
| /linux/Documentation/driver-api/thermal/ |
| H A D | power_allocator.rst | 166 allows the PID controller to compensate for long term drift and for
|
| /linux/Documentation/timers/ |
| H A D | timekeeping.rst | 155 drift between the CPUs on the system. The kernel can work around this by
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | timekeeping.rst | 392 cause the CPU clocks, and thus the TSCs to drift over time. Depending on the 393 exact clock and bus design, the drift may or may not be fixed in absolute
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | buffer.rst | 210 drift between the video and system clock. For output streams that
|