Home
last modified time | relevance | path

Searched full:fuzz (Results 1 – 25 of 57) sorted by relevance

123

/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dti,tsc2005.yaml51 touchscreen-fuzz-pressure: true
52 touchscreen-fuzz-x: true
53 touchscreen-fuzz-y: true
91 touchscreen-fuzz-x = <4>;
92 touchscreen-fuzz-y = <7>;
93 touchscreen-fuzz-pressure = <2>;
118 touchscreen-fuzz-x = <4>;
119 touchscreen-fuzz-y = <7>;
120 touchscreen-fuzz-pressure = <2>;
H A Dhycon,hy46xx.yaml89 touchscreen-fuzz-x: true
90 touchscreen-fuzz-y: true
H A Dbrcm,iproc-touchscreen.txt55 - touchscreen-fuzz-x: horizontal noise value of the absolute input
57 - touchscreen-fuzz-y: vertical noise value of the absolute input
/linux/Documentation/ABI/testing/
H A Ddebugfs-hyperv5 Description: Fuzz testing status of a vmbus device, whether its in an ON
13 Description: Fuzz testing buffer interrupt delay value between 0 - 1000
21 Description: Fuzz testing message delay value between 0 - 1000 microseconds
/linux/Documentation/input/
H A Dgameport-programming.rst91 gameport.fuzz = 8;
94 The only confusing thing here is the fuzz value. Best determined by
96 gameports can set this to zero, most common have fuzz between 8 and 32.
97 See analog.c and input.c for handling of fuzz - the fuzz value determines
158 int fuzz;
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h700-anbernic-rg35xx-h.dts28 abs-fuzz = <32>;
36 abs-fuzz = <32>;
44 abs-fuzz = <32>;
52 abs-fuzz = <32>;
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3566-anbernic-rg353x.dtsi26 abs-fuzz = <32>;
34 abs-fuzz = <32>;
42 abs-fuzz = <32>;
50 abs-fuzz = <32>;
H A Drk3326-odroid-go3.dts47 abs-fuzz = <10>;
55 abs-fuzz = <10>;
63 abs-fuzz = <10>;
71 abs-fuzz = <10>;
H A Drk3326-odroid-go2.dts26 abs-fuzz = <10>;
34 abs-fuzz = <10>;
H A Drk3326-odroid-go2-v11.dts30 abs-fuzz = <10>;
38 abs-fuzz = <10>;
H A Drk3566-powkiddy-rk2023.dtsi36 abs-fuzz = <32>;
44 abs-fuzz = <32>;
52 abs-fuzz = <32>;
60 abs-fuzz = <32>;
H A Drk3588s-gameforce-ace.dts62 abs-fuzz = <30>;
70 abs-fuzz = <30>;
78 abs-fuzz = <30>;
86 abs-fuzz = <30>;
104 abs-fuzz = <15>;
112 abs-fuzz = <15>;
/linux/Documentation/devicetree/bindings/input/
H A Dadc-joystick.yaml80 abs-fuzz:
117 abs-fuzz = <4>;
124 abs-fuzz = <4>;
/linux/Documentation/input/devices/
H A Dcma3000_d0x.rst88 Fuzz 200
93 Fuzz 200
98 Fuzz 200
/linux/drivers/input/joystick/
H A Dadc-joystick.c135 s32 range[2], fuzz, flat; in adc_joystick_set_axes() local
183 if (fwnode_property_read_u32(child, "abs-fuzz", &fuzz)) in adc_joystick_set_axes()
184 fuzz = 0; in adc_joystick_set_axes()
190 range[0], range[1], fuzz, flat); in adc_joystick_set_axes()
H A Danalog.c108 int fuzz; member
413 input_set_abs_params(input_dev, t, v, (x << 1) - v, port->fuzz, w); in analog_init_device()
532 port->fuzz = (NSEC_PER_MSEC * ANALOG_FUZZ_MAGIC) / port->loop / 1000 + ANALOG_FUZZ_BITS; in analog_init_port()
571 port->fuzz = gameport->fuzz; in analog_init_port()
/linux/drivers/input/mouse/
H A Dappletouch.c37 int fuzz; /* fuzz touchpad generates */ member
51 .fuzz = 16,
62 .fuzz = 16,
73 .fuzz = 0,
83 .fuzz = 0,
93 .fuzz = 0,
503 dev->info->fuzz, 0); in atp_detect_size()
906 dev->info->fuzz, 0); in atp_probe()
909 dev->info->fuzz, 0); in atp_probe()
/linux/Documentation/process/
H A Dapplying-patches.rst134 it'll tell you about it by saying the patch applied with **fuzz**.
139 When patch encounters a change that it can't fix up with fuzz it rejects it
147 never see a fuzz or reject message from patch. If you do see such messages
162 If you get ``Hunk #2 succeeded at 1887 with fuzz 2 (offset 7 lines).`` or a
175 fuzz its way through. This will generate a ``.rej`` file with the change that
/linux/drivers/input/misc/
H A Dkxtj9.c44 #define FUZZ 3 macro
460 input_set_abs_params(input_dev, ABS_X, -G_MAX, G_MAX, FUZZ, FLAT); in kxtj9_probe()
461 input_set_abs_params(input_dev, ABS_Y, -G_MAX, G_MAX, FUZZ, FLAT); in kxtj9_probe()
462 input_set_abs_params(input_dev, ABS_Z, -G_MAX, G_MAX, FUZZ, FLAT); in kxtj9_probe()
/linux/kernel/time/
H A Dclocksource-wdtest.c161 /* Verify tsc-like stability with clock-value-fuzz error injection. */ in wdtest_func()
162 …pr_info("--- Watchdog clock-value-fuzz error injection, expect clock skew and per-CPU mismatches.\… in wdtest_func()
/linux/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c680 int max_val, fuzz, flat; in lis3lv02d_joystick_enable() local
701 fuzz = LIS3_DEFAULT_FUZZ_12B; in lis3lv02d_joystick_enable()
704 fuzz = LIS3_DEFAULT_FUZZ_8B; in lis3lv02d_joystick_enable()
707 fuzz = (fuzz * lis3->scale) / LIS3_ACCURACY; in lis3lv02d_joystick_enable()
710 input_set_abs_params(input_dev, ABS_X, -max_val, max_val, fuzz, flat); in lis3lv02d_joystick_enable()
711 input_set_abs_params(input_dev, ABS_Y, -max_val, max_val, fuzz, flat); in lis3lv02d_joystick_enable()
712 input_set_abs_params(input_dev, ABS_Z, -max_val, max_val, fuzz, flat); in lis3lv02d_joystick_enable()
/linux/include/linux/platform_data/
H A Dtsc2007.h12 int fuzzx; /* fuzz factor for X, Y and pressure axes */
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-g12b-odroid-go-ultra.dts35 abs-fuzz = <32>;
42 abs-fuzz = <32>;
58 abs-fuzz = <32>;
65 abs-fuzz = <32>;
/linux/arch/arm/boot/dts/ti/omap/
H A Dlogicpd-torpedo-baseboard.dtsi363 touchscreen-fuzz-x = <4>;
364 touchscreen-fuzz-y = <7>;
365 touchscreen-fuzz-pressure = <2>;
/linux/include/uapi/linux/
H A Dvirtio_input.h45 __le32 fuzz; member

123