Home
last modified time | relevance | path

Searched refs:st_lsm9ds0 (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/iio/imu/st_lsm9ds0/
DMakefile2 obj-$(CONFIG_IIO_ST_LSM9DS0) += st_lsm9ds0.o
3 st_lsm9ds0-y := st_lsm9ds0_core.o
Dst_lsm9ds0_core.c21 static int st_lsm9ds0_probe_accel(struct st_lsm9ds0 *lsm9ds0, struct regmap *regmap) in st_lsm9ds0_probe_accel()
46 static int st_lsm9ds0_probe_magn(struct st_lsm9ds0 *lsm9ds0, struct regmap *regmap) in st_lsm9ds0_probe_magn()
71 int st_lsm9ds0_probe(struct st_lsm9ds0 *lsm9ds0, struct regmap *regmap) in st_lsm9ds0_probe()
Dst_lsm9ds0.h13 struct st_lsm9ds0 { struct
23 int st_lsm9ds0_probe(struct st_lsm9ds0 *lsm9ds0, struct regmap *regmap); argument
Dst_lsm9ds0_spi.c51 struct st_lsm9ds0 *lsm9ds0; in st_lsm9ds0_spi_probe()
Dst_lsm9ds0_i2c.c58 struct st_lsm9ds0 *lsm9ds0; in st_lsm9ds0_i2c_probe()
DKconfig17 will be called st_lsm9ds0.
/linux-6.12.1/drivers/iio/imu/
DMakefile31 obj-y += st_lsm9ds0/
DKconfig100 source "drivers/iio/imu/st_lsm9ds0/Kconfig"