/Linux-v5.10/drivers/edac/ |
D | edac_mc_sysfs.c | 145 struct device_attribute *mattr, char *data) in csrow_ue_count_show() argument 153 struct device_attribute *mattr, char *data) in csrow_ce_count_show() argument 161 struct device_attribute *mattr, char *data) in csrow_size_show() argument 173 struct device_attribute *mattr, char *data) in csrow_mem_type_show() argument 181 struct device_attribute *mattr, char *data) in csrow_dev_type_show() argument 189 struct device_attribute *mattr, in csrow_edac_mode_show() argument 199 struct device_attribute *mattr, in channel_dimm_label_show() argument 203 unsigned int chan = to_channel(mattr); in channel_dimm_label_show() 215 struct device_attribute *mattr, in channel_dimm_label_store() argument 219 unsigned int chan = to_channel(mattr); in channel_dimm_label_store() [all …]
|
D | amd64_edac_inj.c | 5 struct device_attribute *mattr, in amd64_inject_section_show() argument 20 struct device_attribute *mattr, in amd64_inject_section_store() argument 42 struct device_attribute *mattr, in amd64_inject_word_show() argument 57 struct device_attribute *mattr, in amd64_inject_word_store() argument 79 struct device_attribute *mattr, in amd64_inject_ecc_vector_show() argument 93 struct device_attribute *mattr, in amd64_inject_ecc_vector_store() argument 119 struct device_attribute *mattr, in amd64_inject_read_store() argument 152 struct device_attribute *mattr, in amd64_inject_write_store() argument
|
D | amd64_edac_dbg.c | 6 struct device_attribute *mattr, \ 20 struct device_attribute *mattr, in amd64_hole_show() argument
|
D | fsl_ddr_edac.c | 60 struct device_attribute *mattr, in fsl_mc_inject_data_hi_show() argument 70 struct device_attribute *mattr, in fsl_mc_inject_data_lo_show() argument 80 struct device_attribute *mattr, in fsl_mc_inject_ctrl_show() argument 90 struct device_attribute *mattr, in fsl_mc_inject_data_hi_store() argument 110 struct device_attribute *mattr, in fsl_mc_inject_data_lo_store() argument 130 struct device_attribute *mattr, in fsl_mc_inject_ctrl_store() argument
|
D | i7core_edac.c | 683 struct device_attribute *mattr, in i7core_inject_section_store() argument 703 struct device_attribute *mattr, in i7core_inject_section_show() argument 720 struct device_attribute *mattr, in i7core_inject_type_store() argument 740 struct device_attribute *mattr, in i7core_inject_type_show() argument 760 struct device_attribute *mattr, in i7core_inject_eccmask_store() argument 780 struct device_attribute *mattr, in i7core_inject_eccmask_show() argument 803 struct device_attribute *mattr, \ 832 struct device_attribute *mattr, \ 911 struct device_attribute *mattr, in i7core_inject_enable_store() argument 1015 struct device_attribute *mattr, in i7core_inject_enable_show() argument [all …]
|
D | synopsys_edac.c | 973 struct device_attribute *mattr, in inject_data_error_show() argument 987 struct device_attribute *mattr, in inject_data_error_store() argument 1002 struct device_attribute *mattr, in inject_data_poison_show() argument 1014 struct device_attribute *mattr, in inject_data_poison_store() argument
|
/Linux-v5.10/kernel/ |
D | params.c | 525 struct module_attribute mattr; member 537 #define to_param_attr(n) container_of(n, struct param_attribute, mattr) 539 static ssize_t param_attr_show(struct module_attribute *mattr, in param_attr_show() argument 543 struct param_attribute *attribute = to_param_attr(mattr); in param_attr_show() 555 static ssize_t param_attr_store(struct module_attribute *mattr, in param_attr_store() argument 560 struct param_attribute *attribute = to_param_attr(mattr); in param_attr_store() 651 sysfs_attr_init(&mk->mp->attrs[mk->mp->num].mattr.attr); in add_sysfs_param() 653 mk->mp->attrs[mk->mp->num].mattr.show = param_attr_show; in add_sysfs_param() 656 mk->mp->attrs[mk->mp->num].mattr.store = param_attr_store; in add_sysfs_param() 658 mk->mp->attrs[mk->mp->num].mattr.store = NULL; in add_sysfs_param() [all …]
|
D | module.c | 786 static ssize_t show_modinfo_##field(struct module_attribute *mattr, \ 1112 static ssize_t show_refcnt(struct module_attribute *mattr, in show_refcnt() argument 1200 static ssize_t show_initstate(struct module_attribute *mattr, in show_initstate() argument 1224 static ssize_t store_uevent(struct module_attribute *mattr, in store_uevent() argument 1237 static ssize_t show_coresize(struct module_attribute *mattr, in show_coresize() argument 1246 static ssize_t show_initsize(struct module_attribute *mattr, in show_initsize() argument 1255 static ssize_t show_taint(struct module_attribute *mattr, in show_taint() argument
|
/Linux-v5.10/samples/bpf/ |
D | Makefile | 235 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris) 249 LLC_FLAGS += -mattr=dwarfris 289 @if ! (${LLC} -march=bpf -mattr=help > /dev/null 2>&1); then \
|
/Linux-v5.10/include/linux/ |
D | module.h | 66 struct module_attribute mattr; member 270 .mattr = { \
|
/Linux-v5.10/tools/testing/selftests/bpf/ |
D | Makefile | 253 $(LLC) -mattr=dwarfris -march=bpf -mcpu=v3 $4 -filetype=obj -o $2 395 TRUNNER_BPF_LDFLAGS := -mattr=+alu32
|
/Linux-v5.10/drivers/media/rc/ |
D | rc-main.c | 1105 struct device_attribute *mattr, char *buf) in show_protocols() argument 1276 struct device_attribute *mattr, in store_protocols() argument 1495 struct device_attribute *mattr, in show_wakeup_protocols() argument 1545 struct device_attribute *mattr, in store_wakeup_protocols() argument
|
/Linux-v5.10/Documentation/bpf/ |
D | bpf_design_QA.rst | 182 on 32-bit subregisters, provided the option -mattr=+alu32 is passed for
|