Searched refs:timestamp_store (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/rtc/ |
H A D | rtc-pcf2127.c | 748 static ssize_t timestamp_store(struct device *dev, in timestamp_store() function 797 return timestamp_store(dev, attr, buf, count, 0); in timestamp0_store() 804 return timestamp_store(dev, attr, buf, count, 1); in timestamp1_store() 811 return timestamp_store(dev, attr, buf, count, 2); in timestamp2_store() 818 return timestamp_store(dev, attr, buf, count, 3); in timestamp3_store()
|