Home
last modified time | relevance | path

Searched defs:fxls8962af_data (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/iio/accel/
Dfxls8962af-core.c144 struct fxls8962af_data { struct
145 struct regmap *regmap;
146 const struct fxls8962af_chip_info *chip_info;
147 struct regulator *vdd_reg;
148 struct {
151 } scan;
152 int64_t timestamp, old_timestamp; /* Only used in hw fifo mode. */
176 static int fxls8962af_power_on(struct fxls8962af_data *data) in fxls8962af_power_on() argument