Lines Matching refs:show_in
272 static ssize_t show_in(struct device *dev, struct device_attribute *attr, in show_in() function
455 show_in, set_in, i_min, 0);
457 show_in, set_in, i_min, 1);
459 show_in, set_in, i_min, 2);
461 show_in, set_in, i_min, 3);
463 show_in, set_in, i_min, 4);
465 show_in, set_in, i_min, 5);
467 show_in, set_in, i_min, 6);
469 show_in, set_in, i_max, 0);
471 show_in, set_in, i_max, 1);
473 show_in, set_in, i_max, 2);
475 show_in, set_in, i_max, 3);
477 show_in, set_in, i_max, 4);
479 show_in, set_in, i_max, 5);
481 show_in, set_in, i_max, 6);
482 static SENSOR_DEVICE_ATTR_2(in0_input, S_IRUGO, show_in, NULL, i_input, 0);
483 static SENSOR_DEVICE_ATTR_2(in1_input, S_IRUGO, show_in, NULL, i_input, 1);
484 static SENSOR_DEVICE_ATTR_2(in2_input, S_IRUGO, show_in, NULL, i_input, 2);
485 static SENSOR_DEVICE_ATTR_2(in3_input, S_IRUGO, show_in, NULL, i_input, 3);
486 static SENSOR_DEVICE_ATTR_2(in4_input, S_IRUGO, show_in, NULL, i_input, 4);
487 static SENSOR_DEVICE_ATTR_2(in5_input, S_IRUGO, show_in, NULL, i_input, 5);
488 static SENSOR_DEVICE_ATTR_2(in6_input, S_IRUGO, show_in, NULL, i_input, 6);