Lines Matching defs:tsens_priv
571 struct tsens_priv { struct
572 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;
584 const struct reg_field *fields;
585 const struct tsens_ops *ops;
587 struct dentry *debug_root;
588 struct dentry *debug;