Home
last modified time | relevance | path

Searched full:smooth (Results 1 – 25 of 153) sorted by relevance

1234567

/kernel/linux/linux-6.6/drivers/input/mouse/
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 …]
/kernel/linux/linux-5.10/drivers/input/mouse/
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 …]
/kernel/linux/linux-5.10/drivers/pwm/
Dpwm-bcm-kona.c36 * 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/
Dpwm-bcm-kona.c26 * 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/
Dtda18250_priv.h85 #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/
Dtda18250_priv.h85 #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/
Dstats.h11 /* Rx smooth factor */
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
Dstats.h11 /* Rx smooth factor */
/kernel/linux/linux-6.6/samples/hid/
Dhid_surface_dial.c12 * 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/
Dbacklight.h26 * it fades smooth from one state to another. This value specifies how long
/kernel/linux/linux-5.10/include/linux/mfd/pcf50633/
Dbacklight.h26 * it fades smooth from one state to another. This value specifies how long
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/
Drtl8192c_recv.h34 /* Rx smooth factor */
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
Drtl8192c_recv.h34 /* Rx smooth factor */
/kernel/linux/linux-6.6/net/dccp/ccids/
DKconfig26 relatively smooth sending rate is of importance.
/kernel/linux/linux-5.10/net/dccp/ccids/
DKconfig26 relatively smooth sending rate is of importance.
/kernel/linux/linux-6.6/drivers/video/fbdev/
Dpxa168fb.h232 #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/
Dpxa168fb.h232 #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/
Drtl8188e_recv.h35 /* Rx smooth factor */
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/
Dmarvell,armada-3700-uart-clock.yaml28 used for UART (most probably xtal) for smooth boot log on UART.
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
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()
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/
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()
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/
Dcumulative-patches.rst89 for a smooth transition.
/kernel/linux/linux-5.10/Documentation/livepatch/
Dcumulative-patches.rst89 for a smooth transition.
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-power49 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/
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.

1234567