Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
H A Di915_pmu.c1005 struct attribute **attr = NULL, **attr_iter; in create_event_attributes() local
1044 attr_iter = attr; in create_event_attributes()
1063 *attr_iter++ = &i915_iter->attr.attr; in create_event_attributes()
1076 *attr_iter++ = &pmu_iter->attr.attr; in create_event_attributes()
1097 *attr_iter++ = &i915_iter->attr.attr; in create_event_attributes()
1109 *attr_iter++ = &pmu_iter->attr.attr; in create_event_attributes()
1120 for (attr_iter = attr; *attr_iter; attr_iter++) in create_event_attributes()
1121 kfree((*attr_iter) in create_event_attributes()
1133 struct attribute **attr_iter = pmu->events_attr_group.attrs; free_event_attributes() local
[all...]