Lines Matching defs:tsens_priv
569 struct tsens_priv { struct
570 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;
582 const struct reg_field *fields;
583 const struct tsens_ops *ops;
585 struct dentry *debug_root;
586 struct dentry *debug;