| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-cti-sysfs.c | 918 struct dev_ext_attribute *ext_attr = in con_name_show() 919 container_of(attr, struct dev_ext_attribute, attr); in con_name_show() 929 struct dev_ext_attribute *ext_attr = in trigin_sig_show() 930 container_of(attr, struct dev_ext_attribute, attr); in trigin_sig_show() 943 struct dev_ext_attribute *ext_attr = in trigout_sig_show() 944 container_of(attr, struct dev_ext_attribute, attr); in trigout_sig_show() 969 struct dev_ext_attribute *ext_attr = in trigin_type_show() 970 container_of(attr, struct dev_ext_attribute, attr); in trigin_type_show() 987 struct dev_ext_attribute *ext_attr = in trigout_type_show() 988 container_of(attr, struct dev_ext_attribute, attr); in trigout_type_show() [all …]
|
| H A D | coresight-etm-perf.c | 854 struct dev_ext_attribute *ea; in etm_perf_sink_name_show() 856 ea = container_of(dattr, struct dev_ext_attribute, attr); in etm_perf_sink_name_show() 860 static struct dev_ext_attribute * 863 struct dev_ext_attribute *ea; in etm_perf_add_symlink_group() 924 static void etm_perf_del_symlink_group(struct dev_ext_attribute *ea, const char *group_name) in etm_perf_del_symlink_group() 949 struct dev_ext_attribute *ea; in etm_perf_cscfg_event_show() 951 ea = container_of(dattr, struct dev_ext_attribute, attr); in etm_perf_cscfg_event_show()
|
| H A D | coresight-config.h | 148 struct dev_ext_attribute *event_ea;
|
| /linux/drivers/fpga/ |
| H A D | dfl-fme-perf.c | 525 struct dev_ext_attribute *eattr; in fme_perf_event_show() 529 eattr = container_of(attr, struct dev_ext_attribute, attr); in fme_perf_event_show() 557 static struct dev_ext_attribute fme_perf_event_##_name = { \ 576 static struct dev_ext_attribute fme_perf_event_cache_##_name = { \ 623 static struct dev_ext_attribute fme_perf_event_fab_##_name = { \ 629 static struct dev_ext_attribute fme_perf_event_fab_port_##_name = { \ 677 struct dev_ext_attribute *eattr; in fme_perf_fabric_events_visible() 680 eattr = container_of(attr, struct dev_ext_attribute, attr.attr); in fme_perf_fabric_events_visible() 697 static struct dev_ext_attribute fme_perf_event_vtd_port_##_name = { \ 729 static struct dev_ext_attribute fme_perf_event_vtd_sip_##_name = { \
|
| /linux/drivers/hwtracing/ptt/ |
| H A D | hisi_ptt.c | 42 struct dev_ext_attribute *ext_attr; in hisi_ptt_tune_attr_show() 47 ext_attr = container_of(attr, struct dev_ext_attribute, attr); in hisi_ptt_tune_attr_show() 79 struct dev_ext_attribute *ext_attr; in hisi_ptt_tune_attr_store() 84 ext_attr = container_of(attr, struct dev_ext_attribute, attr); in hisi_ptt_tune_attr_store() 114 static struct dev_ext_attribute hisi_ptt_##_name##_attr = { \ 826 struct dev_ext_attribute *ext_attr; in hisi_ptt_filter_multiselect_show() 828 ext_attr = container_of(attr, struct dev_ext_attribute, attr); in hisi_ptt_filter_multiselect_show() 832 static struct dev_ext_attribute root_port_filters_multiselect = { 850 static struct dev_ext_attribute requester_filters_multiselect = {
|
| /linux/drivers/perf/ |
| H A D | alibaba_uncore_drw_pmu.c | 116 struct dev_ext_attribute *eattr; in ali_drw_pmu_format_show() 118 eattr = container_of(attr, struct dev_ext_attribute, attr); in ali_drw_pmu_format_show() 129 struct dev_ext_attribute *eattr; in ali_drw_pmu_event_show() 131 eattr = container_of(attr, struct dev_ext_attribute, attr); in ali_drw_pmu_event_show() 137 (&((struct dev_ext_attribute[]) { \
|
| H A D | arm_spe_pmu.c | 156 struct dev_ext_attribute *ea = in arm_spe_pmu_cap_show() 157 container_of(attr, struct dev_ext_attribute, attr); in arm_spe_pmu_cap_show() 168 struct dev_ext_attribute *ea = in arm_spe_pmu_cap_show_hex() 169 container_of(attr, struct dev_ext_attribute, attr); in arm_spe_pmu_cap_show_hex() 176 &((struct dev_ext_attribute[]) { \
|
| H A D | fujitsu_uncore_pmu.c | 294 (&((struct dev_ext_attribute[]) { \
|
| H A D | arm-ccn.c | 219 struct dev_ext_attribute arm_ccn_pmu_format_attr_##_name = \
|
| /linux/include/linux/ |
| H A D | device.h | 118 struct dev_ext_attribute { struct 275 struct dev_ext_attribute dev_attr_##_name = \ 287 struct dev_ext_attribute dev_attr_##_name = \ 299 struct dev_ext_attribute dev_attr_##_name = \ 312 struct dev_ext_attribute dev_attr_##_name = \
|
| H A D | coresight.h | 292 struct dev_ext_attribute *ea;
|
| /linux/drivers/perf/hisilicon/ |
| H A D | hisi_uncore_pmu.h | 31 (&((struct dev_ext_attribute[]) { \
|
| H A D | hisi_uncore_pmu.c | 32 struct dev_ext_attribute *eattr; in hisi_event_sysfs_show() 34 eattr = container_of(attr, struct dev_ext_attribute, attr); in hisi_event_sysfs_show()
|
| H A D | hisi_pcie_pmu.c | 112 (&((struct dev_ext_attribute[]){ \
|
| /linux/drivers/base/ |
| H A D | core.c | 2446 #define to_ext_attr(x) container_of(x, struct dev_ext_attribute, attr) 2452 struct dev_ext_attribute *ea = to_ext_attr(attr); in device_store_ulong() 2469 struct dev_ext_attribute *ea = to_ext_attr(attr); in device_show_ulong() 2478 struct dev_ext_attribute *ea = to_ext_attr(attr); in device_store_int() 2498 struct dev_ext_attribute *ea = to_ext_attr(attr); in device_show_int() 2507 struct dev_ext_attribute *ea = to_ext_attr(attr); in device_store_bool() 2519 struct dev_ext_attribute *ea = to_ext_attr(attr); in device_show_bool() 2528 struct dev_ext_attribute *ea = to_ext_attr(attr); in device_show_string()
|
| /linux/arch/x86/kernel/cpu/mce/ |
| H A D | core.c | 2626 static struct dev_ext_attribute dev_attr_check_interval = { 2631 static struct dev_ext_attribute dev_attr_ignore_ce = { 2636 static struct dev_ext_attribute dev_attr_cmci_disabled = {
|
| /linux/arch/powerpc/perf/ |
| H A D | hv-24x7.c | 454 struct dev_ext_attribute *attr = kzalloc_obj(*attr); in device_str_attr_create_()
|
| /linux/arch/x86/events/intel/ |
| H A D | uncore_snbep.c | 3686 struct dev_ext_attribute *ea = to_dev_ext_attribute(attr); in skx_iio_mapping_show() 3868 struct dev_ext_attribute *eas = NULL; in pmu_set_mapping() 4206 struct dev_ext_attribute *ea = to_dev_ext_attribute(attr); in skx_upi_mapping_show()
|