Home
last modified time | relevance | path

Searched refs:smooth (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/linux/drivers/input/mouse/
H A Dappletouch.c213 int smooth[ATP_SMOOTHSIZE]; member
391 memset(dev->smooth, 0, 4 * sizeof(dev->smooth[0])); in atp_calculate_abs()
394 dev->smooth[i + 4] = xy_sensors[i] << ATP_SCALE; in atp_calculate_abs()
395 memset(&dev->smooth[nb_sensors + 4], 0, 4 * sizeof(dev->smooth[0])); in atp_calculate_abs()
399 dev->smooth_tmp[0] = (dev->smooth[0] + dev->smooth[1]) / 2; in atp_calculate_abs()
403 dev->smooth_tmp[i] = (dev->smooth[i - 1] + in atp_calculate_abs()
404 dev->smooth[i] * 2 + in atp_calculate_abs()
405 dev->smooth[i + 1]) / 4; in atp_calculate_abs()
408 dev->smooth_tmp[i] = (dev->smooth[i - 1] + dev->smooth[i]) / 2; in atp_calculate_abs()
410 memcpy(dev->smooth, dev->smooth_tmp, sizeof(dev->smooth)); in atp_calculate_abs()
[all …]
/openbmc/linux/drivers/video/fbdev/
H A Dpxa168fb.h232 #define CFG_GRA_HSMOOTH(smooth) ((smooth) << 14) argument
249 #define CFG_DMA_HSMOOTH(smooth) ((smooth) << 6) argument
/openbmc/webui-vue/src/components/Global/
H A DButtonBackToTop.vue42 behavior: 'smooth',
/openbmc/linux/net/dccp/ccids/
H A DKconfig26 relatively smooth sending rate is of importance.
/openbmc/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.h441 #define CFG_GRA_HSMOOTH(smooth) ((smooth)<<14) argument
462 #define CFG_DMA_HSMOOTH(smooth) ((smooth)<<6) argument
/openbmc/linux/Documentation/hwmon/
H A Dmax31760.rst30 the user to program a smooth nonlinear fan speed vs. temperature transfer
H A Dasc7621.rst42 data sheet. Our temperature reports and fan PWM outputs are very smooth
99 The aSC7621 also includes a digital filter that can be invoked to smooth
H A Dlm85.rst138 To smooth the response of fans to changes in temperature, the LM85 has an
H A Dlm93.rst63 table based. The LM93 includes a digital filter that can be invoked to smooth
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c191 INIT_LIST_HEAD(&mvm->ftm_initiator.smooth.resp); in iwl_mvm_ftm_initiator_smooth_config()
206 list_for_each_entry_safe(se, st, &mvm->ftm_initiator.smooth.resp, in iwl_mvm_ftm_initiator_smooth_stop()
1070 list_for_each_entry(iter, &mvm->ftm_initiator.smooth.resp, list) { in iwl_mvm_ftm_rtt_smoothing()
1083 list_add_tail(&resp->list, &mvm->ftm_initiator.smooth.resp); in iwl_mvm_ftm_rtt_smoothing()
/openbmc/linux/Documentation/livepatch/
H A Dcumulative-patches.rst89 for a smooth transition.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-power49 in which they average readings to smooth out the reported
56 average readings to smooth out the reported value.
500 which they average readings to smooth out the reported value.
/openbmc/linux/Documentation/sound/designs/
H A Dprocfile.rst120 buggy) hardware that doesn't give smooth pointer updates.
/openbmc/linux/block/
H A DKconfig118 background writeback from the VM, making it more smooth and having
/openbmc/linux/Documentation/admin-guide/
H A Dunicode.rst71 a smooth progression in the DEC VT graphics character set. I have
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py1492 def smooth(self): member in Tag
1507 a.smooth()
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/
H A Dconnman.inc32 # For smooth operation it would be best to start only one wireless daemon at a time.
/openbmc/linux/Documentation/driver-api/usb/
H A DURB.rst267 completion keeps (re)submitting a later URB, you'll get smooth ISO streaming
/openbmc/linux/Documentation/trace/
H A Dftrace-design.rst72 optimizing for the default case of no tracer will help the smooth running of
/openbmc/u-boot/
H A DKconfig501 This option was prepared for the smooth migration from the old
/openbmc/linux/Documentation/filesystems/
H A Dramfs-rootfs-initramfs.rst349 smooth transition and allowing early boot functionality to gradually move to
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-camera.rst446 smooth background. Most cameras recognize the presence of faces in
/openbmc/linux/Documentation/arch/arm64/
H A Darm-acpi.rst359 also be submitting registration requests and this may help smooth the
/openbmc/linux/Documentation/block/
H A Dbfq-iosched.rst244 perfectly fair, and smooth service. In particular, B-WF2Q+
/openbmc/qemu/qapi/
H A Dui.json1436 # @zoom-interpolation: Apply interpolation to smooth output when

12