Lines Matching refs:dev_str
223 struct attribute **attrs, *dev_str;
297 dev_str = device_str_attr_create(pmu->events[i].name, ev_val_str);
298 if (!dev_str)
301 attrs[j++] = dev_str;
306 dev_str = device_str_attr_create(ev_scale_str, pmu->events[i].scale);
307 if (!dev_str)
310 attrs[j++] = dev_str;
317 dev_str = device_str_attr_create(ev_unit_str, pmu->events[i].unit);
318 if (!dev_str)
321 attrs[j++] = dev_str;