Searched full:maxtouch (Results 1 – 25 of 30) sorted by relevance
12
/Linux-v5.15/Documentation/devicetree/bindings/input/ |
D | atmel,maxtouch.yaml | 4 $id: http://devicetree.org/schemas/input/atmel,maxtouch.yaml# 7 title: Atmel maXTouch touchscreen/touchpad 14 Atmel maXTouch touchscreen or touchpads such as the mXT244 19 const: atmel,maxtouch 59 between maXTouch devices. You must either refer to the documentation, 96 #include <dt-bindings/input/atmel-maxtouch.h> 102 compatible = "atmel,maxtouch";
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | imx7-colibri-aster.dtsi | 94 /* Microchip/Atmel maxtouch controller */ 96 compatible = "atmel,maxtouch";
|
D | imx6dl-aristainetos2_7.dts | 71 compatible = "atmel,maxtouch";
|
D | imx7-colibri-eval-v3.dtsi | 121 compatible = "atmel,maxtouch";
|
D | imx6dl-aristainetos2_4.dts | 114 compatible = "atmel,maxtouch";
|
D | imx6q-apalis-ixora.dts | 143 compatible = "atmel,maxtouch";
|
D | imx6q-apalis-ixora-v1.1.dts | 144 compatible = "atmel,maxtouch";
|
D | imx6dl-colibri-eval-v3.dts | 140 compatible = "atmel,maxtouch";
|
D | imx6q-apalis-eval.dts | 139 compatible = "atmel,maxtouch";
|
D | at91-sama5d4ek.dts | 96 compatible = "atmel,maxtouch";
|
D | imx51-zii-rdu1.dts | 484 compatible = "atmel,maxtouch"; 494 compatible = "atmel,maxtouch";
|
D | s5pv210-goni.dts | 357 compatible = "atmel,maxtouch";
|
D | exynos5250-spring.dts | 337 compatible = "atmel,maxtouch";
|
D | ste-ux500-samsung-golden.dts | 260 compatible = "atmel,maxtouch";
|
D | exynos4210-universal_c210.dts | 307 /* TBD: Atmel maXtouch touchscreen */
|
D | tegra20-acer-a500-picasso.dts | 4 #include <dt-bindings/input/atmel-maxtouch.h> 447 compatible = "atmel,maxtouch";
|
D | motorola-mapphone-common.dtsi | 326 compatible = "atmel,maxtouch";
|
D | exynos4210-i9100.dts | 387 compatible = "atmel,maxtouch";
|
D | s5pv210-aries.dtsi | 628 compatible = "atmel,maxtouch";
|
D | imx53-ppd.dts | 595 compatible = "atmel,maxtouch";
|
D | ste-ux500-samsung-janice.dts | 608 compatible = "atmel,maxtouch";
|
/Linux-v5.15/arch/arm64/boot/dts/freescale/ |
D | imx8mq-zii-ultra-zest.dts | 47 compatible = "atmel,maxtouch";
|
/Linux-v5.15/arch/arm64/boot/dts/rockchip/ |
D | rk3399-gru-kevin.dts | 225 compatible = "atmel,maxtouch"; 241 compatible = "atmel,maxtouch";
|
/Linux-v5.15/drivers/platform/chrome/ |
D | chromeos_laptop.c | 305 PROPERTY_ENTRY_STRING("compatible", "atmel,maxtouch"), 312 PROPERTY_ENTRY_STRING("compatible", "atmel,maxtouch"), 506 PROPERTY_ENTRY_STRING("compatible", "atmel,maxtouch"),
|
/Linux-v5.15/drivers/input/touchscreen/ |
D | atmel_mxt_ts.c | 3 * Atmel maXTouch Touchscreen driver 34 #include <dt-bindings/input/atmel-maxtouch.h> 37 #define MXT_FW_NAME "maxtouch.fw" 38 #define MXT_CFG_NAME "maxtouch.cfg" 2029 input_dev->name = "Atmel maXTouch Touchpad"; in mxt_set_up_as_touchpad() 2091 input_dev->name = "Atmel maXTouch Touchscreen"; in mxt_initialize_input_device() 2635 .name = "Atmel maxTouch", 2855 * xxd -r -p mXTXXX__APP_VX-X-XX.enc > maxtouch.fw in mxt_check_firmware_format() 3346 { .compatible = "atmel,maxtouch", }, 3369 { "maxtouch", 0 }, [all …]
|
12