/Linux-v4.19/arch/x86/kernel/ |
D | tsc_sync.c | 27 s64 adjusted; member 67 if (adj->adjusted == curval) in tsc_verify_tsc_adjust() 71 wrmsrl(MSR_IA32_TSC_ADJUST, adj->adjusted); in tsc_verify_tsc_adjust() 75 smp_processor_id(), adj->adjusted, curval); in tsc_verify_tsc_adjust() 110 cur->adjusted = bootval; in tsc_sanitize_first_cpu() 158 cur->adjusted = bootval; in tsc_store_and_check_tsc_adjust() 190 if (bootval != ref->adjusted) { in tsc_store_and_check_tsc_adjust() 191 cur->adjusted = ref->adjusted; in tsc_store_and_check_tsc_adjust() 192 wrmsrl(MSR_IA32_TSC_ADJUST, ref->adjusted); in tsc_store_and_check_tsc_adjust() 484 cur->adjusted += cur_max_warp; in check_tsc_sync_target() [all …]
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | xenvm-4.2.dts | 20 /* this field is going to be adjusted by the hypervisor */ 50 /* this field is going to be adjusted by the hypervisor */ 73 /* this field is going to be adjusted by the hypervisor */ 75 /* this field is going to be adjusted by the hypervisor */
|
D | armada-xp-db-xc3-24g4xg.dts | 16 * solution) or the below Device Tree should be adjusted.
|
D | armada-xp-db-dxbc2.dts | 16 * solution) or the below Device Tree should be adjusted.
|
D | armada-xp-db.dts | 20 * solution) or the below Device Tree should be adjusted.
|
/Linux-v4.19/Documentation/hwmon/ |
D | max197 | 53 For the MAX197, it will be adjusted to -10000, -5000, or 0. 54 For the MAX199, it will be adjusted to -4000, -2000, or 0. 58 For the MAX197, it will be adjusted to 0, 5000, or 10000. 59 For the MAX199, it will be adjusted to 0, 2000, or 4000.
|
D | adt7462 | 24 that allows fan speed to be adjusted automatically based on any of the three
|
D | adt7470 | 24 that allows fan speed to be adjusted automatically based on any of the ten
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-g-selection.rst | 77 rectangle. The original rectangle must lay inside the adjusted one. 80 rectangle. The adjusted rectangle must lay inside the original one. 99 3. Keep center of adjusted rectangle as close as possible to the 108 contains the adjusted rectangle. When the parameters are unsuitable the
|
/Linux-v4.19/Documentation/devicetree/bindings/serial/ |
D | arm_sbsa_uart.txt | 4 cannot be adjusted at runtime, so it lacks a clock specifier here.
|
/Linux-v4.19/drivers/misc/ |
D | bh1770glc.c | 262 u16 adjusted; in bh1770_psraw_to_adjusted() local 263 adjusted = (u16)(((u32)(psraw + chip->prox_const) * chip->prox_coef) / in bh1770_psraw_to_adjusted() 265 if (adjusted > BH1770_PROX_RANGE) in bh1770_psraw_to_adjusted() 266 adjusted = BH1770_PROX_RANGE; in bh1770_psraw_to_adjusted() 267 return adjusted; in bh1770_psraw_to_adjusted() 311 u16 adjusted) in bh1770_lux_adjusted_to_raw() argument 313 return (u32)adjusted * BH1770_LUX_CORR_SCALE / chip->lux_corr; in bh1770_lux_adjusted_to_raw()
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | video-set-format.rst | 54 device (TV) so that the output of the decoder can be adjusted
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | index.rst | 13 filesystem and can be quired and adjusted using ``sysctl``. These APIs
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | decbin.S | 38 | if negative, count the trailing zeros. Set the adjusted 58 | mantissa in FP0 by the factor in FP1 if the adjusted 471 | Check the sign of the adjusted exp and make the value in fp0 the
|
D | bindec.S | 95 | to be a fraction; i.e. (mantissa)/10^LEN and adjusted 622 | d4: LEN/LEN adjusted 624 | d6: ILOG/ILOG adjusted 629 | fp0: int portion of Y/abs(YINT) adjusted
|
/Linux-v4.19/samples/pktgen/ |
D | README.rst | 4 can easily be copied and adjusted for your own use-case.
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | nfsd-admin-interfaces.txt | 29 Between startup and shutdown, the number of threads may be adjusted up
|
/Linux-v4.19/arch/arc/lib/ |
D | strcmp.S | 75 bic_s r0,r0,r1 ; <this is the adjusted mask for zeros>
|
/Linux-v4.19/block/ |
D | blk-throttle.c | 315 uint64_t adjusted; in tg_bps_limit() local 317 adjusted = throtl_adjusted_limit(tg->bps[rw][LIMIT_LOW], td); in tg_bps_limit() 318 ret = min(tg->bps[rw][LIMIT_MAX], adjusted); in tg_bps_limit() 345 uint64_t adjusted; in tg_iops_limit() local 347 adjusted = throtl_adjusted_limit(tg->iops[rw][LIMIT_LOW], td); in tg_iops_limit() 348 if (adjusted > UINT_MAX) in tg_iops_limit() 349 adjusted = UINT_MAX; in tg_iops_limit() 350 ret = min_t(unsigned int, tg->iops[rw][LIMIT_MAX], adjusted); in tg_iops_limit()
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_modes.c | 817 struct drm_display_mode adjusted = *mode; in drm_mode_get_hv_timing() local 819 drm_mode_set_crtcinfo(&adjusted, CRTC_STEREO_DOUBLE_ONLY); in drm_mode_get_hv_timing() 820 *hdisplay = adjusted.crtc_hdisplay; in drm_mode_get_hv_timing() 821 *vdisplay = adjusted.crtc_vdisplay; in drm_mode_get_hv_timing()
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | sysfs-class-tpm | 66 scaled to be displayed in usecs. In this case "[adjusted]" 184 "[original]" or "[adjusted]" depending on whether the values
|
/Linux-v4.19/Documentation/leds/ |
D | leds-lm3556.txt | 18 from 93.75 mA to 1500 mA.The Flash currents are adjusted via the CURRENT
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-rtc | 73 (RW) The amount which the rtc clock has been adjusted in
|
/Linux-v4.19/Documentation/filesystems/ |
D | tmpfs.txt | 11 be adjusted on the fly via 'mount -o remount ...' 83 adjusted on the fly via 'mount -o remount ...'
|
/Linux-v4.19/Documentation/driver-model/ |
D | device.txt | 23 0. The reference count can be adjusted using:
|