Searched refs:ds1682_show (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/misc/ |
H A D | ds1682.c | 55 static ssize_t ds1682_show(struct device *dev, struct device_attribute *attr, in ds1682_show() function 64 dev_dbg(dev, "ds1682_show() called on %s\n", attr->attr.name); in ds1682_show() 137 static SENSOR_DEVICE_ATTR_2(elapsed_time, S_IRUGO | S_IWUSR, ds1682_show, 139 static SENSOR_DEVICE_ATTR_2(alarm_time, S_IRUGO | S_IWUSR, ds1682_show, 141 static SENSOR_DEVICE_ATTR_2(event_count, S_IRUGO | S_IWUSR, ds1682_show,
|