| /linux/drivers/input/ |
| A D | touchscreen.c | 35 int min, int max, int fuzz) in touchscreen_set_params() argument 49 absinfo->fuzz = fuzz; in touchscreen_set_params() 71 unsigned int minimum, maximum, fuzz; in touchscreen_parse_properties() local 90 &fuzz); in touchscreen_parse_properties() 92 touchscreen_set_params(input, axis_x, minimum, maximum - 1, fuzz); in touchscreen_parse_properties() 103 &fuzz); in touchscreen_parse_properties() 105 touchscreen_set_params(input, axis_y, minimum, maximum - 1, fuzz); in touchscreen_parse_properties() 115 &fuzz); in touchscreen_parse_properties() 117 touchscreen_set_params(input, axis, 0, maximum, fuzz); in touchscreen_parse_properties()
|
| /linux/Documentation/devicetree/bindings/input/touchscreen/ |
| 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>;
|
| A D | melfas,mms114.yaml | 51 touchscreen-fuzz-x: true 52 touchscreen-fuzz-y: true 53 touchscreen-fuzz-pressure: true 88 touchscreen-fuzz-x = <10>; 89 touchscreen-fuzz-y = <10>; 90 touchscreen-fuzz-pressure = <10>;
|
| A 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.
|
| A D | imagis,ist3038c.yaml | 41 touchscreen-fuzz-x: true 42 touchscreen-fuzz-y: true 83 touchscreen-fuzz-x = <10>; 84 touchscreen-fuzz-y = <10>;
|
| A D | touchscreen.yaml | 47 touchscreen-fuzz-x: 51 touchscreen-fuzz-y: 55 touchscreen-fuzz-pressure:
|
| A D | resistive-adc-touch.yaml | 50 touchscreen-fuzz-x: true 51 touchscreen-fuzz-y: true
|
| A D | hycon,hy46xx.yaml | 89 touchscreen-fuzz-x: true 90 touchscreen-fuzz-y: true
|
| 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
|
| A D | edt-ft5x06.yaml | 108 touchscreen-fuzz-x: true 109 touchscreen-fuzz-y: true
|
| /linux/arch/arm64/boot/dts/allwinner/ |
| 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/ |
| A D | rk3566-anbernic-rg353x.dtsi | 26 abs-fuzz = <32>; 34 abs-fuzz = <32>; 42 abs-fuzz = <32>; 50 abs-fuzz = <32>;
|
| A D | rk3326-odroid-go3.dts | 47 abs-fuzz = <10>; 55 abs-fuzz = <10>; 63 abs-fuzz = <10>; 71 abs-fuzz = <10>;
|
| A D | rk3326-odroid-go2.dts | 26 abs-fuzz = <10>; 34 abs-fuzz = <10>;
|
| A D | rk3566-anbernic-rg503.dts | 35 abs-fuzz = <32>; 43 abs-fuzz = <32>; 51 abs-fuzz = <32>; 59 abs-fuzz = <32>;
|
| A D | rk3326-odroid-go2-v11.dts | 30 abs-fuzz = <10>; 38 abs-fuzz = <10>;
|
| /linux/drivers/input/joystick/ |
| 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()
|
| 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/ |
| 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/input/ |
| 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/Documentation/devicetree/bindings/input/ |
| A D | adc-joystick.yaml | 80 abs-fuzz: 117 abs-fuzz = <4>; 124 abs-fuzz = <4>;
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| A D | am3517-som.dtsi | 137 touchscreen-fuzz-x = <4>; 138 touchscreen-fuzz-y = <7>; 139 touchscreen-fuzz-pressure = <2>;
|
| /linux/include/linux/ |
| A D | input.h | 486 int min, int max, int fuzz, int flat); 508 INPUT_GENERATE_ABS_ACCESSORS(fuzz, fuzz)
|
| /linux/include/uapi/linux/ |
| A D | virtio_input.h | 45 __le32 fuzz; member
|
| /linux/drivers/misc/lis3lv02d/ |
| A D | lis3lv02d.c | 683 int max_val, fuzz, flat; in lis3lv02d_joystick_enable() local 704 fuzz = LIS3_DEFAULT_FUZZ_12B; in lis3lv02d_joystick_enable() 707 fuzz = LIS3_DEFAULT_FUZZ_8B; in lis3lv02d_joystick_enable() 710 fuzz = (fuzz * lis3->scale) / LIS3_ACCURACY; in lis3lv02d_joystick_enable() 713 input_set_abs_params(input_dev, ABS_X, -max_val, max_val, fuzz, flat); in lis3lv02d_joystick_enable() 714 input_set_abs_params(input_dev, ABS_Y, -max_val, max_val, fuzz, flat); in lis3lv02d_joystick_enable() 715 input_set_abs_params(input_dev, ABS_Z, -max_val, max_val, fuzz, flat); in lis3lv02d_joystick_enable()
|