Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/devicetree/bindings/input/
Dmicrochip,cap11xx.yaml4 $id: "http://devicetree.org/schemas/input/microchip,cap11xx.yaml#"
7 title: Device tree bindings for Microchip CAP11xx based capacitive touch sensors
73 description: CAP11xx LEDs
134 label = "cap11xx:green:usr0";
139 label = "cap11xx:green:usr1";
144 label = "cap11xx:green:alive";
/Linux-v6.1/drivers/input/keyboard/
Dcap11xx.c3 * Input driver for Microchip CAP11xx based capacitive touch sensors
380 dev_info(dev, "CAP11XX detected, revision 0x%02x\n", rev); in cap11xx_i2c_probe()
429 priv->idev->name = "CAP11XX capacitive touch sensor"; in cap11xx_i2c_probe()
502 .name = "cap11xx",
511 MODULE_DESCRIPTION("Microchip CAP11XX driver");
DKconfig780 tristate "Microchip CAP11XX based touch sensors"
784 Say Y here to enable the CAP11XX touch sensor driver.
787 module will be called cap11xx.
DMakefile17 obj-$(CONFIG_KEYBOARD_CAP11XX) += cap11xx.o