Searched refs:st_lsm9ds0 (Results 1 – 8 of 8) sorted by relevance
21 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()
2 obj-$(CONFIG_IIO_ST_LSM9DS0) += st_lsm9ds0.o3 st_lsm9ds0-y := st_lsm9ds0_core.o
10 struct st_lsm9ds0 { struct20 int st_lsm9ds0_probe(struct st_lsm9ds0 *lsm9ds0, struct regmap *regmap); argument
44 struct st_lsm9ds0 *lsm9ds0; in st_lsm9ds0_spi_probe()
45 struct st_lsm9ds0 *lsm9ds0; in st_lsm9ds0_i2c_probe()
16 will be called st_lsm9ds0.
29 obj-y += st_lsm9ds0/
97 source "drivers/iio/imu/st_lsm9ds0/Kconfig"