Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/base/
H A Dsoc.c20 /* Prototype to allow declarations of DEVICE_ATTR(<foo>) before soc_info_show */
21 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
/kernel/linux/linux-6.6/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, in soc_info_show() function

Completed in 1 milliseconds