Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/iio/imu/st_lsm9ds0/
Dst_lsm9ds0_core.c21 static int st_lsm9ds0_power_enable(struct device *dev, struct st_lsm9ds0 *lsm9ds0) in st_lsm9ds0_power_enable()
55 struct st_lsm9ds0 *lsm9ds0 = data; in st_lsm9ds0_power_disable()
61 static int devm_st_lsm9ds0_power_enable(struct st_lsm9ds0 *lsm9ds0) in devm_st_lsm9ds0_power_enable()
73 static int st_lsm9ds0_probe_accel(struct st_lsm9ds0 *lsm9ds0, struct regmap *regmap) in st_lsm9ds0_probe_accel()
101 static int st_lsm9ds0_probe_magn(struct st_lsm9ds0 *lsm9ds0, struct regmap *regmap) in st_lsm9ds0_probe_magn()
129 int st_lsm9ds0_probe(struct st_lsm9ds0 *lsm9ds0, struct regmap *regmap) in st_lsm9ds0_probe()
DMakefile2 obj-$(CONFIG_IIO_ST_LSM9DS0) += st_lsm9ds0.o
3 st_lsm9ds0-y := st_lsm9ds0_core.o
Dst_lsm9ds0.h10 struct st_lsm9ds0 { struct
20 int st_lsm9ds0_probe(struct st_lsm9ds0 *lsm9ds0, struct regmap *regmap); argument
Dst_lsm9ds0_spi.c44 struct st_lsm9ds0 *lsm9ds0; in st_lsm9ds0_spi_probe()
Dst_lsm9ds0_i2c.c45 struct st_lsm9ds0 *lsm9ds0; in st_lsm9ds0_i2c_probe()
DKconfig16 will be called st_lsm9ds0.
/linux-5.19.10/drivers/iio/imu/
DMakefile29 obj-y += st_lsm9ds0/
DKconfig97 source "drivers/iio/imu/st_lsm9ds0/Kconfig"