Home
last modified time | relevance | path

Searched refs:soc_info_show (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/base/
H A Dsoc.c22 static ssize_t soc_info_show(struct device *dev, struct device_attribute *attr,
36 static DEVICE_ATTR(machine, 0444, soc_info_show, NULL);
37 static DEVICE_ATTR(family, 0444, soc_info_show, NULL);
38 static DEVICE_ATTR(serial_number, 0444, soc_info_show, NULL);
39 static DEVICE_ATTR(soc_id, 0444, soc_info_show, NULL);
40 static DEVICE_ATTR(revision, 0444, soc_info_show, NULL);
69 static ssize_t soc_info_show(struct device *dev, struct device_attribute *attr, in soc_info_show() function