Searched refs:store_in (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | nct7802.c | 362 static ssize_t store_in(struct device *dev, struct device_attribute *attr, in store_in() function 713 static SENSOR_DEVICE_ATTR_2(in0_min, S_IRUGO | S_IWUSR, show_in, store_in, 715 static SENSOR_DEVICE_ATTR_2(in0_max, S_IRUGO | S_IWUSR, show_in, store_in, 724 static SENSOR_DEVICE_ATTR_2(in2_min, S_IRUGO | S_IWUSR, show_in, store_in, 726 static SENSOR_DEVICE_ATTR_2(in2_max, S_IRUGO | S_IWUSR, show_in, store_in, 733 static SENSOR_DEVICE_ATTR_2(in3_min, S_IRUGO | S_IWUSR, show_in, store_in, 735 static SENSOR_DEVICE_ATTR_2(in3_max, S_IRUGO | S_IWUSR, show_in, store_in, 742 static SENSOR_DEVICE_ATTR_2(in4_min, S_IRUGO | S_IWUSR, show_in, store_in, 744 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), \
|