Lines Matching defs:tmag5273_data
115 struct tmag5273_data { struct
116 struct device *dev;
117 unsigned int devid;
118 unsigned int version;
119 char name[16];
120 unsigned int conv_avg;
121 unsigned int scale;
122 enum tmag5273_scale_index scale_index;
123 unsigned int angle_measurement;
124 struct regmap *map;
125 struct regulator *vcc;
133 struct mutex lock;