Searched refs:smooth (Results 1 – 5 of 5) sorted by relevance
/drivers/input/mouse/ |
D | appletouch.c | 213 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 …]
|
/drivers/video/fbdev/ |
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/ |
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/ |
D | ftm-initiator.c | 165 INIT_LIST_HEAD(&mvm->ftm_initiator.smooth.resp); in iwl_mvm_ftm_initiator_smooth_config() 180 list_for_each_entry_safe(se, st, &mvm->ftm_initiator.smooth.resp, in iwl_mvm_ftm_initiator_smooth_stop() 1021 list_for_each_entry(resp, &mvm->ftm_initiator.smooth.resp, list) { in iwl_mvm_ftm_rtt_smoothing() 1034 list_add_tail(&resp->list, &mvm->ftm_initiator.smooth.resp); in iwl_mvm_ftm_rtt_smoothing()
|
D | mvm.h | 1074 } smooth; member
|