Searched refs:type_show (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/drivers/firmware/ |
D | memmap.c | 53 static ssize_t type_show(struct firmware_map_entry *entry, char *buf); 215 static ssize_t type_show(struct firmware_map_entry *entry, char *buf) in type_show() function
|
/linux-3.4.99/arch/tile/kernel/ |
D | sysfs.c | 68 static ssize_t type_show(struct device *dev, in type_show() function 74 static DEVICE_ATTR(type, 0444, type_show, NULL);
|
/linux-3.4.99/drivers/misc/ |
D | tifm_core.c | 142 static ssize_t type_show(struct device *dev, struct device_attribute *attr, in type_show() function 150 __ATTR(type, S_IRUGO, type_show, NULL),
|
/linux-3.4.99/arch/powerpc/kernel/ |
D | cacheinfo.c | 577 static ssize_t type_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in type_show() function 587 __ATTR(type, 0444, type_show, NULL);
|
/linux-3.4.99/drivers/xen/ |
D | sys-hypervisor.c | 37 static ssize_t type_show(struct hyp_sysfs_attr *attr, char *buffer) in type_show() function
|
/linux-3.4.99/arch/sparc/kernel/ |
D | vio.c | 101 static ssize_t type_show(struct device *dev, in type_show() function
|
/linux-3.4.99/drivers/s390/cio/ |
D | css.c | 243 static ssize_t type_show(struct device *dev, struct device_attribute *attr, in type_show() function 251 static DEVICE_ATTR(type, 0444, type_show, NULL);
|
/linux-3.4.99/drivers/thermal/ |
D | thermal_sys.c | 100 type_show(struct device *dev, struct device_attribute *attr, char *buf) in type_show() function 281 static DEVICE_ATTR(type, 0444, type_show, NULL);
|
/linux-3.4.99/kernel/events/ |
D | core.c | 5800 type_show(struct device *dev, struct device_attribute *attr, char *page) in type_show() function
|