Home
last modified time | relevance | path

Searched full:rm3100 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/iio/magnetometer/
H A Drm3100-i2c.c3 * Support for PNI RM3100 3-axis geomagnetic sensor on a i2c bus.
13 #include "rm3100.h"
38 { .compatible = "pni,rm3100", },
45 .name = "rm3100-i2c",
53 MODULE_DESCRIPTION("PNI RM3100 3-axis magnetometer i2c driver");
H A Drm3100-spi.c3 * Support for PNI RM3100 3-axis geomagnetic sensor on a spi bus.
11 #include "rm3100.h"
48 { .compatible = "pni,rm3100", },
55 .name = "rm3100-spi",
63 MODULE_DESCRIPTION("PNI RM3100 3-axis magnetometer spi driver");
H A DKconfig215 tristate "PNI RM3100 3-Axis Magnetometer (I2C)"
220 Say Y here to add support for the PNI RM3100 3-Axis Magnetometer.
224 will be called rm3100-i2c.
227 tristate "PNI RM3100 3-Axis Magnetometer (SPI)"
232 Say Y here to add support for the PNI RM3100 3-Axis Magnetometer.
236 will be called rm3100-spi.
H A Drm3100-core.c3 * PNI RM3100 3-axis geomagnetic sensor driver core.
8 * <https://www.pnicorp.com/download/rm3100-user-manual/>
27 #include "rm3100.h"
544 indio_dev->name = "rm3100"; in rm3100_common_probe()
610 MODULE_DESCRIPTION("PNI RM3100 3-axis magnetometer i2c driver");
/linux/Documentation/devicetree/bindings/iio/magnetometer/
H A Dpni,rm3100.yaml4 $id: http://devicetree.org/schemas/iio/magnetometer/pni,rm3100.yaml#
7 title: PNI RM3100 3-axis magnetometer sensor
14 const: pni,rm3100
36 compatible = "pni,rm3100";
/linux/
H A DMAINTAINERS18606 PNI RM3100 IIO DRIVER
18610 F: Documentation/devicetree/bindings/iio/magnetometer/pni,rm3100.yaml
18611 F: drivers/iio/magnetometer/rm3100*