Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/input/
H A Dmicrochip,cap11xx.yaml4 $id: http://devicetree.org/schemas/input/microchip,cap11xx.yaml#
7 title: Microchip CAP11xx based capacitive touch sensors
129 description: CAP11xx LEDs
211 label = "cap11xx:green:usr0";
216 label = "cap11xx:green:usr1";
221 label = "cap11xx:green:alive";
/linux/drivers/input/keyboard/
H A Dcap11xx.c3 * Input driver for Microchip CAP11xx based capacitive touch sensors
541 dev_info(dev, "CAP11XX detected, model %s, revision 0x%02x\n", in cap11xx_i2c_probe()
546 dev_info(dev, "CAP11XX device detected, model %s, revision 0x%02x\n", in cap11xx_i2c_probe()
557 priv->idev->name = "CAP11XX capacitive touch sensor"; in cap11xx_i2c_probe()
671 .name = "cap11xx",
680 MODULE_DESCRIPTION("Microchip CAP11XX driver");
H A DKconfig749 tristate "Microchip CAP11XX based touch sensors"
753 Say Y here to enable the CAP11XX touch sensor driver.
756 module will be called cap11xx.
H A DMakefile17 obj-$(CONFIG_KEYBOARD_CAP11XX) += cap11xx.o