Searched refs:store_in (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/hwmon/ |
D | nct7802.c | 234 static ssize_t store_in(struct device *dev, struct device_attribute *attr, in store_in() function 574 static SENSOR_DEVICE_ATTR_2(in0_min, S_IRUGO | S_IWUSR, show_in, store_in, 576 static SENSOR_DEVICE_ATTR_2(in0_max, S_IRUGO | S_IWUSR, show_in, store_in, 585 static SENSOR_DEVICE_ATTR_2(in2_min, S_IRUGO | S_IWUSR, show_in, store_in, 587 static SENSOR_DEVICE_ATTR_2(in2_max, S_IRUGO | S_IWUSR, show_in, store_in, 594 static SENSOR_DEVICE_ATTR_2(in3_min, S_IRUGO | S_IWUSR, show_in, store_in, 596 static SENSOR_DEVICE_ATTR_2(in3_max, S_IRUGO | S_IWUSR, show_in, store_in, 603 static SENSOR_DEVICE_ATTR_2(in4_min, S_IRUGO | S_IWUSR, show_in, store_in, 605 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), \
|