Searched refs:level_show (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/powerpc/kernel/ |
D | cacheinfo.c | 616 static ssize_t level_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in level_show() function 628 __ATTR(level, 0444, level_show, NULL);
|
/linux-4.1.27/drivers/usb/core/ |
D | sysfs.c | 404 static ssize_t level_show(struct device *dev, struct device_attribute *attr, in level_show() function
|
/linux-4.1.27/drivers/md/ |
D | md.c | 3312 level_show(struct mddev *mddev, char *page) in level_show() function 3533 __ATTR(level, S_IRUGO|S_IWUSR, level_show, level_store);
|