Searched full:fxos8700 (Results 1 – 19 of 19) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/imu/ |
| D | nxp,fxos8700.yaml | 4 $id: http://devicetree.org/schemas/iio/imu/nxp,fxos8700.yaml# 7 title: Freescale FXOS8700 Inertial Measurement Unit 19 - nxp,fxos8700 55 fxos8700@1e { 56 compatible = "nxp,fxos8700"; 71 fxos8700@0 { 72 compatible = "nxp,fxos8700";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/imu/ |
| D | nxp,fxos8700.yaml | 4 $id: http://devicetree.org/schemas/iio/imu/nxp,fxos8700.yaml# 7 title: Freescale FXOS8700 Inertial Measurement Unit 19 - nxp,fxos8700 56 fxos8700@1e { 57 compatible = "nxp,fxos8700"; 72 fxos8700@0 { 73 compatible = "nxp,fxos8700";
|
| /kernel/linux/linux-5.10/drivers/iio/imu/ |
| D | Kconfig | 56 config FXOS8700 config 60 tristate "NXP FXOS8700 I2C driver" 62 select FXOS8700 65 Say yes here to build support for the NXP FXOS8700 m+g combo 72 tristate "NXP FXOS8700 SPI driver" 74 select FXOS8700 77 Say yes here to build support for the NXP FXOS8700 m+g combo
|
| D | fxos8700_spi.c | 3 * FXOS8700 - NXP IMU, SPI bits 11 #include "fxos8700.h" 29 {"fxos8700", 0}, 35 {"FXOS8700", 0}, 41 { .compatible = "nxp,fxos8700" }, 58 MODULE_DESCRIPTION("FXOS8700 SPI driver");
|
| D | fxos8700_i2c.c | 3 * FXOS8700 - NXP IMU, I2C bits 19 #include "fxos8700.h" 41 {"fxos8700", 0}, 47 {"FXOS8700", 0}, 53 { .compatible = "nxp,fxos8700" }, 70 MODULE_DESCRIPTION("FXOS8700 I2C driver");
|
| D | fxos8700_core.c | 3 * FXOS8700 - NXP IMU (accelerometer plus magnetometer) 5 * IIO core driver for FXOS8700, with support for I2C/SPI busses 18 #include "fxos8700.h" 361 * This is not align with the datasheet, but it is a fxos8700 in fxos8700_set_scale() 705 indio_dev->name = name ? name : "fxos8700"; in fxos8700_core_probe() 714 MODULE_DESCRIPTION("FXOS8700 6-Axis Acc and Mag Combo Sensor driver");
|
| /kernel/linux/linux-6.6/drivers/iio/imu/ |
| D | Kconfig | 58 config FXOS8700 config 62 tristate "NXP FXOS8700 I2C driver" 64 select FXOS8700 67 Say yes here to build support for the NXP FXOS8700 m+g combo 74 tristate "NXP FXOS8700 SPI driver" 76 select FXOS8700 79 Say yes here to build support for the NXP FXOS8700 m+g combo
|
| D | fxos8700_spi.c | 3 * FXOS8700 - NXP IMU, SPI bits 11 #include "fxos8700.h" 28 {"fxos8700", 0}, 34 {"FXOS8700", 0}, 40 { .compatible = "nxp,fxos8700" }, 57 MODULE_DESCRIPTION("FXOS8700 SPI driver");
|
| D | fxos8700_i2c.c | 3 * FXOS8700 - NXP IMU, I2C bits 19 #include "fxos8700.h" 40 {"fxos8700", 0}, 46 {"FXOS8700", 0}, 52 { .compatible = "nxp,fxos8700" }, 69 MODULE_DESCRIPTION("FXOS8700 I2C driver");
|
| D | fxos8700_core.c | 3 * FXOS8700 - NXP IMU (accelerometer plus magnetometer) 5 * IIO core driver for FXOS8700, with support for I2C/SPI busses 18 #include "fxos8700.h" 361 * This is not align with the datasheet, but it is a fxos8700 in fxos8700_set_scale() 705 indio_dev->name = name ? name : "fxos8700"; in fxos8700_core_probe() 714 MODULE_DESCRIPTION("FXOS8700 6-Axis Acc and Mag Combo Sensor driver");
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/freescale/ |
| D | fsl-ls1012a-rdb.dts | 45 compatible = "nxp,fxos8700";
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | imx6qdl-gw53xx.dtsi | 460 compatible = "nxp,fxos8700";
|
| D | imx6qdl-gw52xx.dtsi | 463 compatible = "nxp,fxos8700";
|
| D | imx6qdl-gw54xx.dtsi | 519 compatible = "nxp,fxos8700";
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/ |
| D | imx6qdl-gw52xx.dtsi | 473 compatible = "nxp,fxos8700";
|
| D | imx6qdl-gw53xx.dtsi | 470 compatible = "nxp,fxos8700";
|
| D | imx6qdl-gw54xx.dtsi | 517 compatible = "nxp,fxos8700";
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch | 18 + tristate "Freescale FXOS8700 M+G combo sensor" 21 + If you say yes here you get support for the Freescale FXOS8700 25 + will be called fxos8700. 48 +obj-$(CONFIG_SENSORS_FXOS8700) += fxos8700.o 687 diff --git a/drivers/misc/fxos8700.c b/drivers/misc/fxos8700.c 691 +++ b/drivers/misc/fxos8700.c 875 +#define FXOS8700_DRIVER "fxos8700" 1012 + dev_err(&client->dev, "Error when init fxos8700 device:(%d)", result); 1058 + printk(KERN_ERR "fxos8700 struct datt point is NULL."); 1064 + if (copy_to_user(argp, "FXOS8700 ACC", strlen("FXOS8700 ACC") + 1)) { [all …]
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
| D | 0001_linux_arch.patch | 6626 + fxos8700@1e { 6627 + compatible = "fsl,fxos8700";
|