Home
last modified time | relevance | path

Searched full:iqs269a (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/input/
H A Diqs269a.yaml4 $id: http://devicetree.org/schemas/input/iqs269a.yaml#
7 title: Azoteq IQS269A Capacitive Touch Controller
16 The Azoteq IQS269A is an 8-channel capacitive touch controller that features
24 - azoteq,iqs269a
25 - azoteq,iqs269a-00
26 - azoteq,iqs269a-d0
535 - azoteq,iqs269a-d0
567 compatible = "azoteq,iqs269a";
/linux/drivers/input/misc/
H A Diqs269a.c3 * Azoteq IQS269A Capacitive Touch Controller
1965 .compatible = "azoteq,iqs269a",
1969 .compatible = "azoteq,iqs269a-00",
1973 .compatible = "azoteq,iqs269a-d0",
1982 .name = "iqs269a",
1992 MODULE_DESCRIPTION("Azoteq IQS269A Capacitive Touch Controller");
H A DKconfig789 tristate "Azoteq IQS269A capacitive touch controller"
793 Say Y to enable support for the Azoteq IQS269A capacitive
797 module will be called iqs269a.
H A DMakefile48 obj-$(CONFIG_INPUT_IQS269A) += iqs269a.o