Searched defs:tsens_priv (Results 1 – 1 of 1) sorted by relevance
569 struct tsens_priv { struct570 struct device *dev;571 u32 num_sensors;572 struct regmap *tm_map;573 struct regmap *srot_map;574 u32 tm_offset;577 spinlock_t ul_lock;579 struct regmap_field *rf[MAX_REGFIELDS];580 struct tsens_context ctx;581 struct tsens_features *feat;[all …]