/linux/drivers/input/mouse/ |
H A 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 …]
|
/linux/drivers/pwm/ |
H A 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 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 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 */
|
/linux/samples/hid/ |
H A D | hid_surface_dial.c | 12 * 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 D | stats.h | 11 /* Rx smooth factor */
|
/linux/include/linux/mfd/pcf50633/ |
H A D | backlight.h | 26 * it fades smooth from one state to another. This value specifies how long
|
/linux/drivers/video/fbdev/ |
H A D | pxa168fb.h | 232 #define CFG_GRA_HSMOOTH(smooth) ((smooth) << 14) argument 249 #define CFG_DMA_HSMOOTH(smooth) ((smooth) << 6) argument
|
/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtl8192c_recv.h | 34 /* Rx smooth factor */
|
/linux/net/dccp/ccids/ |
H A D | Kconfig | 26 relatively smooth sending rate is of importance.
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | marvell,armada-3700-uart-clock.yaml | 28 used for UART (most probably xtal) for smooth boot log on UART.
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ftm-initiator.c | 197 INIT_LIST_HEAD(&mvm->ftm_initiator.smooth.resp); in iwl_mvm_ftm_initiator_smooth_config() 212 list_for_each_entry_safe(se, st, &mvm->ftm_initiator.smooth.resp, in iwl_mvm_ftm_initiator_smooth_stop() 1216 list_for_each_entry(iter, &mvm->ftm_initiator.smooth.resp, list) { in iwl_mvm_ftm_rtt_smoothing() 1229 list_add_tail(&resp->list, &mvm->ftm_initiator.smooth.resp); in iwl_mvm_ftm_rtt_smoothing() 1247 /* Smooth the results based on the tracked RTT average */ in iwl_mvm_ftm_rtt_smoothing() 1264 /* smooth the results */ in iwl_mvm_ftm_rtt_smoothing()
|
/linux/Documentation/livepatch/ |
H A D | cumulative-patches.rst | 89 for a smooth transition.
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-power | 49 in which they average readings to smooth out the reported 56 average readings to smooth out the reported value. 516 which they average readings to smooth out the reported value.
|
/linux/Documentation/hwmon/ |
H A D | asc7621.rst | 42 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 D | max31760.rst | 30 the user to program a smooth nonlinear fan speed vs. temperature transfer
|
/linux/block/ |
H A D | Kconfig | 122 background writeback from the VM, making it more smooth and having
|
/linux/lib/ |
H A D | flex_proportions.c | 9 * exponentially decaying history to give smooth transitions. A formula
|
/linux/drivers/clk/mvebu/ |
H A D | clk-cpu.c | 87 /* Set clock divider reload smooth bit mask */ in clk_cpu_off_set_rate()
|
/linux/drivers/media/dvb-frontends/ |
H A D | dib7000p.c | 2632 } else {/* Use Smooth block */ in dib7090_set_output_mode() 2633 dprintk("setting output mode TS_SERIAL using Smooth bloc\n"); in dib7090_set_output_mode() 2644 } else { /* Use Smooth block */ in dib7090_set_output_mode() 2645 dprintk("setting output mode TS_PARALLEL_GATED using Smooth block\n"); in dib7090_set_output_mode() 2651 case OUTMODE_MPEG2_PAR_CONT_CLK: /* Using Smooth block only */ in dib7090_set_output_mode() 2652 dprintk("setting output mode TS_PARALLEL_CONT using Smooth block\n"); in dib7090_set_output_mode() 2657 case OUTMODE_MPEG2_FIFO: /* Using Smooth block because not supported by new Mpeg Mux bloc */ in dib7090_set_output_mode() 2658 dprintk("setting output mode TS_FIFO using Smooth block\n"); in dib7090_set_output_mode()
|
/linux/include/media/ |
H A D | tuner-types.h | 68 * switching, and to ensure smooth tuning to the
|
/linux/Documentation/sound/designs/ |
H A D | procfile.rst | 120 buggy) hardware that doesn't give smooth pointer updates.
|
/linux/include/linux/ |
H A D | backing-dev-defs.h | 130 * in small steps and is much more smooth/stable than the latter.
|
/linux/drivers/md/dm-vdo/indexer/ |
H A D | funnel-requestqueue.c | 159 * We waited for this request to show up. Adjust the wait time to smooth in request_queue_worker()
|
/linux/drivers/hid/ |
H A D | wacom.h | 46 * - added smooth filter for Graphire from Peri Hankey
|
/linux/drivers/video/fbdev/mmp/hw/ |
H A D | mmp_ctrl.h | 441 #define CFG_GRA_HSMOOTH(smooth) ((smooth)<<14) argument 462 #define CFG_DMA_HSMOOTH(smooth) ((smooth)<<6) argument
|