Lines Matching refs:attrs
373 struct attribute **attrs; in intel_th_master_attributes() local
376 attrs = devm_kcalloc(gth->dev, nattrs, sizeof(void *), GFP_KERNEL); in intel_th_master_attributes()
377 if (!attrs) in intel_th_master_attributes()
400 attrs[i] = &master_attrs[i].attr.attr; in intel_th_master_attributes()
407 gth->master_group.attrs = attrs; in intel_th_master_attributes()
415 struct attribute **attrs; in intel_th_output_attributes() local
420 attrs = devm_kcalloc(gth->dev, nattrs, sizeof(void *), GFP_KERNEL); in intel_th_output_attributes()
421 if (!attrs) in intel_th_output_attributes()
453 attrs[idx] = &out_attrs[idx].attr.attr; in intel_th_output_attributes()
462 gth->output_group.attrs = attrs; in intel_th_output_attributes()
667 if (gth->output_group.attrs) in intel_th_gth_probe()