Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/devicetree/bindings/input/
Dti,drv266x.yaml12 http://www.ti.com/product/drv2667
21 - ti,drv2667
46 compatible = "ti,drv2667";
/linux-6.12.1/drivers/input/misc/
Ddrv2667.c3 * DRV2667 haptics driver family
359 haptics->input_dev->name = "drv2667:haptics"; in drv2667_probe()
463 { "drv2667" },
470 { .compatible = "ti,drv2667", },
479 .name = "drv2667-haptics",
487 MODULE_DESCRIPTION("TI DRV2667 haptics driver");
DKconfig901 tristate "TI DRV2667 haptics support"
906 Say Y to enable support for the TI DRV2667 haptics driver.
909 module will be called drv2667-haptics.
DMakefile40 obj-$(CONFIG_INPUT_DRV2667_HAPTICS) += drv2667.o