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