| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-5.10/drivers/pwm/ |
| D | pwm-bcm-kona.c | 36 * 3) If the smooth bit and trigger bit are both low, the output is a constant 39 * 4) If the smooth bit is set on the rising edge of the trigger bit, output 41 * seconds away). If the smooth bit is clear, new settings will be applied 80 * Clear trigger bit but set smooth bit to maintain old output. 102 /* Set trigger bit and clear smooth bit to apply new settings */ in kona_pwmc_apply_settings()
|
| /kernel/linux/linux-6.6/drivers/pwm/ |
| D | pwm-bcm-kona.c | 26 * 3) If the smooth bit and trigger bit are both low, the output is a constant 29 * 4) If the smooth bit is set on the rising edge of the trigger bit, output 31 * seconds away). If the smooth bit is clear, new settings will be applied 70 * Clear trigger bit but set smooth bit to maintain old output. 92 /* Set trigger bit and clear smooth bit to apply new settings */ in kona_pwmc_apply_settings()
|
| /kernel/linux/linux-5.10/drivers/media/tuners/ |
| D | tda18250_priv.h | 85 #define R48_SMOOTH1 0x48 /* smooth test byte 1 */ 86 #define R49_SMOOTH2 0x49 /* smooth test byte 2 */ 87 #define R4A_SMOOTH3 0x4a /* smooth test byte 3 */
|
| /kernel/linux/linux-6.6/drivers/media/tuners/ |
| D | tda18250_priv.h | 85 #define R48_SMOOTH1 0x48 /* smooth test byte 1 */ 86 #define R49_SMOOTH2 0x49 /* smooth test byte 2 */ 87 #define R4A_SMOOTH3 0x4a /* smooth test byte 3 */
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
| D | stats.h | 11 /* Rx smooth factor */
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/ |
| D | stats.h | 11 /* Rx smooth factor */
|
| /kernel/linux/linux-6.6/samples/hid/ |
| D | hid_surface_dial.c | 12 * degrees), and set to 3600 for smooth scrolling. 65 "degrees), and set to 3600 for smooth scrolling.\n"); in usage()
|
| /kernel/linux/linux-6.6/include/linux/mfd/pcf50633/ |
| D | backlight.h | 26 * it fades smooth from one state to another. This value specifies how long
|
| /kernel/linux/linux-5.10/include/linux/mfd/pcf50633/ |
| D | backlight.h | 26 * it fades smooth from one state to another. This value specifies how long
|
| /kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
| D | rtl8192c_recv.h | 34 /* Rx smooth factor */
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
| D | rtl8192c_recv.h | 34 /* Rx smooth factor */
|
| /kernel/linux/linux-6.6/net/dccp/ccids/ |
| D | Kconfig | 26 relatively smooth sending rate is of importance.
|
| /kernel/linux/linux-5.10/net/dccp/ccids/ |
| D | Kconfig | 26 relatively smooth sending rate is of importance.
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/ |
| D | pxa168fb.h | 232 #define CFG_GRA_HSMOOTH(smooth) ((smooth) << 14) argument 249 #define CFG_DMA_HSMOOTH(smooth) ((smooth) << 6) argument
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| D | pxa168fb.h | 232 #define CFG_GRA_HSMOOTH(smooth) ((smooth) << 14) argument 249 #define CFG_DMA_HSMOOTH(smooth) ((smooth) << 6) argument
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
| D | rtl8188e_recv.h | 35 /* Rx smooth factor */
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/ |
| D | marvell,armada-3700-uart-clock.yaml | 28 used for UART (most probably xtal) for smooth boot log on UART.
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | ftm-initiator.c | 223 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() 965 /* Smooth the results based on the tracked RTT average */ in iwl_mvm_ftm_rtt_smoothing() 982 /* smooth the results */ in iwl_mvm_ftm_rtt_smoothing()
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | ftm-initiator.c | 191 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() 1101 /* Smooth the results based on the tracked RTT average */ in iwl_mvm_ftm_rtt_smoothing() 1118 /* smooth the results */ in iwl_mvm_ftm_rtt_smoothing()
|
| /kernel/linux/linux-6.6/Documentation/livepatch/ |
| D | cumulative-patches.rst | 89 for a smooth transition.
|
| /kernel/linux/linux-5.10/Documentation/livepatch/ |
| D | cumulative-patches.rst | 89 for a smooth transition.
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-class-power | 49 in which they average readings to smooth out the reported 56 average readings to smooth out the reported value. 477 which they average readings to smooth out the reported value.
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-class-power | 49 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.
|