Searched defs:dps310_data (Results 1 – 1 of 1) sorted by relevance
83 struct dps310_data { struct84 struct i2c_client *client;85 struct regmap *regmap;86 struct mutex lock; /* Lock for sequential HW access functions */111 static int dps310_get_coefs(struct dps310_data *data) in dps310_get_coefs() argument