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