Searched defs:fxls8962af_data (Results 1 – 1 of 1) sorted by relevance
144 struct fxls8962af_data { struct145 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