/arch/ia64/kernel/ |
D | err_inject.c | 56 #define show(name) \ macro 75 show(call_start) in show() function 126 show(err_type_info) 157 show(err_struct_info) 197 show(status) 198 show(capabilities) 199 show(resources)
|
D | topology.c | 237 ssize_t (*show)(struct cache_info *, char *); member 278 ret = fattr->show ? fattr->show(this_leaf, buf) : 0; in ia64_cache_show() 283 .show = ia64_cache_show
|
/arch/powerpc/platforms/powernv/ |
D | opal-elog.c | 32 ssize_t (*show)(struct elog_obj *elog, struct elog_attribute *attr, member 100 if (!attribute->show) in elog_attr_show() 103 return attribute->show(elog, attribute, buf); in elog_attr_show() 123 .show = elog_attr_show,
|
D | opal-dump.c | 32 ssize_t (*show)(struct dump_obj *dump, struct dump_attribute *attr, member 164 if (!attribute->show) in dump_attr_show() 167 return attribute->show(dump, attribute, buf); in dump_attr_show() 187 .show = dump_attr_show,
|
D | opal-psr.c | 156 psr_attrs[i].attr.show = psr_show; in opal_psr_init()
|
/arch/powerpc/tools/ |
D | checkpatch.sh | 13 --show-types \
|
/arch/sh/kernel/cpu/sh4/ |
D | sq.c | 260 ssize_t (*show)(char *buf); member 271 if (likely(sattr->show)) in sq_sysfs_show() 272 return sattr->show(buf); in sq_sysfs_show() 328 .show = sq_sysfs_show,
|
/arch/powerpc/platforms/cell/ |
D | cbe_thermal.c | 53 .show = _prefix ## _show_ ## _name, \ 242 .show = spu_show_temp, 265 .show = ppe_show_temp0, 270 .show = ppe_show_temp1,
|
/arch/s390/ |
D | Kconfig.debug | 11 Say Y here if you want to show the kernel pagetable layout in a
|
/arch/csky/kernel/ |
D | cpu-probe.c | 78 .show = c_show,
|
/arch/hexagon/kernel/ |
D | setup.c | 136 .show = &show_cpuinfo,
|
/arch/x86/kernel/cpu/mce/ |
D | amd.c | 1043 ssize_t (*show) (struct threshold_block *, char *); member 1113 .show = show_error_count, 1119 .show = show_## val, \ 1136 static ssize_t show(struct kobject *kobj, struct attribute *attr, char *buf) in show() function 1142 ret = a->show ? a->show(b, buf) : -EIO; in show() 1160 .show = show,
|
/arch/riscv/kernel/ |
D | cpu.c | 153 .show = c_show
|
/arch/m68k/kernel/ |
D | setup_no.c | 220 .show = show_cpuinfo,
|
/arch/microblaze/kernel/cpu/ |
D | mb.c | 157 .show = show_cpuinfo,
|
/arch/powerpc/platforms/pseries/ |
D | hvCall_inst.c | 77 .show = hc_show
|
/arch/h8300/kernel/ |
D | setup.c | 167 .show = show_cpuinfo,
|
/arch/sh/kernel/cpu/ |
D | proc.c | 150 .show = show_cpuinfo,
|
/arch/x86/kernel/cpu/ |
D | proc.c | 166 .show = show_cpuinfo,
|
/arch/nios2/kernel/ |
D | cpuinfo.c | 192 .show = show_cpuinfo
|
/arch/s390/kernel/ |
D | processor.c | 206 .show = show_cpuinfo,
|
D | diag.c | 104 .show = show_diag_stat,
|
/arch/arm/boot/dts/ |
D | hip04.dtsi | 347 /* non-configurable replicators don't show up on the 382 /* non-configurable replicators don't show up on the 417 /* non-configurable replicators don't show up on the 451 /* non-configurable replicators don't show up on the
|
/arch/powerpc/kernel/ |
D | cacheinfo.c | 524 return kobj_attr->show(k, kobj_attr, buf); in cache_index_show() 699 .show = cache_index_show, 733 rc = attr->show(&dir->kobj, attr, buf); in cacheinfo_create_index_opt_attrs()
|
/arch/mips/kernel/ |
D | proc.c | 188 .show = show_cpuinfo,
|