Searched refs:fuzz (Results 1 - 34 of 34) sorted by relevance

/linux-4.1.27/drivers/input/touchscreen/
H A Dof_touchscreen.c29 int max, int fuzz) touchscreen_set_params()
46 absinfo->fuzz = fuzz; touchscreen_set_params()
60 u32 maximum, fuzz; touchscreen_parse_of_params() local
67 fuzz = of_get_optional_u32(np, "touchscreen-fuzz-x"); touchscreen_parse_of_params()
68 if (maximum || fuzz) { touchscreen_parse_of_params()
69 touchscreen_set_params(dev, ABS_X, maximum, fuzz); touchscreen_parse_of_params()
70 touchscreen_set_params(dev, ABS_MT_POSITION_X, maximum, fuzz); touchscreen_parse_of_params()
74 fuzz = of_get_optional_u32(np, "touchscreen-fuzz-y"); touchscreen_parse_of_params()
75 if (maximum || fuzz) { touchscreen_parse_of_params()
76 touchscreen_set_params(dev, ABS_Y, maximum, fuzz); touchscreen_parse_of_params()
77 touchscreen_set_params(dev, ABS_MT_POSITION_Y, maximum, fuzz); touchscreen_parse_of_params()
81 fuzz = of_get_optional_u32(np, "touchscreen-fuzz-pressure"); touchscreen_parse_of_params()
82 if (maximum || fuzz) { touchscreen_parse_of_params()
83 touchscreen_set_params(dev, ABS_PRESSURE, maximum, fuzz); touchscreen_parse_of_params()
84 touchscreen_set_params(dev, ABS_MT_PRESSURE, maximum, fuzz); touchscreen_parse_of_params()
27 touchscreen_set_params(struct input_dev *dev, unsigned long axis, int max, int fuzz) touchscreen_set_params() argument
H A Dchipone_icn8318.c233 of_property_read_u32(np, "touchscreen-fuzz-x", &fuzz_x); icn8318_probe()
234 of_property_read_u32(np, "touchscreen-fuzz-y", &fuzz_y); icn8318_probe()
H A Dwm97xx-core.c65 * o fuzz:- use a higher number to reduce jitter
75 MODULE_PARM_DESC(abs_x, "Touchscreen absolute X min, max, fuzz");
79 MODULE_PARM_DESC(abs_y, "Touchscreen absolute Y min, max, fuzz");
83 MODULE_PARM_DESC(abs_p, "Touchscreen absolute Pressure min, max, fuzz");
H A Dbcm_iproc_tsc.c400 of_property_read_u32(np, "touchscreen-fuzz-x", iproc_get_tsc_config()
402 of_property_read_u32(np, "touchscreen-fuzz-y", iproc_get_tsc_config()
/linux-4.1.27/include/linux/i2c/
H A Dtsc2007.h11 int fuzzx; /* fuzz factor for X, Y and pressure axes */
/linux-4.1.27/include/linux/input/
H A Dgpio_tilt.h9 * @fuzz: fuzz value for abs_param
16 int fuzz; member in struct:gpio_tilt_axis
/linux-4.1.27/include/uapi/linux/
H A Dvirtio_input.h45 __u32 fuzz; member in struct:virtio_input_absinfo
H A Dinput.h53 * @fuzz: specifies fuzz value that is used to filter noise from
71 __s32 fuzz; member in struct:input_absinfo
/linux-4.1.27/drivers/input/mouse/
H A Dappletouch.c51 int fuzz; /* fuzz touchpad generates */ member in struct:atp_info
65 .fuzz = 16,
76 .fuzz = 16,
87 .fuzz = 0,
97 .fuzz = 0,
107 .fuzz = 0,
516 dev->info->fuzz, 0); atp_detect_size()
919 dev->info->fuzz, 0); atp_probe()
922 dev->info->fuzz, 0); atp_probe()
H A Delantech.h63 * Edge fuzz might be necessary because of bezel around the touchpad
H A Dsynaptics.h144 /* amount to fuzz position data when touchpad reports reduced filtering */
H A Dsynaptics.c1158 int fuzz = SYN_CAP_REDUCED_FILTERING(priv->ext_cap_0c) ? set_abs_position_params() local
1161 input_set_abs_params(dev, x_code, x_min, x_max, fuzz, 0); set_abs_position_params()
1162 input_set_abs_params(dev, y_code, y_min, y_max, fuzz, 0); set_abs_position_params()
H A Dbcm5974.c451 int fuzz = p->snratio ? (p->max - p->min) / p->snratio : 0; set_abs() local
452 input_set_abs_params(input, code, p->min, p->max, fuzz, 0); set_abs()
/linux-4.1.27/sound/pci/au88x0/
H A Dau88x0_game.c116 gp->fuzz = 64; vortex_gameport_register()
/linux-4.1.27/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c686 int max_val, fuzz, flat; lis3lv02d_joystick_enable() local
714 fuzz = LIS3_DEFAULT_FUZZ_12B; lis3lv02d_joystick_enable()
717 fuzz = LIS3_DEFAULT_FUZZ_8B; lis3lv02d_joystick_enable()
720 fuzz = (fuzz * lis3->scale) / LIS3_ACCURACY; lis3lv02d_joystick_enable()
723 input_set_abs_params(input_dev, ABS_X, -max_val, max_val, fuzz, flat); lis3lv02d_joystick_enable()
724 input_set_abs_params(input_dev, ABS_Y, -max_val, max_val, fuzz, flat); lis3lv02d_joystick_enable()
725 input_set_abs_params(input_dev, ABS_Z, -max_val, max_val, fuzz, flat); lis3lv02d_joystick_enable()
/linux-4.1.27/drivers/input/joystick/
H A Danalog.c131 int fuzz; member in struct:analog_port
511 input_set_abs_params(input_dev, t, v, (x << 1) - v, port->fuzz, w); analog_init_device()
630 port->fuzz = (port->speed * ANALOG_FUZZ_MAGIC) / port->loop / 1000 + ANALOG_FUZZ_BITS; analog_init_port()
669 port->fuzz = gameport->fuzz; analog_init_port()
H A Dsidewinder.c763 int min, max, fuzz, flat; sw_connect() local
768 fuzz = (bits >> 1) >= 2 ? 1 << ((bits >> 1) - 2) : 0; sw_connect()
773 min, max, fuzz, flat); sw_connect()
H A Da3d.c368 adc->fuzz = 1; a3d_connect()
H A Dgamecon.c703 * maybe fuzz processing needs to be done gc_psx_report_one()
/linux-4.1.27/drivers/input/
H A Dinput.c59 static int input_defuzz_abs_event(int value, int old_val, int fuzz) input_defuzz_abs_event() argument
61 if (fuzz) { input_defuzz_abs_event()
62 if (value > old_val - fuzz / 2 && value < old_val + fuzz / 2) input_defuzz_abs_event()
65 if (value > old_val - fuzz && value < old_val + fuzz) input_defuzz_abs_event()
68 if (value > old_val - fuzz * 2 && value < old_val + fuzz * 2) input_defuzz_abs_event()
249 dev->absinfo[code].fuzz); input_handle_abs_event()
493 int min, int max, int fuzz, int flat) input_set_abs_params()
504 absinfo->fuzz = fuzz; input_set_abs_params()
492 input_set_abs_params(struct input_dev *dev, unsigned int axis, int min, int max, int fuzz, int flat) input_set_abs_params() argument
H A Dinput-mt.c21 dev->absinfo[dst].fuzz = 0; copy_abs()
/linux-4.1.27/drivers/input/misc/
H A Dgpio_tilt_polled.c152 pdata->axes[i].fuzz, pdata->axes[i].flat); gpio_tilt_polled_probe()
/linux-4.1.27/include/linux/
H A Dgameport.h28 int fuzz; member in struct:gameport
H A Dinput.h76 * about absolute axes (current value, min, max, flat, fuzz,
441 int min, int max, int fuzz, int flat);
461 INPUT_GENERATE_ABS_ACCESSORS(fuzz, fuzz)
/linux-4.1.27/drivers/virtio/
H A Dvirtio_input.c162 virtio_cread(vi->vdev, struct virtio_input_config, u.abs.fuzz, &fu); virtinput_cfg_abs()
/linux-4.1.27/drivers/hid/
H A Dhid-multitouch.c369 int fuzz = snratio ? (fmax - fmin) / snratio : 0; set_abs() local
370 input_set_abs_params(input, code, fmin, fmax, fuzz, 0); set_abs()
H A Dhid-lg.c618 /* Ensure that Logitech wheels are not given a default fuzz/flat value */ lg_input_mapped()
H A Dwacom_wac.c1342 struct hid_field *field, __u8 type, __u16 code, int fuzz) wacom_map_usage()
1356 input_set_abs_params(input, code, fmin, fmax, fuzz, 0); wacom_map_usage()
1341 wacom_map_usage(struct wacom *wacom, struct hid_usage *usage, struct hid_field *field, __u8 type, __u16 code, int fuzz) wacom_map_usage() argument
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dptp.c1759 * less (allowing for fuzz) __efx_rx_skb_attach_timestamp()
1763 /* packet is behind the sync event but within the fuzz factor. __efx_rx_skb_attach_timestamp()
/linux-4.1.27/drivers/media/rc/
H A Dredrat3.c528 dev_dbg(dev, "set ir parm len fuzz %d rc 0x%02x\n", *val, rc); redrat3_reset()
/linux-4.1.27/drivers/tty/
H A Dtty_ioctl.c412 digesting non-exact replies so fuzz a bit */ tty_termios_encode_baud_rate()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_edid.c1960 /* 1.3 is pathetic, so fuzz up a bit */ range_pixel_clock()
/linux-4.1.27/sound/pci/
H A Dazt3328.c1841 gp->fuzz = 16; /* seems ok */ snd_azf3328_gameport()
/linux-4.1.27/sound/pci/trident/
H A Dtrident_main.c3197 gp->fuzz = 64; snd_trident_create_gameport()

Completed in 2168 milliseconds