Lines Matching refs:dev_ext_attribute
126 struct dev_ext_attribute *format_attrs;
127 struct dev_ext_attribute *event_attrs;
245 static struct dev_ext_attribute cci400_pmu_format_attrs[] = {
250 static struct dev_ext_attribute cci400_r0_pmu_event_attrs[] = {
284 static struct dev_ext_attribute cci400_r1_pmu_event_attrs[] = {
333 struct dev_ext_attribute *eattr = container_of(attr, in cci400_pmu_cycle_event_show()
334 struct dev_ext_attribute, attr); in cci400_pmu_cycle_event_show()
483 static struct dev_ext_attribute cci500_pmu_format_attrs[] = {
488 static struct dev_ext_attribute cci500_pmu_event_attrs[] = {
554 struct dev_ext_attribute *eattr = container_of(attr, in cci500_pmu_global_event_show()
555 struct dev_ext_attribute, attr); in cci500_pmu_global_event_show()
607 struct dev_ext_attribute *eattr = container_of(attr, in cci_pmu_format_show()
608 struct dev_ext_attribute, attr); in cci_pmu_format_show()
615 struct dev_ext_attribute *eattr = container_of(attr, in cci_pmu_event_show()
616 struct dev_ext_attribute, attr); in cci_pmu_event_show()
1179 struct dev_ext_attribute *eattr = container_of(attr, in pmu_cpumask_attr_show()
1180 struct dev_ext_attribute, attr); in pmu_cpumask_attr_show()
1190 static struct dev_ext_attribute pmu_cpumask_attr = {
1222 int n, struct dev_ext_attribute *source) in alloc_attrs()