Searched refs:type_show (Results 1 – 5 of 5) sorted by relevance
/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
|
/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),
|
/drivers/xen/ |
D | sys-hypervisor.c | 37 static ssize_t type_show(struct hyp_sysfs_attr *attr, char *buffer) in type_show() function
|
/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);
|
/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);
|