Home
last modified time | relevance | path

Searched refs:dev_ext_attribute (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/hwtracing/coresight/
H A Dcoresight-cti-sysfs.c918 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 Dcoresight-etm-perf.c854 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 Dcoresight-config.h148 struct dev_ext_attribute *event_ea;
/linux/drivers/fpga/
H A Ddfl-fme-perf.c525 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 Dhisi_ptt.c42 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 Dalibaba_uncore_drw_pmu.c116 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 Darm_spe_pmu.c156 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 Dfujitsu_uncore_pmu.c294 (&((struct dev_ext_attribute[]) { \
H A Darm-ccn.c219 struct dev_ext_attribute arm_ccn_pmu_format_attr_##_name = \
/linux/include/linux/
H A Ddevice.h118 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 Dcoresight.h292 struct dev_ext_attribute *ea;
/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.h31 (&((struct dev_ext_attribute[]) { \
H A Dhisi_uncore_pmu.c32 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 Dhisi_pcie_pmu.c112 (&((struct dev_ext_attribute[]){ \
/linux/drivers/base/
H A Dcore.c2446 #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 Dcore.c2626 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 Dhv-24x7.c454 struct dev_ext_attribute *attr = kzalloc_obj(*attr); in device_str_attr_create_()
/linux/arch/x86/events/intel/
H A Duncore_snbep.c3686 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()