Searched refs:show (Results 1 - 25 of 53) sorted by relevance

123

/arch/ia64/kernel/
H A Derr_inject.c56 #define show(name) \ macro
75 show(call_start)
126 show(err_type_info)
158 show(err_struct_info)
198 show(status)
199 show(capabilities)
200 show(resources)
H A Dtopology.c243 ssize_t (*show)(struct cache_info *, char *); member in struct:cache_attr
284 ret = fattr->show ? fattr->show(this_leaf, buf) : 0;
289 .show = ia64_cache_show
/arch/powerpc/platforms/powernv/
H A Dopal-elog.c35 ssize_t (*show)(struct elog_obj *elog, struct elog_attribute *attr, member in struct:elog_attribute
103 if (!attribute->show)
106 return attribute->show(elog, attribute, buf);
126 .show = elog_attr_show,
H A Dopal-dump.c35 ssize_t (*show)(struct dump_obj *dump, struct dump_attribute *attr, member in struct:dump_attribute
167 if (!attribute->show)
170 return attribute->show(dump, attribute, buf);
190 .show = dump_attr_show,
/arch/x86/kernel/cpu/mcheck/
H A Dmce_amd.c335 ssize_t (*show) (struct threshold_block *, char *); member in struct:threshold_attr
405 .show = show_error_count,
411 .show = show_## val, \
428 static ssize_t show(struct kobject *kobj, struct attribute *attr, char *buf) function
434 ret = a->show ? a->show(b, buf) : -EIO;
452 .show = show,
/arch/hexagon/kernel/
H A Dsetup.c148 .show = &show_cpuinfo,
/arch/powerpc/platforms/cell/
H A Dcbe_thermal.c65 .show = _prefix ## _show_ ## _name, \
254 .show = spu_show_temp,
277 .show = ppe_show_temp0,
282 .show = ppe_show_temp1,
/arch/s390/kernel/
H A Dprocessor.c93 .show = show_cpuinfo,
H A Dcache.c217 return kobj_attr->show(kobj, kobj_attr, buf);
282 .show = cache_index_show,
/arch/sh/kernel/cpu/sh4/
H A Dsq.c263 ssize_t (*show)(char *buf); member in struct:sq_sysfs_attr
274 if (likely(sattr->show))
275 return sattr->show(buf);
331 .show = sq_sysfs_show,
/arch/cris/kernel/
H A Dsetup.c190 .show = show_cpuinfo,
/arch/powerpc/platforms/pseries/
H A DhvCall_inst.c80 .show = hc_show
/arch/score/kernel/
H A Dsetup.c154 .show = show_cpuinfo,
/arch/tile/kernel/
H A Dproc.c92 .show = show_cpuinfo,
/arch/blackfin/kernel/
H A Dcplbinfo.c117 .show = cplbinfo_show,
/arch/microblaze/kernel/cpu/
H A Dmb.c160 .show = show_cpuinfo,
/arch/mips/kernel/
H A Dproc.c167 .show = show_cpuinfo,
/arch/sh/kernel/cpu/
H A Dproc.c148 .show = show_cpuinfo,
/arch/x86/kernel/cpu/
H A Dproc.c161 .show = show_cpuinfo,
H A Dintel_cacheinfo.c217 [0xf] = 0xffff /* fully associative - no way to show this currently */
296 ssize_t (*show)(struct _cpuid4_info *, char *, unsigned int); member in struct:_cache_attr
1064 static ssize_t show(struct kobject *kobj, struct attribute *attr, char *buf) function
1070 ret = fattr->show ?
1071 fattr->show(CPUID4_INFO_IDX(this_leaf->cpu, this_leaf->index),
1092 .show = show,
/arch/powerpc/kernel/
H A Dcacheinfo.c503 return kobj_attr->show(k, kobj_attr, buf);
650 .show = cache_index_show,
677 * attribute's ->show method before registering the
686 rc = attr->show(&dir->kobj, attr, buf);
/arch/m32r/kernel/
H A Dsetup.c376 .show = show_cpuinfo,
/arch/m68k/kernel/
H A Dsetup_no.c314 .show = show_cpuinfo,
/arch/mn10300/kernel/
H A Dsetup.c282 .show = show_cpuinfo,
/arch/openrisc/kernel/
H A Dsetup.c378 .show = show_cpuinfo,

Completed in 377 milliseconds

123