Searched full:sx9360 (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/proximity/ |
H A D | semtech,sx9360.yaml | 4 $id: http://devicetree.org/schemas/iio/proximity/semtech,sx9360.yaml# 7 title: Semtech's SX9360 capacitive proximity sensor 14 Semtech's SX9360 proximity sensor. 18 const: semtech,sx9360 86 compatible = "semtech,sx9360";
|
/linux/drivers/iio/proximity/ |
H A D | Kconfig | 176 config SX9360 config 177 tristate "SX9360 Semtech proximity sensor" 184 Say Y here to build a driver for Semtech's SX9360 188 module will be called sx9360.
|
H A D | sx9360.c | 5 * Driver for Semtech's SX9360 capacitive proximity/button solution. 6 * Based on SX9360 driver and copy of datasheet at: 746 indio_dev->name = "sx9360"; in sx9360_check_whoami() 835 { .compatible = "semtech,sx9360", (void *)SX9360_WHOAMI_VALUE }, 841 {"sx9360", SX9360_WHOAMI_VALUE }, 848 .name = "sx9360", 866 MODULE_DESCRIPTION("Driver for Semtech SX9360 proximity sensor");
|
H A D | Makefile | 20 obj-$(CONFIG_SX9360) += sx9360.o
|