Searched full:imu (Results 1 – 25 of 47) sorted by relevance
12
/Linux-v5.10/drivers/iio/imu/ |
D | Kconfig | 3 # IIO imu drivers configuration 10 tristate "Analog Devices ADIS16400 and similar IMU SPI driver" 21 tristate "Analog Devices ADIS16460 and similar IMU driver" 33 tristate "Analog Devices ADIS16475 and similar IMU driver" 46 tristate "Analog Devices ADIS16480 and similar IMU driver" 54 source "drivers/iio/imu/bmi160/Kconfig" 94 source "drivers/iio/imu/inv_icm42600/Kconfig" 95 source "drivers/iio/imu/inv_mpu6050/Kconfig" 96 source "drivers/iio/imu/st_lsm6dsx/Kconfig"
|
D | adis16460.c | 3 * ADIS16460 IMU driver 13 #include <linux/iio/imu/adis.h> 448 MODULE_DESCRIPTION("Analog Devices ADIS16460 IMU driver");
|
D | fxos8700_spi.c | 3 * FXOS8700 - NXP IMU, SPI bits
|
D | fxos8700_i2c.c | 3 * FXOS8700 - NXP IMU, I2C bits
|
D | adis_trigger.c | 16 #include <linux/iio/imu/adis.h>
|
/Linux-v5.10/drivers/iio/imu/bmi160/ |
D | Kconfig | 3 # BMI160 IMU driver 17 If you say yes here you get support for BMI160 IMU on I2C with 29 If you say yes here you get support for BMI160 IMU on SPI with
|
D | Makefile | 3 # Makefile for Bosch BMI160 IMU
|
D | bmi160_spi.c | 3 * BMI160 - Bosch IMU, SPI bits
|
D | bmi160_i2c.c | 3 * BMI160 - Bosch IMU, I2C bits
|
/Linux-v5.10/drivers/iio/imu/st_lsm6dsx/ |
D | st_lsm6dsx.h | 28 #define ST_LSM9DS1_DEV_NAME "lsm9ds1-imu" 136 * struct st_lsm6dsx_fifo_ops - ST IMU FIFO settings 158 * struct st_lsm6dsx_hw_ts_settings - ST IMU hw timer settings 174 * struct st_lsm6dsx_shub_settings - ST IMU hw i2c controller settings 265 * struct st_lsm6dsx_settings - ST IMU sensor settings 333 * struct st_lsm6dsx_sensor - ST IMU sensor instance 366 * struct st_lsm6dsx_hw - ST IMU MEMS hw instance
|
D | Kconfig | 4 tristate "ST_LSM6DSx driver for STM 6-axis IMU MEMS sensors" 12 Say yes here to build support for STMicroelectronics LSM6DSx imu
|
D | st_lsm6dsx_i2c.c | 86 .compatible = "st,lsm9ds1-imu",
|
D | st_lsm6dsx_spi.c | 86 .compatible = "st,lsm9ds1-imu",
|
/Linux-v5.10/Documentation/devicetree/bindings/iio/imu/ |
D | adi,adis16460.yaml | 4 $id: http://devicetree.org/schemas/iio/imu/adi,adis16460.yaml# 48 imu@0 {
|
D | st_lsm6dsx.txt | 1 * ST_LSM6DSx driver for STM 6-axis (acc + gyro) imu Mems sensors 16 "st,lsm9ds1-imu"
|
D | nxp,fxos8700.yaml | 4 $id: http://devicetree.org/schemas/iio/imu/nxp,fxos8700.yaml#
|
D | bosch,bmi160.yaml | 4 $id: http://devicetree.org/schemas/iio/imu/bosch,bmi160.yaml#
|
D | invensense,icm42600.yaml | 4 $id: http://devicetree.org/schemas/iio/imu/invensense,icm42600.yaml#
|
D | adi,adis16480.txt | 74 imu@0 {
|
D | adi,adis16475.yaml | 4 $id: http://devicetree.org/schemas/iio/imu/adi,adis16475.yaml#
|
/Linux-v5.10/drivers/iio/ |
D | Makefile | 29 obj-y += imu/
|
D | Kconfig | 83 source "drivers/iio/imu/Kconfig"
|
/Linux-v5.10/fs/ |
D | io_uring.c | 2865 struct io_mapped_ubuf *imu; in io_import_fixed() local 2873 imu = &ctx->user_bufs[index]; in io_import_fixed() 2880 if (buf_addr < imu->ubuf || buf_addr + len > imu->ubuf + imu->len) in io_import_fixed() 2887 offset = buf_addr - imu->ubuf; in io_import_fixed() 2888 iov_iter_bvec(iter, rw, imu->bvec, imu->nr_bvecs, offset + len); in io_import_fixed() 2907 const struct bio_vec *bvec = imu->bvec; in io_import_fixed() 7986 struct io_mapped_ubuf *imu = &ctx->user_bufs[i]; in io_sqe_buffer_unregister() local 7988 for (j = 0; j < imu->nr_bvecs; j++) in io_sqe_buffer_unregister() 7989 unpin_user_page(imu->bvec[j].bv_page); in io_sqe_buffer_unregister() 7991 if (imu->acct_pages) in io_sqe_buffer_unregister() [all …]
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | am335x-osd3358-sm-red.dts | 89 imu_interrupt: imu-interrupt { 144 mpu9250: imu@68 {
|
D | ste-ux500-samsung-golden.dts | 228 imu@68 { 579 imu {
|
12