Searched refs:smooth (Results 1 – 5 of 5) sorted by relevance
| /drivers/input/mouse/ |
| A D | appletouch.c | 213 int smooth[ATP_SMOOTHSIZE]; member 391 memset(dev->smooth, 0, 4 * sizeof(dev->smooth[0])); 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() 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() 418 if ((dev->smooth[i] >> ATP_SCALE) > 0) { in atp_calculate_abs() 419 pcum += dev->smooth[i] * i; in atp_calculate_abs() [all …]
|
| /drivers/video/fbdev/ |
| A D | pxa168fb.h | 232 #define CFG_GRA_HSMOOTH(smooth) ((smooth) << 14) argument 249 #define CFG_DMA_HSMOOTH(smooth) ((smooth) << 6) argument
|
| /drivers/video/fbdev/mmp/hw/ |
| A D | mmp_ctrl.h | 441 #define CFG_GRA_HSMOOTH(smooth) ((smooth)<<14) argument 462 #define CFG_DMA_HSMOOTH(smooth) ((smooth)<<6) argument
|
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | ftm-initiator.c | 96 INIT_LIST_HEAD(&mvm->ftm_initiator.smooth.resp); in iwl_mvm_ftm_initiator_smooth_config() 111 list_for_each_entry_safe(se, st, &mvm->ftm_initiator.smooth.resp, in iwl_mvm_ftm_initiator_smooth_stop() 1119 list_for_each_entry(iter, &mvm->ftm_initiator.smooth.resp, list) { in iwl_mvm_ftm_rtt_smoothing() 1132 list_add_tail(&resp->list, &mvm->ftm_initiator.smooth.resp); in iwl_mvm_ftm_rtt_smoothing()
|
| A D | mvm.h | 1316 } smooth; member
|
Completed in 30 milliseconds