store_in_max      298 drivers/hwmon/f71882fg.c static ssize_t store_in_max(struct device *dev, struct device_attribute
store_in_max      573 drivers/hwmon/f71882fg.c 	SENSOR_ATTR_2(in1_max, S_IRUGO|S_IWUSR, show_in_max, store_in_max,
store_in_max     1019 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(in0_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 0),
store_in_max     1020 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(in1_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 1),
store_in_max     1021 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(in2_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 2),
store_in_max     1022 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(in3_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 3),
store_in_max     1023 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(in4_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 4),
store_in_max     1024 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(in5_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 5),
store_in_max     1025 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(in6_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 6),
store_in_max     1026 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(in7_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 7),
store_in_max     1027 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(in8_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 8),
store_in_max     1028 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(in9_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 9),
store_in_max      287 drivers/hwmon/w83781d.c 		show_in_max, store_in_max, offset)
store_in_max      419 drivers/hwmon/w83791d.c 	SENSOR_ATTR(in0_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 0),
store_in_max      420 drivers/hwmon/w83791d.c 	SENSOR_ATTR(in1_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 1),
store_in_max      421 drivers/hwmon/w83791d.c 	SENSOR_ATTR(in2_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 2),
store_in_max      422 drivers/hwmon/w83791d.c 	SENSOR_ATTR(in3_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 3),
store_in_max      423 drivers/hwmon/w83791d.c 	SENSOR_ATTR(in4_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 4),
store_in_max      424 drivers/hwmon/w83791d.c 	SENSOR_ATTR(in5_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 5),
store_in_max      425 drivers/hwmon/w83791d.c 	SENSOR_ATTR(in6_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 6),
store_in_max      426 drivers/hwmon/w83791d.c 	SENSOR_ATTR(in7_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 7),
store_in_max      427 drivers/hwmon/w83791d.c 	SENSOR_ATTR(in8_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 8),
store_in_max      428 drivers/hwmon/w83791d.c 	SENSOR_ATTR(in9_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 9),
store_in_max      996 drivers/hwmon/w83792d.c 			show_in_max, store_in_max, 0);
store_in_max      998 drivers/hwmon/w83792d.c 			show_in_max, store_in_max, 1);
store_in_max     1000 drivers/hwmon/w83792d.c 			show_in_max, store_in_max, 2);
store_in_max     1002 drivers/hwmon/w83792d.c 			show_in_max, store_in_max, 3);
store_in_max     1004 drivers/hwmon/w83792d.c 			show_in_max, store_in_max, 4);
store_in_max     1006 drivers/hwmon/w83792d.c 			show_in_max, store_in_max, 5);
store_in_max     1008 drivers/hwmon/w83792d.c 			show_in_max, store_in_max, 6);
store_in_max     1010 drivers/hwmon/w83792d.c 			show_in_max, store_in_max, 7);
store_in_max     1012 drivers/hwmon/w83792d.c 			show_in_max, store_in_max, 8);
store_in_max      272 drivers/hwmon/w83l786ng.c 	SENSOR_ATTR(in0_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 0),
store_in_max      273 drivers/hwmon/w83l786ng.c 	SENSOR_ATTR(in1_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 1),
store_in_max      274 drivers/hwmon/w83l786ng.c 	SENSOR_ATTR(in2_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 2),