Home
last modified time | relevance | path

Searched refs:smooth (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/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[ in atp_calculate_abs()
[all...]
/kernel/linux/linux-6.6/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[ in atp_calculate_abs()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dpxa168fb.h232 #define CFG_GRA_HSMOOTH(smooth) ((smooth) << 14)
249 #define CFG_DMA_HSMOOTH(smooth) ((smooth) << 6)
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dpxa168fb.h232 #define CFG_GRA_HSMOOTH(smooth) ((smooth) << 14)
249 #define CFG_DMA_HSMOOTH(smooth) ((smooth) << 6)
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c223 INIT_LIST_HEAD(&mvm->ftm_initiator.smooth.resp); in iwl_mvm_ftm_initiator_smooth_config()
238 list_for_each_entry_safe(se, st, &mvm->ftm_initiator.smooth.resp, in iwl_mvm_ftm_initiator_smooth_stop()
934 list_for_each_entry(resp, &mvm->ftm_initiator.smooth.resp, list) { in iwl_mvm_ftm_rtt_smoothing()
947 list_add_tail(&resp->list, &mvm->ftm_initiator.smooth.resp); in iwl_mvm_ftm_rtt_smoothing()
982 /* smooth the results */ in iwl_mvm_ftm_rtt_smoothing()
H A Dmvm.h1116 } smooth; member
/kernel/linux/linux-5.10/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.h441 #define CFG_GRA_HSMOOTH(smooth) ((smooth)<<14)
462 #define CFG_DMA_HSMOOTH(smooth) ((smooth)<<6)
/kernel/linux/linux-6.6/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.h441 #define CFG_GRA_HSMOOTH(smooth) ((smooth)<<14)
462 #define CFG_DMA_HSMOOTH(smooth) ((smooth)<<6)
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c189 INIT_LIST_HEAD(&mvm->ftm_initiator.smooth.resp); in iwl_mvm_ftm_initiator_smooth_config()
204 list_for_each_entry_safe(se, st, &mvm->ftm_initiator.smooth.resp, in iwl_mvm_ftm_initiator_smooth_stop()
1068 list_for_each_entry(iter, &mvm->ftm_initiator.smooth.resp, list) { in iwl_mvm_ftm_rtt_smoothing()
1081 list_add_tail(&resp->list, &mvm->ftm_initiator.smooth.resp); in iwl_mvm_ftm_rtt_smoothing()
1116 /* smooth the results */ in iwl_mvm_ftm_rtt_smoothing()
H A Dmvm.h1151 } smooth; member

Completed in 27 milliseconds