Home
last modified time | relevance | path

Searched full:drv2665 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/input/misc/
H A Ddrv2665.c3 * DRV2665 haptics driver family
182 haptics->input_dev->name = "drv2665:haptics"; in drv2665_probe()
284 { .name = "drv2665" },
291 { .compatible = "ti,drv2665", },
300 .name = "drv2665-haptics",
308 MODULE_DESCRIPTION("TI DRV2665 haptics driver");
H A DKconfig945 tristate "TI DRV2665 haptics support"
950 Say Y to enable support for the TI DRV2665 haptics driver.
953 module will be called drv2665-haptics.
H A DMakefile41 obj-$(CONFIG_INPUT_DRV2665_HAPTICS) += drv2665.o