Searched defs:store_vrm_reg (Results 1 - 6 of 6) sorted by relevance

/drivers/hwmon/
H A Dadm1026.c1077 static ssize_t store_vrm_reg(struct device *dev, struct device_attribute *attr, function
1095 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
H A Dlm85.c643 static ssize_t store_vrm_reg(struct device *dev, struct device_attribute *attr, function
661 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
H A Dw83627hf.c814 store_vrm_reg(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) function
830 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
H A Dw83781d.c435 store_vrm_reg(struct device *dev, struct device_attribute *attr, function
450 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
H A Dw83791d.c1166 static ssize_t store_vrm_reg(struct device *dev, function
1191 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
H A Dit87.c1391 static ssize_t store_vrm_reg(struct device *dev, struct device_attribute *attr, function
1404 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);

Completed in 126 milliseconds