Home
last modified time | relevance | path

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

/linux-6.6.21/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 …]
Dfsl_ddr_edac.c57 struct device_attribute *mattr, in fsl_mc_inject_data_hi_show() argument
67 struct device_attribute *mattr, in fsl_mc_inject_data_lo_show() argument
77 struct device_attribute *mattr, in fsl_mc_inject_ctrl_show() argument
87 struct device_attribute *mattr, in fsl_mc_inject_data_hi_store() argument
107 struct device_attribute *mattr, in fsl_mc_inject_data_lo_store() argument
127 struct device_attribute *mattr, in fsl_mc_inject_ctrl_store() argument
Di7core_edac.c683 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 …]
Dsynopsys_edac.c1006 struct device_attribute *mattr, in inject_data_error_show() argument
1020 struct device_attribute *mattr, in inject_data_error_store() argument
1035 struct device_attribute *mattr, in inject_data_poison_show() argument
1047 struct device_attribute *mattr, in inject_data_poison_store() argument
Damd64_edac.c548 struct device_attribute *mattr, char *data) \
561 static ssize_t dram_hole_show(struct device *dev, struct device_attribute *mattr, in dram_hole_show() argument
599 struct device_attribute *mattr, char *buf) in inject_section_show() argument
613 struct device_attribute *mattr, in inject_section_store() argument
635 struct device_attribute *mattr, char *buf) in inject_word_show() argument
649 struct device_attribute *mattr, in inject_word_store() argument
671 struct device_attribute *mattr, in inject_ecc_vector_show() argument
685 struct device_attribute *mattr, in inject_ecc_vector_store() argument
711 struct device_attribute *mattr, in inject_read_store() argument
744 struct device_attribute *mattr, in inject_write_store() argument
/linux-6.6.21/kernel/
Dparams.c544 struct module_attribute mattr; member
556 #define to_param_attr(n) container_of(n, struct param_attribute, mattr)
558 static ssize_t param_attr_show(struct module_attribute *mattr, in param_attr_show() argument
562 struct param_attribute *attribute = to_param_attr(mattr); in param_attr_show()
574 static ssize_t param_attr_store(struct module_attribute *mattr, in param_attr_store() argument
579 struct param_attribute *attribute = to_param_attr(mattr); in param_attr_store()
670 sysfs_attr_init(&mk->mp->attrs[mk->mp->num].mattr.attr); in add_sysfs_param()
672 mk->mp->attrs[mk->mp->num].mattr.show = param_attr_show; in add_sysfs_param()
675 mk->mp->attrs[mk->mp->num].mattr.store = param_attr_store; in add_sysfs_param()
677 mk->mp->attrs[mk->mp->num].mattr.store = NULL; in add_sysfs_param()
[all …]
/linux-6.6.21/tools/tracing/latency/
Dlatency-collector.c451 pthread_mutexattr_t mattr; in init_print_mtx() local
453 mutexattr_init(&mattr); in init_print_mtx()
454 mutexattr_settype(&mattr, PTHREAD_MUTEX_RECURSIVE); in init_print_mtx()
455 mutex_init(&print_mtx, &mattr); in init_print_mtx()
456 mutexattr_destroy(&mattr); in init_print_mtx()
648 pthread_mutexattr_t mattr; in init_save_state() local
650 mutexattr_init(&mattr); in init_save_state()
651 mutexattr_settype(&mattr, PTHREAD_MUTEX_RECURSIVE); in init_save_state()
652 mutex_init(&save_state.mutex, &mattr); in init_save_state()
653 mutexattr_destroy(&mattr); in init_save_state()
/linux-6.6.21/samples/hid/
DMakefile85 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris)
99 LLC_FLAGS += -mattr=dwarfris
147 @if ! (${LLC} -march=bpf -mattr=help > /dev/null 2>&1); then \
/linux-6.6.21/samples/bpf/
DMakefile218 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris)
232 LLC_FLAGS += -mattr=dwarfris
286 @if ! (${LLC} -march=bpf -mattr=help > /dev/null 2>&1); then \
/linux-6.6.21/include/linux/
Dmodule.h65 struct module_attribute mattr; member
276 .mattr = { \
/linux-6.6.21/kernel/module/
Dmain.c507 static ssize_t show_modinfo_##field(struct module_attribute *mattr, \
811 static ssize_t show_refcnt(struct module_attribute *mattr, in show_refcnt() argument
886 static ssize_t show_initstate(struct module_attribute *mattr, in show_initstate() argument
910 static ssize_t store_uevent(struct module_attribute *mattr, in store_uevent() argument
923 static ssize_t show_coresize(struct module_attribute *mattr, in show_coresize() argument
939 static ssize_t show_datasize(struct module_attribute *mattr, in show_datasize() argument
953 static ssize_t show_initsize(struct module_attribute *mattr, in show_initsize() argument
966 static ssize_t show_taint(struct module_attribute *mattr, in show_taint() argument
/linux-6.6.21/drivers/media/rc/
Drc-main.c1106 struct device_attribute *mattr, char *buf) in show_protocols() argument
1277 struct device_attribute *mattr, in store_protocols() argument
1496 struct device_attribute *mattr, in show_wakeup_protocols() argument
1546 struct device_attribute *mattr, in store_wakeup_protocols() argument
/linux-6.6.21/Documentation/bpf/
Dbpf_design_QA.rst177 on 32-bit subregisters, provided the option -mattr=+alu32 is passed for