Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/base/
Dsoc.c21 static ssize_t soc_info_show(struct device *dev, struct device_attribute *attr,
34 static DEVICE_ATTR(machine, 0444, soc_info_show, NULL);
35 static DEVICE_ATTR(family, 0444, soc_info_show, NULL);
36 static DEVICE_ATTR(serial_number, 0444, soc_info_show, NULL);
37 static DEVICE_ATTR(soc_id, 0444, soc_info_show, NULL);
38 static DEVICE_ATTR(revision, 0444, soc_info_show, NULL);
67 static ssize_t soc_info_show(struct device *dev, struct device_attribute *attr, in soc_info_show() function