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

/linux-master/drivers/base/
H A Dsoc.c21 /* Prototype to allow declarations of DEVICE_ATTR(<foo>) before soc_info_show */
22 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, function

Completed in 148 milliseconds