Home
last modified time | relevance | path

Searched refs:mattr (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/drivers/edac/
Dedac_mc_sysfs.c145 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 …]
Damd64_edac_inj.c5 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
Damd64_edac_dbg.c6 struct device_attribute *mattr, \
20 struct device_attribute *mattr, in amd64_hole_show() argument
Dfsl_ddr_edac.c60 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
Di7core_edac.c684 struct device_attribute *mattr, in i7core_inject_section_store() argument
704 struct device_attribute *mattr, in i7core_inject_section_show() argument
721 struct device_attribute *mattr, in i7core_inject_type_store() argument
741 struct device_attribute *mattr, in i7core_inject_type_show() argument
761 struct device_attribute *mattr, in i7core_inject_eccmask_store() argument
781 struct device_attribute *mattr, in i7core_inject_eccmask_show() argument
804 struct device_attribute *mattr, \
833 struct device_attribute *mattr, \
912 struct device_attribute *mattr, in i7core_inject_enable_store() argument
1016 struct device_attribute *mattr, in i7core_inject_enable_show() argument
[all …]
Dsynopsys_edac.c981 struct device_attribute *mattr, in inject_data_error_show() argument
995 struct device_attribute *mattr, in inject_data_error_store() argument
1010 struct device_attribute *mattr, in inject_data_poison_show() argument
1022 struct device_attribute *mattr, in inject_data_poison_store() argument
/Linux-v5.4/kernel/
Dparams.c524 struct module_attribute mattr; member
536 #define to_param_attr(n) container_of(n, struct param_attribute, mattr)
538 static ssize_t param_attr_show(struct module_attribute *mattr, in param_attr_show() argument
542 struct param_attribute *attribute = to_param_attr(mattr); in param_attr_show()
554 static ssize_t param_attr_store(struct module_attribute *mattr, in param_attr_store() argument
559 struct param_attribute *attribute = to_param_attr(mattr); in param_attr_store()
650 sysfs_attr_init(&mk->mp->attrs[mk->mp->num].mattr.attr); in add_sysfs_param()
652 mk->mp->attrs[mk->mp->num].mattr.show = param_attr_show; in add_sysfs_param()
655 mk->mp->attrs[mk->mp->num].mattr.store = param_attr_store; in add_sysfs_param()
657 mk->mp->attrs[mk->mp->num].mattr.store = NULL; in add_sysfs_param()
[all …]
Dmodule.c775 static ssize_t show_modinfo_##field(struct module_attribute *mattr, \
1100 static ssize_t show_refcnt(struct module_attribute *mattr, in show_refcnt() argument
1189 static ssize_t show_initstate(struct module_attribute *mattr, in show_initstate() argument
1213 static ssize_t store_uevent(struct module_attribute *mattr, in store_uevent() argument
1226 static ssize_t show_coresize(struct module_attribute *mattr, in show_coresize() argument
1235 static ssize_t show_initsize(struct module_attribute *mattr, in show_initsize() argument
1244 static ssize_t show_taint(struct module_attribute *mattr, in show_taint() argument
1505 struct module_attribute mattr; member
1516 static ssize_t module_sect_show(struct module_attribute *mattr, in module_sect_show() argument
1520 container_of(mattr, struct module_sect_attr, mattr); in module_sect_show()
[all …]
/Linux-v5.4/tools/testing/selftests/bpf/
DMakefile44 $(LLC) -mattr=+alu32 -mcpu=v3 2>&1 | \
165 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris)
180 LLC_FLAGS += -mattr=dwarfris
215 $(LLC) -march=bpf -mattr=+alu32 -mcpu=$(CPU) $(LLC_FLAGS) \
/Linux-v5.4/samples/bpf/
DMakefile214 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris)
227 LLC_FLAGS += -mattr=dwarfris
266 @if ! (${LLC} -march=bpf -mattr=help > /dev/null 2>&1); then \
/Linux-v5.4/include/linux/
Dmodule.h62 struct module_attribute mattr; member
256 .mattr = { \
/Linux-v5.4/drivers/media/rc/
Drc-main.c1069 struct device_attribute *mattr, char *buf) in show_protocols() argument
1240 struct device_attribute *mattr, in store_protocols() argument
1451 struct device_attribute *mattr, in show_wakeup_protocols() argument
1501 struct device_attribute *mattr, in store_wakeup_protocols() argument
/Linux-v5.4/Documentation/bpf/
Dbpf_design_QA.rst182 on 32-bit subregisters, provided the option -mattr=+alu32 is passed for