Searched refs:_show (Results 1 – 4 of 4) sorted by relevance
/arch/s390/kernel/ |
D | ipl.c | 176 static ssize_t sys_##_prefix##_##_name##_show(struct kobject *kobj, \ 183 __ATTR(_name, S_IRUGO, sys_##_prefix##_##_name##_show, NULL); 186 static ssize_t sys_##_prefix##_##_name##_show(struct kobject *kobj, \ 205 sys_##_prefix##_##_name##_show, \ 209 static ssize_t sys_##_prefix##_##_name##_show(struct kobject *kobj, \ 225 sys_##_prefix##_##_name##_show, \
|
/arch/x86/kernel/cpu/mcheck/ |
D | mce_amd_64.c | 336 #define THRESHOLD_ATTR(_name,_mode,_show,_store) { \ argument 338 .show = _show, \
|
/arch/powerpc/kernel/ |
D | vio.c | 917 static ssize_t viodev_cmo_##name##_show(struct device *dev, \ 976 viobus_cmo_##name##_show(struct bus_type *bt, char *buf) \
|
/arch/parisc/kernel/ |
D | drivers.c | 585 static ssize_t name##_show(struct device *dev, struct device_attribute *attr, char *buf) \
|