Home
last modified time | relevance | path

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

123

/linux/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[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 …]
/linux/drivers/pwm/
H A 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
69 * Clear trigger bit but set smooth bit to maintain old output.
91 /* Set trigger bit and clear smooth bit to apply new settings */ in kona_pwmc_apply_settings()
/linux/drivers/media/tuners/
H A 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 */
/linux/samples/hid/
H A Dhid_surface_dial.c12 * degrees), and set to 3600 for smooth scrolling.
64 "degrees), and set to 3600 for smooth scrolling.\n"); in usage()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dstats.h11 /* Rx smooth factor */
/linux/drivers/video/fbdev/
H A Dpxa168fb.h232 #define CFG_GRA_HSMOOTH(smooth) ((smooth) << 14) argument
249 #define CFG_DMA_HSMOOTH(smooth) ((smooth) << 6) argument
/linux/drivers/staging/rtl8723bs/include/
H A Drtl8192c_recv.h34 /* Rx smooth factor */
/linux/net/dccp/ccids/
H A DKconfig
/linux/Documentation/devicetree/bindings/clock/
H A Dmarvell,armada-3700-uart-clock.yaml28 used for UART (most probably xtal) for smooth boot log on UART.
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c96 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()
1150 /* Smooth the results based on the tracked RTT average */ in iwl_mvm_ftm_rtt_smoothing()
1167 /* smooth the results */ in iwl_mvm_ftm_rtt_smoothing()
/linux/Documentation/livepatch/
H A Dcumulative-patches.rst89 for a smooth transition.
/linux/Documentation/hwmon/
H A Dasc7621.rst42 data sheet. Our temperature reports and fan PWM outputs are very smooth
99 The aSC7621 also includes a digital filter that can be invoked to smooth
H A Dmax31760.rst30 the user to program a smooth nonlinear fan speed vs. temperature transfer
H A Dlm85.rst138 To smooth the response of fans to changes in temperature, the LM85 has an
/linux/lib/
H A Dflex_proportions.c9 * exponentially decaying history to give smooth transitions. A formula
/linux/drivers/clk/mvebu/
H A Dclk-cpu.c89 /* Set clock divider reload smooth bit mask */ in clk_cpu_off_set_rate()
/linux/Documentation/sound/designs/
H A Dprocfile.rst120 buggy) hardware that doesn't give smooth pointer updates.
/linux/drivers/md/dm-vdo/indexer/
H A Dfunnel-requestqueue.c159 * We waited for this request to show up. Adjust the wait time to smooth in request_queue_worker()
/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.h441 #define CFG_GRA_HSMOOTH(smooth) ((smooth)<<14) argument
462 #define CFG_DMA_HSMOOTH(smooth) ((smooth)<<6) argument
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dfan.c59 /* smooth out the fanspeed increase/decrease */ in nvkm_fan_update()
/linux/include/linux/
H A Dbacking-dev-defs.h130 * in small steps and is much more smooth/stable than the latter.
/linux/Documentation/admin-guide/
H A Dunicode.rst71 a smooth progression in the DEC VT graphics character set. I have
/linux/Documentation/driver-api/usb/
H A DURB.rst267 completion keeps (re)submitting a later URB, you'll get smooth ISO streaming
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_taprio.c187 * smooth transitions between the lists in lan966x_taprio_find_list()
/linux/Documentation/trace/
H A Dftrace-design.rst72 optimizing for the default case of no tracer will help the smooth running of

123