Searched refs:store_vrm_reg (Results 1 – 6 of 6) sorted by relevance
/drivers/hwmon/ |
D | w83791d.c | 1169 static ssize_t store_vrm_reg(struct device *dev, in store_vrm_reg() function 1191 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
|
D | lm85.c | 455 static ssize_t store_vrm_reg(struct device *dev, struct device_attribute *attr, in store_vrm_reg() function 470 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
|
D | w83781d.c | 435 store_vrm_reg(struct device *dev, struct device_attribute *attr, in store_vrm_reg() function 450 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
|
D | w83627hf.c | 814 store_vrm_reg(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in store_vrm_reg() function 827 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
|
D | adm1026.c | 1309 static ssize_t store_vrm_reg(struct device *dev, struct device_attribute *attr, in store_vrm_reg() function 1324 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
|
D | it87.c | 1373 static ssize_t store_vrm_reg(struct device *dev, struct device_attribute *attr, in store_vrm_reg() function 1386 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
|