Home
last modified time | relevance | path

Searched refs:store_in_max (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dw83791d.c415 SENSOR_ATTR(in0_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 0),
416 SENSOR_ATTR(in1_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 1),
417 SENSOR_ATTR(in2_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 2),
418 SENSOR_ATTR(in3_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 3),
419 SENSOR_ATTR(in4_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 4),
420 SENSOR_ATTR(in5_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 5),
421 SENSOR_ATTR(in6_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 6),
422 SENSOR_ATTR(in7_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 7),
423 SENSOR_ATTR(in8_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 8),
424 SENSOR_ATTR(in9_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 9),
H A Dw83792d.c989 show_in_max, store_in_max, 0);
991 show_in_max, store_in_max, 1);
993 show_in_max, store_in_max, 2);
995 show_in_max, store_in_max, 3);
997 show_in_max, store_in_max, 4);
999 show_in_max, store_in_max, 5);
1001 show_in_max, store_in_max, 6);
1003 show_in_max, store_in_max, 7);
1005 show_in_max, store_in_max, 8);
H A Dw83l786ng.c271 SENSOR_ATTR(in0_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 0),
272 SENSOR_ATTR(in1_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 1),
273 SENSOR_ATTR(in2_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 2),
H A Df71882fg.c942 static ssize_t store_in_max(struct device *dev, struct device_attribute in store_in_max() function
1024 SENSOR_ATTR_2(in1_max, S_IRUGO|S_IWUSR, show_in_max, store_in_max,
H A Dw83781d.c287 show_in_max, store_in_max, offset)
H A Dw83627ehf.c1611 return store_in_max(dev, data, channel, val); in w83627ehf_write()