Home
last modified time | relevance | path

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

/linux-6.8/Documentation/devicetree/bindings/iio/proximity/
Dsemtech,sx9360.yaml4 $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-6.8/drivers/iio/proximity/
DKconfig160 config SX9360 config
161 tristate "SX9360 Semtech proximity sensor"
168 Say Y here to build a driver for Semtech's SX9360
172 module will be called sx9360.
Dsx9360.c5 * Driver for Semtech's SX9360 capacitive proximity/button solution.
6 * Based on SX9360 driver and copy of datasheet at:
780 indio_dev->name = "sx9360"; in sx9360_check_whoami()
874 { .compatible = "semtech,sx9360", (void *)SX9360_WHOAMI_VALUE },
880 {"sx9360", SX9360_WHOAMI_VALUE },
887 .name = "sx9360",
905 MODULE_DESCRIPTION("Driver for Semtech SX9360 proximity sensor");
DMakefile19 obj-$(CONFIG_SX9360) += sx9360.o