Home
last modified time | relevance | path

Searched full:cap11xx (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/
Dmicrochip,cap11xx.yaml4 $id: http://devicetree.org/schemas/input/microchip,cap11xx.yaml#
7 title: Microchip CAP11xx based capacitive touch sensors
76 description: CAP11xx LEDs
137 label = "cap11xx:green:usr0";
142 label = "cap11xx:green:usr1";
147 label = "cap11xx:green:alive";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/
Dcap11xx.txt1 Device tree bindings for Microchip CAP11xx based capacitive touch sensors
63 label = "cap11xx:green:usr0";
68 label = "cap11xx:green:usr1";
73 label = "cap11xx:green:alive";
/kernel/linux/linux-5.10/drivers/input/keyboard/
Dcap11xx.c3 * Input driver for Microchip CAP11xx based capacitive touch sensors
377 dev_info(dev, "CAP11XX detected, revision 0x%02x\n", rev); in cap11xx_i2c_probe()
416 priv->idev->name = "CAP11XX capacitive touch sensor"; in cap11xx_i2c_probe()
487 .name = "cap11xx",
496 MODULE_DESCRIPTION("Microchip CAP11XX driver");
DKconfig762 tristate "Microchip CAP11XX based touch sensors"
766 Say Y here to enable the CAP11XX touch sensor driver.
769 module will be called cap11xx.
DMakefile17 obj-$(CONFIG_KEYBOARD_CAP11XX) += cap11xx.o
/kernel/linux/linux-6.6/drivers/input/keyboard/
Dcap11xx.c3 * Input driver for Microchip CAP11xx based capacitive touch sensors
386 dev_info(dev, "CAP11XX detected, model %s, revision 0x%02x\n", in cap11xx_i2c_probe()
438 priv->idev->name = "CAP11XX capacitive touch sensor"; in cap11xx_i2c_probe()
517 .name = "cap11xx",
526 MODULE_DESCRIPTION("Microchip CAP11XX driver");
DKconfig761 tristate "Microchip CAP11XX based touch sensors"
765 Say Y here to enable the CAP11XX touch sensor driver.
768 module will be called cap11xx.
DMakefile17 obj-$(CONFIG_KEYBOARD_CAP11XX) += cap11xx.o