Searched refs:fuzzx (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | tsc2007_core.c | 229 if (!device_property_read_u32(dev, "ti,fuzzx", &val32)) in tsc2007_probe_properties() 230 ts->fuzzx = val32; in tsc2007_probe_properties() 272 ts->fuzzx = pdata->fuzzx; in tsc2007_probe_pdev() 343 input_set_abs_params(input_dev, ABS_X, 0, MAX_12BIT, ts->fuzzx, 0); in tsc2007_probe()
|
H A D | tsc2007.h | 70 int fuzzx; member
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | tsc2007.h | 12 int fuzzx; /* fuzz factor for X, Y and pressure axes */ member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | tsc2007.h | 12 int fuzzx; /* fuzz factor for X, Y and pressure axes */ member
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | tsc2007_core.c | 248 if (!of_property_read_u32(np, "ti,fuzzx", &val32)) in tsc2007_probe_dt() 249 ts->fuzzx = val32; in tsc2007_probe_dt() 297 ts->fuzzx = pdata->fuzzx; in tsc2007_probe_pdev() 368 input_set_abs_params(input_dev, ABS_X, 0, MAX_12BIT, ts->fuzzx, 0); in tsc2007_probe()
|
H A D | tsc2007.h | 68 int fuzzx; member
|
Completed in 3 milliseconds