Lines Matching refs:dev_str
224 struct attribute **attrs, *dev_str;
304 dev_str = device_str_attr_create(pmu->events[i].name, ev_val_str);
305 if (!dev_str)
308 attrs[j++] = dev_str;
313 dev_str = device_str_attr_create(ev_scale_str, pmu->events[i].scale);
314 if (!dev_str)
317 attrs[j++] = dev_str;
324 dev_str = device_str_attr_create(ev_unit_str, pmu->events[i].unit);
325 if (!dev_str)
328 attrs[j++] = dev_str;