/Linux-v4.19/drivers/input/mouse/ |
D | appletouch.c | 227 int smooth[ATP_SMOOTHSIZE]; member 405 memset(dev->smooth, 0, 4 * sizeof(dev->smooth[0])); in atp_calculate_abs() 408 dev->smooth[i + 4] = xy_sensors[i] << ATP_SCALE; in atp_calculate_abs() 409 memset(&dev->smooth[nb_sensors + 4], 0, 4 * sizeof(dev->smooth[0])); in atp_calculate_abs() 413 dev->smooth_tmp[0] = (dev->smooth[0] + dev->smooth[1]) / 2; in atp_calculate_abs() 417 dev->smooth_tmp[i] = (dev->smooth[i - 1] + in atp_calculate_abs() 418 dev->smooth[i] * 2 + in atp_calculate_abs() 419 dev->smooth[i + 1]) / 4; in atp_calculate_abs() 422 dev->smooth_tmp[i] = (dev->smooth[i - 1] + dev->smooth[i]) / 2; in atp_calculate_abs() 424 memcpy(dev->smooth, dev->smooth_tmp, sizeof(dev->smooth)); in atp_calculate_abs() [all …]
|
/Linux-v4.19/drivers/video/fbdev/ |
D | pxa168fb.h | 232 #define CFG_GRA_HSMOOTH(smooth) ((smooth) << 14) argument 249 #define CFG_DMA_HSMOOTH(smooth) ((smooth) << 6) argument
|
/Linux-v4.19/net/dccp/ccids/ |
D | Kconfig | 25 relatively smooth sending rate is of importance.
|
/Linux-v4.19/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.h | 455 #define CFG_GRA_HSMOOTH(smooth) ((smooth)<<14) argument 476 #define CFG_DMA_HSMOOTH(smooth) ((smooth)<<6) argument
|
/Linux-v4.19/Documentation/hwmon/ |
D | asc7621 | 37 data sheet. Our temperature reports and fan PWM outputs are very smooth 92 The aSC7621 also includes a digital filter that can be invoked to smooth
|
D | lm85 | 98 To smooth the response of fans to changes in temperature, the LM85 has an
|
D | lm93 | 54 table based. The LM93 includes a digital filter that can be invoked to smooth
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-power | 93 which they average readings to smooth out the reported value. 256 which they average readings to smooth out the reported value. 299 average readings to smooth out the reported value.
|
/Linux-v4.19/Documentation/sound/designs/ |
D | procfile.rst | 120 buggy) hardware that doesn't give smooth pointer updates.
|
/Linux-v4.19/block/ |
D | Kconfig | 147 background writeback from the VM, making it more smooth and having
|
/Linux-v4.19/Documentation/block/ |
D | queue-sysfs.txt | 194 have more smooth throughput, but higher CPU overhead. This exists only when
|
D | bfq-iosched.txt | 223 perfectly fair, and smooth service. In particular, B-WF2Q+
|
/Linux-v4.19/Documentation/admin-guide/ |
D | unicode.rst | 72 a smooth progression in the DEC VT graphics character set. I have
|
/Linux-v4.19/Documentation/scsi/ |
D | osst.txt | 102 tape (or the file system) in order to smooth out the data stream and prevent
|
/Linux-v4.19/drivers/staging/rtlwifi/phydm/ |
D | phydm_debug.c | 624 static u8 MCSS, tail, parity, rsv, vrsv, idx, smooth, htsound, agg, in phydm_bb_debug_info() local 1000 smooth = (u8)(value32 & 0x01); in phydm_bb_debug_info() 1014 "Smooth/NoSound/Rsv/Aggregate/STBC/LDPC", smooth, in phydm_bb_debug_info()
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | URB.rst | 267 completion keeps (re)submitting a later URB, you'll get smooth ISO streaming
|
/Linux-v4.19/Documentation/trace/ |
D | ftrace-design.rst | 72 optimizing for the default case of no tracer will help the smooth running of
|
/Linux-v4.19/Documentation/filesystems/ |
D | ramfs-rootfs-initramfs.txt | 340 smooth transition and allowing early boot functionality to gradually move to
|
D | coda.txt | 1669 above requirements fully. For smooth operation this needs to be
|
/Linux-v4.19/Documentation/arm64/ |
D | arm-acpi.txt | 302 also be submitting registration requests and this may help smooth the
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | extended-controls.rst | 1579 Adaptive rate control for smooth region. Valid only when H.264 and 2850 smooth background. Most cameras recognize the presence of faces in
|