| /linux/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | ti,tsc2005.yaml | 51 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 D | hycon,hy46xx.yaml | 89 touchscreen-fuzz-x: true 90 touchscreen-fuzz-y: true
|
| H A D | brcm,iproc-touchscreen.txt | 55 - 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 D | debugfs-hyperv | 5 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 D | gameport-programming.rst | 91 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 D | sun50i-h700-anbernic-rg35xx-h.dts | 28 abs-fuzz = <32>; 36 abs-fuzz = <32>; 44 abs-fuzz = <32>; 52 abs-fuzz = <32>;
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3566-anbernic-rg353x.dtsi | 26 abs-fuzz = <32>; 34 abs-fuzz = <32>; 42 abs-fuzz = <32>; 50 abs-fuzz = <32>;
|
| H A D | rk3326-odroid-go3.dts | 47 abs-fuzz = <10>; 55 abs-fuzz = <10>; 63 abs-fuzz = <10>; 71 abs-fuzz = <10>;
|
| H A D | rk3326-odroid-go2.dts | 26 abs-fuzz = <10>; 34 abs-fuzz = <10>;
|
| H A D | rk3326-odroid-go2-v11.dts | 30 abs-fuzz = <10>; 38 abs-fuzz = <10>;
|
| H A D | rk3566-powkiddy-rk2023.dtsi | 36 abs-fuzz = <32>; 44 abs-fuzz = <32>; 52 abs-fuzz = <32>; 60 abs-fuzz = <32>;
|
| H A D | rk3588s-gameforce-ace.dts | 62 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 D | adc-joystick.yaml | 80 abs-fuzz: 117 abs-fuzz = <4>; 124 abs-fuzz = <4>;
|
| /linux/Documentation/input/devices/ |
| H A D | cma3000_d0x.rst | 88 Fuzz 200 93 Fuzz 200 98 Fuzz 200
|
| /linux/drivers/input/joystick/ |
| H A D | adc-joystick.c | 135 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 D | analog.c | 108 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 D | appletouch.c | 37 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 D | applying-patches.rst | 134 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 D | kxtj9.c | 44 #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 D | clocksource-wdtest.c | 161 /* 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 D | lis3lv02d.c | 680 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 D | tsc2007.h | 12 int fuzzx; /* fuzz factor for X, Y and pressure axes */
|
| /linux/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-g12b-odroid-go-ultra.dts | 35 abs-fuzz = <32>; 42 abs-fuzz = <32>; 58 abs-fuzz = <32>; 65 abs-fuzz = <32>;
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | logicpd-torpedo-baseboard.dtsi | 363 touchscreen-fuzz-x = <4>; 364 touchscreen-fuzz-y = <7>; 365 touchscreen-fuzz-pressure = <2>;
|
| /linux/include/uapi/linux/ |
| H A D | virtio_input.h | 45 __le32 fuzz; member
|