Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/translations/zh_CN/filesystems/
H A Dsysfs.txt159 static ssize_t dev_attr_show(struct kobject *kobj, struct attribute *attr,
169 printk("dev_attr_show: %pS returned bad count\n",
/openbmc/linux/Documentation/translations/zh_TW/filesystems/
H A Dsysfs.txt162 static ssize_t dev_attr_show(struct kobject *kobj, struct attribute *attr,
172 printk("dev_attr_show: %pS returned bad count\n",
/openbmc/linux/Documentation/filesystems/
H A Dsysfs.rst177 static ssize_t dev_attr_show(struct kobject *kobj, struct attribute *attr,
187 printk("dev_attr_show: %pS returned bad count\n",
/openbmc/linux/drivers/base/
H A Dcore.c2371 static ssize_t dev_attr_show(struct kobject *kobj, struct attribute *attr, in dev_attr_show()
2381 printk("dev_attr_show: %pS returned bad count\n", in dev_attr_show()
2400 .show = dev_attr_show,
2370 static ssize_t dev_attr_show(struct kobject *kobj, struct attribute *attr, dev_attr_show() function