Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dof_touchscreen.c34 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()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/
H A Dremove-fuzz-from-ptests.patch4 Subject: [PATCH] Remove fuzz testing from executing with ptests.
6 Upstream version 2.9.12 introduced new fuzz-testing and a corresponding
7 folder fuzz. These tests are not required for ptests of this package.
9 This patch removes the fuzz testing targets from the Makefile.
26 -SUBDIRS = include . doc example fuzz xstc $(PYTHON_SUBDIR)
29 -DIST_SUBDIRS = include . doc example fuzz python xstc
38 - @cd fuzz; $(MAKE) tests
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/
H A Dmms114.txt14 - 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>;
H A Dtsc2005.txt31 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>;
H A Dcyttsp.txt20 - 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>;
H A 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.
H A Diqs5xx.txt39 - touchscreen-fuzz-x : See [2].
41 - touchscreen-fuzz-y : See [2].
43 - touchscreen-fuzz-pressure : See [2].
H A Dchipone_icn8318.txt15 - touchscreen-fuzz-x : horizontal noise value of the absolute input
17 - touchscreen-fuzz-y : vertical noise value of the absolute input
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
/OK3568_Linux_fs/buildroot/package/libtasn1/
H A D0001-fuzz-Makefile.am-do-not-force-static.patch4 Subject: [PATCH] fuzz/Makefile.am: do not force static
17 fuzz/Makefile.am | 2 +-
20 diff --git a/fuzz/Makefile.am b/fuzz/Makefile.am
22 --- a/fuzz/Makefile.am
23 +++ b/fuzz/Makefile.am
/OK3568_Linux_fs/buildroot/package/qpdf/
H A D0002-Fix-some-pipelines-to-be-safe-if-downstream-write-fails.patch4 Subject: [PATCH] Fix some pipelines to be safe if downstream write fails (fuzz
7 [Retrieved (and updated to remove updates on ChangeLog and fuzz) from:
12 fuzz/qpdf_extra/28262.fuzz | Bin 0 -> 40395 bytes
18 create mode 100644 fuzz/qpdf_extra/28262.fuzz
/OK3568_Linux_fs/buildroot/package/libopenssl/
H A Dlibopenssl.mk61 no-fuzz-libfuzzer \
62 no-fuzz-afl \
85 no-fuzz-libfuzzer \
86 no-fuzz-afl \
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/buildroot/package/casync/
H A Dcasync.mk13 CASYNC_CONF_OPTS = -Dman=false -Doss-fuzz=false -Dllvm-fuzz=false
/OK3568_Linux_fs/kernel/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
155 int fuzz;
/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A 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()
H A Danalog.c115 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()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dam3517-som.dtsi137 touchscreen-fuzz-x = <4>;
138 touchscreen-fuzz-y = <7>;
139 touchscreen-fuzz-pressure = <2>;
H A Dlogicpd-som-lv.dtsi115 touchscreen-fuzz-x = <4>;
116 touchscreen-fuzz-y = <7>;
117 touchscreen-fuzz-pressure = <2>;
/OK3568_Linux_fs/kernel/drivers/misc/lis3lv02d/
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dinput.h479 int min, int max, int fuzz, int flat);
499 INPUT_GENERATE_ABS_ACCESSORS(fuzz, fuzz)
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/
H A D0011-chromium-Remove-TRUE-to-prep-landing-of-icu68.patch22 - add-fuzz-target.patch: Prevents autoreconf from failing on mac due to a
23 missing makefile for fuzz.
/OK3568_Linux_fs/kernel/drivers/input/
H A Dinput.c67 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 > old_val - fuzz / 2 && value < old_val + fuzz / 2) in input_defuzz_abs_event()
73 if (value > old_val - fuzz && value < old_val + fuzz) in input_defuzz_abs_event()
76 if (value > old_val - fuzz * 2 && value < old_val + fuzz * 2) in input_defuzz_abs_event()
256 dev->absinfo[code].fuzz); in input_handle_abs_event()
516 int min, int max, int fuzz, int flat) in input_set_abs_params() argument
527 absinfo->fuzz = fuzz; in input_set_abs_params()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-core/sysvinit/
H A Dsysvinit_%.bbappend11 ERROR_QA:remove = "patch-fuzz"
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/xive/
H A Dcommon.c523 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()

123