Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dipl.c176 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/
Dmce_amd_64.c336 #define THRESHOLD_ATTR(_name,_mode,_show,_store) { \ argument
338 .show = _show, \
/arch/powerpc/kernel/
Dvio.c917 static ssize_t viodev_cmo_##name##_show(struct device *dev, \
976 viobus_cmo_##name##_show(struct bus_type *bt, char *buf) \
/arch/parisc/kernel/
Ddrivers.c585 static ssize_t name##_show(struct device *dev, struct device_attribute *attr, char *buf) \