Searched refs:store_in (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/hwmon/ |
D | nct7802.c | 360 static ssize_t store_in(struct device *dev, struct device_attribute *attr, in store_in() function 711 static SENSOR_DEVICE_ATTR_2(in0_min, S_IRUGO | S_IWUSR, show_in, store_in, 713 static SENSOR_DEVICE_ATTR_2(in0_max, S_IRUGO | S_IWUSR, show_in, store_in, 722 static SENSOR_DEVICE_ATTR_2(in2_min, S_IRUGO | S_IWUSR, show_in, store_in, 724 static SENSOR_DEVICE_ATTR_2(in2_max, S_IRUGO | S_IWUSR, show_in, store_in, 731 static SENSOR_DEVICE_ATTR_2(in3_min, S_IRUGO | S_IWUSR, show_in, store_in, 733 static SENSOR_DEVICE_ATTR_2(in3_max, S_IRUGO | S_IWUSR, show_in, store_in, 740 static SENSOR_DEVICE_ATTR_2(in4_min, S_IRUGO | S_IWUSR, show_in, store_in, 742 static SENSOR_DEVICE_ATTR_2(in4_max, S_IRUGO | S_IWUSR, show_in, store_in,
|
D | w83793.c | 987 store_in(struct device *dev, struct device_attribute *attr, in store_in() function 1033 store_in, IN_MAX, index), \ 1035 store_in, IN_LOW, index), \
|
D | w83795.c | 1522 store_in(struct device *dev, struct device_attribute *attr, in store_in() function 1626 store_in, IN_MAX, index), \ 1628 store_in, IN_LOW, index), \
|