Searched refs:soc_info_get (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/base/ |
D | soc.c | 20 static ssize_t soc_info_get(struct device *dev, 34 static DEVICE_ATTR(machine, S_IRUGO, soc_info_get, NULL); 35 static DEVICE_ATTR(family, S_IRUGO, soc_info_get, NULL); 36 static DEVICE_ATTR(soc_id, S_IRUGO, soc_info_get, NULL); 37 static DEVICE_ATTR(revision, S_IRUGO, soc_info_get, NULL); 68 static ssize_t soc_info_get(struct device *dev, in soc_info_get() function
|