Searched full:fuzzx (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/input/touchscreen/ |
H A D | tsc2007_core.c | 228 if (!device_property_read_u32(dev, "ti,fuzzx", &val32)) in tsc2007_probe_properties() 229 ts->fuzzx = val32; in tsc2007_probe_properties() 271 ts->fuzzx = pdata->fuzzx; in tsc2007_probe_pdev() 341 input_set_abs_params(input_dev, ABS_X, 0, MAX_12BIT, ts->fuzzx, 0); in tsc2007_probe()
|
H A D | tsc2007.h | 72 int fuzzx; member
|
/linux/include/linux/platform_data/ |
H A D | tsc2007.h | 12 int fuzzx; /* fuzz factor for X, Y and pressure axes */ member
|
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | ti.tsc2007.yaml | 33 ti,fuzzx:
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3566-bigtreetech-cb2.dtsi | 573 ti,fuzzx = <32>;
|