Lines Matching refs:SENSOR_DEVICE_ATTR_RO

204 static SENSOR_DEVICE_ATTR_RO(in0_input, powr1220_voltage, VMON1);
205 static SENSOR_DEVICE_ATTR_RO(in1_input, powr1220_voltage, VMON2);
206 static SENSOR_DEVICE_ATTR_RO(in2_input, powr1220_voltage, VMON3);
207 static SENSOR_DEVICE_ATTR_RO(in3_input, powr1220_voltage, VMON4);
208 static SENSOR_DEVICE_ATTR_RO(in4_input, powr1220_voltage, VMON5);
209 static SENSOR_DEVICE_ATTR_RO(in5_input, powr1220_voltage, VMON6);
210 static SENSOR_DEVICE_ATTR_RO(in6_input, powr1220_voltage, VMON7);
211 static SENSOR_DEVICE_ATTR_RO(in7_input, powr1220_voltage, VMON8);
212 static SENSOR_DEVICE_ATTR_RO(in8_input, powr1220_voltage, VMON9);
213 static SENSOR_DEVICE_ATTR_RO(in9_input, powr1220_voltage, VMON10);
214 static SENSOR_DEVICE_ATTR_RO(in10_input, powr1220_voltage, VMON11);
215 static SENSOR_DEVICE_ATTR_RO(in11_input, powr1220_voltage, VMON12);
216 static SENSOR_DEVICE_ATTR_RO(in12_input, powr1220_voltage, VCCA);
217 static SENSOR_DEVICE_ATTR_RO(in13_input, powr1220_voltage, VCCINP);
219 static SENSOR_DEVICE_ATTR_RO(in0_highest, powr1220_max, VMON1);
220 static SENSOR_DEVICE_ATTR_RO(in1_highest, powr1220_max, VMON2);
221 static SENSOR_DEVICE_ATTR_RO(in2_highest, powr1220_max, VMON3);
222 static SENSOR_DEVICE_ATTR_RO(in3_highest, powr1220_max, VMON4);
223 static SENSOR_DEVICE_ATTR_RO(in4_highest, powr1220_max, VMON5);
224 static SENSOR_DEVICE_ATTR_RO(in5_highest, powr1220_max, VMON6);
225 static SENSOR_DEVICE_ATTR_RO(in6_highest, powr1220_max, VMON7);
226 static SENSOR_DEVICE_ATTR_RO(in7_highest, powr1220_max, VMON8);
227 static SENSOR_DEVICE_ATTR_RO(in8_highest, powr1220_max, VMON9);
228 static SENSOR_DEVICE_ATTR_RO(in9_highest, powr1220_max, VMON10);
229 static SENSOR_DEVICE_ATTR_RO(in10_highest, powr1220_max, VMON11);
230 static SENSOR_DEVICE_ATTR_RO(in11_highest, powr1220_max, VMON12);
231 static SENSOR_DEVICE_ATTR_RO(in12_highest, powr1220_max, VCCA);
232 static SENSOR_DEVICE_ATTR_RO(in13_highest, powr1220_max, VCCINP);
234 static SENSOR_DEVICE_ATTR_RO(in0_label, powr1220_label, VMON1);
235 static SENSOR_DEVICE_ATTR_RO(in1_label, powr1220_label, VMON2);
236 static SENSOR_DEVICE_ATTR_RO(in2_label, powr1220_label, VMON3);
237 static SENSOR_DEVICE_ATTR_RO(in3_label, powr1220_label, VMON4);
238 static SENSOR_DEVICE_ATTR_RO(in4_label, powr1220_label, VMON5);
239 static SENSOR_DEVICE_ATTR_RO(in5_label, powr1220_label, VMON6);
240 static SENSOR_DEVICE_ATTR_RO(in6_label, powr1220_label, VMON7);
241 static SENSOR_DEVICE_ATTR_RO(in7_label, powr1220_label, VMON8);
242 static SENSOR_DEVICE_ATTR_RO(in8_label, powr1220_label, VMON9);
243 static SENSOR_DEVICE_ATTR_RO(in9_label, powr1220_label, VMON10);
244 static SENSOR_DEVICE_ATTR_RO(in10_label, powr1220_label, VMON11);
245 static SENSOR_DEVICE_ATTR_RO(in11_label, powr1220_label, VMON12);
246 static SENSOR_DEVICE_ATTR_RO(in12_label, powr1220_label, VCCA);
247 static SENSOR_DEVICE_ATTR_RO(in13_label, powr1220_label, VCCINP);