Home
last modified time | relevance | path

Searched refs:fuzz (Results 1 – 25 of 36) sorted by relevance

12

/Linux-v5.15/drivers/input/
Dtouchscreen.c35 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()
Dinput.c56 static int input_defuzz_abs_event(int value, int old_val, int fuzz) in input_defuzz_abs_event() argument
58 if (fuzz) { in input_defuzz_abs_event()
59 if (value > old_val - fuzz / 2 && value < old_val + fuzz / 2) in input_defuzz_abs_event()
62 if (value > old_val - fuzz && value < old_val + fuzz) in input_defuzz_abs_event()
65 if (value > old_val - fuzz * 2 && value < old_val + fuzz * 2) in input_defuzz_abs_event()
245 dev->absinfo[code].fuzz); in input_handle_abs_event()
510 int min, int max, int fuzz, int flat) in input_set_abs_params() argument
521 absinfo->fuzz = fuzz; in input_set_abs_params()
/Linux-v5.15/Documentation/devicetree/bindings/input/touchscreen/
Dtsc2007.txt15 - 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.
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-v5.15/drivers/input/mouse/
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()
Dbcm5974.c511 int fuzz = p->snratio ? (p->max - p->min) / p->snratio : 0; in set_abs() local
512 input_set_abs_params(input, code, p->min, p->max, fuzz, 0); in set_abs()
Dsynaptics.c1242 int fuzz = SYN_CAP_REDUCED_FILTERING(info->ext_cap_0c) ? in set_abs_position_params() local
1245 input_set_abs_params(dev, x_code, x_min, x_max, fuzz, 0); in set_abs_position_params()
1246 input_set_abs_params(dev, y_code, y_min, y_max, fuzz, 0); in set_abs_position_params()
/Linux-v5.15/Documentation/input/
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-v5.15/drivers/input/joystick/
Dadc-joystick.c19 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()
Danalog.c110 int fuzz; member
414 input_set_abs_params(input_dev, t, v, (x << 1) - v, port->fuzz, w); in analog_init_device()
533 port->fuzz = (NSEC_PER_MSEC * ANALOG_FUZZ_MAGIC) / port->loop / 1000 + ANALOG_FUZZ_BITS; in analog_init_port()
572 port->fuzz = gameport->fuzz; in analog_init_port()
Dsidewinder.c753 int min, max, fuzz, flat; in sw_connect() local
758 fuzz = (bits >> 1) >= 2 ? 1 << ((bits >> 1) - 2) : 0; in sw_connect()
763 min, max, fuzz, flat); in sw_connect()
/Linux-v5.15/arch/arm/boot/dts/
Dam3517-som.dtsi135 touchscreen-fuzz-x = <4>;
136 touchscreen-fuzz-y = <7>;
137 touchscreen-fuzz-pressure = <2>;
Dlogicpd-som-lv.dtsi115 touchscreen-fuzz-x = <4>;
116 touchscreen-fuzz-y = <7>;
117 touchscreen-fuzz-pressure = <2>;
Dlogicpd-torpedo-baseboard.dtsi324 touchscreen-fuzz-x = <4>;
325 touchscreen-fuzz-y = <7>;
326 touchscreen-fuzz-pressure = <2>;
Dimx6dl-lanmcu.dts203 touchscreen-fuzz-x = <0>;
204 touchscreen-fuzz-y = <0>;
Domap3-gta04.dtsi593 touchscreen-fuzz-x = <3>;
594 touchscreen-fuzz-y = <8>;
595 touchscreen-fuzz-pressure = <10>;
/Linux-v5.15/include/linux/
Dinput.h477 int min, int max, int fuzz, int flat);
497 INPUT_GENERATE_ABS_ACCESSORS(fuzz, fuzz)
Dgameport.h25 int fuzz; member
/Linux-v5.15/include/uapi/linux/
Dvirtio_input.h45 __le32 fuzz; member
Dinput.h94 __s32 fuzz; member
/Linux-v5.15/drivers/misc/lis3lv02d/
Dlis3lv02d.c684 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()
/Linux-v5.15/sound/pci/au88x0/
Dau88x0_game.c103 gp->fuzz = 64; in vortex_gameport_register()
/Linux-v5.15/arch/powerpc/sysdev/xive/
Dcommon.c527 unsigned int fuzz) in xive_find_target_in_mask() argument
533 first = fuzz % num; in xive_find_target_in_mask()
575 static unsigned int fuzz; in xive_pick_irq_target() local
596 cpu = xive_find_target_in_mask(mask, fuzz++); in xive_pick_irq_target()
600 fuzz--; in xive_pick_irq_target()
604 return xive_find_target_in_mask(affinity, fuzz++); in xive_pick_irq_target()
/Linux-v5.15/Documentation/process/
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-v5.15/arch/arm64/boot/dts/rockchip/
Drk3326-odroid-go2.dts35 abs-fuzz = <10>;
43 abs-fuzz = <10>;

12