Searched refs:soc_info_get (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/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(serial_number, S_IRUGO, soc_info_get, NULL); 37 static DEVICE_ATTR(soc_id, S_IRUGO, soc_info_get, NULL); 38 static DEVICE_ATTR(revision, S_IRUGO, soc_info_get, NULL); 72 static ssize_t soc_info_get(struct device *dev, in soc_info_get() function
|