Lines Matching defs:dpn_attrs
169 struct attribute **dpn_attrs;
175 dpn_attrs = devm_kcalloc(dev, SDW_DPN_ATTRIBUTES + 1,
178 if (!dpn_attrs)
181 ret = max_word_attribute_alloc(dev, &dpn_attrs[i++],
186 ret = min_word_attribute_alloc(dev, &dpn_attrs[i++],
191 ret = words_attribute_alloc(dev, &dpn_attrs[i++],
196 ret = type_attribute_alloc(dev, &dpn_attrs[i++],
201 ret = max_grouping_attribute_alloc(dev, &dpn_attrs[i++],
206 ret = simple_ch_prep_sm_attribute_alloc(dev, &dpn_attrs[i++],
211 ret = ch_prep_timeout_attribute_alloc(dev, &dpn_attrs[i++],
216 ret = imp_def_interrupts_attribute_alloc(dev, &dpn_attrs[i++],
221 ret = min_ch_attribute_alloc(dev, &dpn_attrs[i++],
226 ret = max_ch_attribute_alloc(dev, &dpn_attrs[i++],
231 ret = channels_attribute_alloc(dev, &dpn_attrs[i++],
236 ret = ch_combinations_attribute_alloc(dev, &dpn_attrs[i++],
241 ret = max_async_buffer_attribute_alloc(dev, &dpn_attrs[i++],
246 ret = block_pack_mode_attribute_alloc(dev, &dpn_attrs[i++],
251 ret = port_encoding_attribute_alloc(dev, &dpn_attrs[i++],
267 dpn_group->attrs = dpn_attrs;