/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
D | of_touchscreen.c | 34 int min, int max, int fuzz) in touchscreen_set_params() argument 48 absinfo->fuzz = fuzz; in touchscreen_set_params() 70 unsigned int minimum, maximum, fuzz; in touchscreen_parse_properties() local 89 &fuzz); in touchscreen_parse_properties() 91 touchscreen_set_params(input, axis_x, minimum, maximum - 1, fuzz); in touchscreen_parse_properties() 102 &fuzz); in touchscreen_parse_properties() 104 touchscreen_set_params(input, axis_y, minimum, maximum - 1, fuzz); in touchscreen_parse_properties() 114 &fuzz); in touchscreen_parse_properties() 116 touchscreen_set_params(input, axis, 0, maximum, fuzz); in touchscreen_parse_properties()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
D | mms114.txt | 14 - touchscreen-fuzz-x: See [1] 15 - touchscreen-fuzz-y: See [1] 16 - touchscreen-fuzz-pressure: See [1] 34 touchscreen-fuzz-x = <10>; 35 touchscreen-fuzz-y = <10>; 36 touchscreen-fuzz-pressure = <10>;
|
D | tsc2005.txt | 31 touchscreen-fuzz-x = <4>; 32 touchscreen-fuzz-y = <7>; 33 touchscreen-fuzz-pressure = <2>; 54 touchscreen-fuzz-x = <4>; 55 touchscreen-fuzz-y = <7>; 56 touchscreen-fuzz-pressure = <2>;
|
D | tsc2007.txt | 15 - ti,fuzzx: specifies the absolute input fuzz x value. 16 If set, it will permit noise in the data up to +- the value given to the fuzz 18 - ti,fuzzy: specifies the absolute input fuzz y value. 19 - ti,fuzzz: specifies the absolute input fuzz z value.
|
D | cyttsp.txt | 20 - touchscreen-fuzz-x : horizontal noise value of the absolute input device 22 - touchscreen-fuzz-y : vertical noise value of the absolute input device 57 touchscreen-fuzz-x = <4>; 58 touchscreen-fuzz-y = <7>; 82 touchscreen-fuzz-x = <4>; 83 touchscreen-fuzz-y = <7>;
|
D | iqs5xx.txt | 39 - touchscreen-fuzz-x : See [2]. 41 - touchscreen-fuzz-y : See [2]. 43 - touchscreen-fuzz-pressure : See [2].
|
D | chipone_icn8318.txt | 15 - touchscreen-fuzz-x : horizontal noise value of the absolute input 17 - touchscreen-fuzz-y : vertical noise value of the absolute input
|
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
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
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()
|
/kernel/linux/linux-5.10/Documentation/input/ |
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 155 int fuzz;
|
/kernel/linux/linux-5.10/drivers/input/joystick/ |
D | adc-joystick.c | 19 s32 fuzz; member 156 fwnode_property_read_u32(child, "abs-fuzz", &axes[i].fuzz); in adc_joystick_set_axes() 161 axes[i].fuzz, axes[i].flat); in adc_joystick_set_axes()
|
D | analog.c | 115 int fuzz; member 495 input_set_abs_params(input_dev, t, v, (x << 1) - v, port->fuzz, w); in analog_init_device() 614 port->fuzz = (port->speed * ANALOG_FUZZ_MAGIC) / port->loop / 1000 + ANALOG_FUZZ_BITS; in analog_init_port() 653 port->fuzz = gameport->fuzz; in analog_init_port()
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | am3517-som.dtsi | 137 touchscreen-fuzz-x = <4>; 138 touchscreen-fuzz-y = <7>; 139 touchscreen-fuzz-pressure = <2>;
|
D | logicpd-som-lv.dtsi | 115 touchscreen-fuzz-x = <4>; 116 touchscreen-fuzz-y = <7>; 117 touchscreen-fuzz-pressure = <2>;
|
D | logicpd-torpedo-baseboard.dtsi | 324 touchscreen-fuzz-x = <4>; 325 touchscreen-fuzz-y = <7>; 326 touchscreen-fuzz-pressure = <2>;
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | virtio_input.h | 45 __le32 fuzz; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | virtio_input.h | 34 __le32 fuzz; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | virtio_input.h | 21 __u32 fuzz; member
|
/kernel/linux/linux-5.10/include/linux/ |
D | input.h | 469 int min, int max, int fuzz, int flat); 489 INPUT_GENERATE_ABS_ACCESSORS(fuzz, fuzz)
|
D | gameport.h | 25 int fuzz; member
|
/kernel/linux/linux-5.10/drivers/misc/lis3lv02d/ |
D | lis3lv02d.c | 684 int max_val, fuzz, flat; in lis3lv02d_joystick_enable() local 705 fuzz = LIS3_DEFAULT_FUZZ_12B; in lis3lv02d_joystick_enable() 708 fuzz = LIS3_DEFAULT_FUZZ_8B; in lis3lv02d_joystick_enable() 711 fuzz = (fuzz * lis3->scale) / LIS3_ACCURACY; in lis3lv02d_joystick_enable() 714 input_set_abs_params(input_dev, ABS_X, -max_val, max_val, fuzz, flat); in lis3lv02d_joystick_enable() 715 input_set_abs_params(input_dev, ABS_Y, -max_val, max_val, fuzz, flat); in lis3lv02d_joystick_enable() 716 input_set_abs_params(input_dev, ABS_Z, -max_val, max_val, fuzz, flat); in lis3lv02d_joystick_enable()
|
/kernel/linux/linux-5.10/drivers/input/ |
D | input.c | 67 static int input_defuzz_abs_event(int value, int old_val, int fuzz) in input_defuzz_abs_event() argument 69 if (fuzz) { in input_defuzz_abs_event() 70 if (value > (long)old_val - fuzz / 2 && in input_defuzz_abs_event() 71 value < (long)old_val + fuzz / 2) in input_defuzz_abs_event() 74 if (value > (long)old_val - fuzz && in input_defuzz_abs_event() 75 value < (long)old_val + fuzz) in input_defuzz_abs_event() 78 if (value > (long)old_val - fuzz * 2 && in input_defuzz_abs_event() 79 value < (long)old_val + fuzz * 2) in input_defuzz_abs_event() 259 dev->absinfo[code].fuzz); in input_handle_abs_event() 519 int min, int max, int fuzz, int flat) in input_set_abs_params() argument [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/xive/ |
D | common.c | 523 unsigned int fuzz) in xive_find_target_in_mask() argument 529 first = fuzz % num; in xive_find_target_in_mask() 571 static unsigned int fuzz; in xive_pick_irq_target() local 592 cpu = xive_find_target_in_mask(mask, fuzz++); in xive_pick_irq_target() 596 fuzz--; in xive_pick_irq_target() 600 return xive_find_target_in_mask(affinity, fuzz++); in xive_pick_irq_target()
|
/kernel/linux/linux-5.10/sound/pci/au88x0/ |
D | au88x0_game.c | 103 gp->fuzz = 64; in vortex_gameport_register()
|
/kernel/liteos_a/testsuites/unittest/ |
D | BUILD.gn | 197 # fuzz test 199 deps += [ "fuzz:liteos_a_fuzztest" ]
|